/*
classifieds
*/
#viewResponses{
    width : 90%;
    float : left;
    margin : 25px 5%;
}

#dataTable td{
    text-align: center;
}

td, tr {
    padding: 0;
    border: 0;
}
tr.odd {
    background-color: #F5F5F5;
}
tr.odd td.sorting_1, th {
    background-color: transparent;
}
tr.even td.sorting_1 {
    background-color: transparent;
}
tbody td {
    font-size: 12px;
}
#loading {
    width: 100px;
    height: 100px;
    position: absolute;
    z-index: 3000;
    background: url('../../../images/community/common/loading_md.gif') no-repeat #fff;
    box-shadow: 0px 0px 16px -3px #000;
    -webkit-box-shadow: 0px 0px 16px -3px #000;
    -moz-box-shadow: 0px 0px 16px -3px #000;
    border-radius: 50px;
    text-align: center;
    font-weight: normal;
    left: 46%;
    top: 410px;
    display: none;
}
