table.ausw_detail {
    border-collapse:collapse;
    width: 100%;
    color: #fff;
    /*font-weight: 100;*/
}

.ausw_detail {
    height: 40px;
}

.ausw_detail_th {
    padding-top: 10px;
    /*font-weight: 100;*/
}

.bottom-border {
    border-bottom: 1px solid #fff;
}
.border-right {
    border-right: 1px solid #fff;
}

table.ausw_detail td.bewill,th.bewill {
    background: #17be99;
}

table.ausw_detail td.pendent,th.pendent {
    background: #c37650;
}

table.ausw_detail td.center:nth-child(even) {
    padding-left: 5px;
}
table.ausw_detail td.center:nth-child(odd) {
    padding-left: 50px;
    width: 50px;
}

/* tablet Landscape */
/* ====== */
@media only screen
and (min-device-width : 768px)
and (max-device-width : 1024px)
and (orientation : landscape) {

}

/* tablet */
/* ====== */
@media screen and (max-width: 1050px) {
    table.ausw_detail td.center:nth-child(odd) {
        padding-left: 120px;
    }
}

/* phone */
/* ====== */
@media screen and (max-width: 595px) {

table.ausw_detail td.center:nth-child(odd) {
    padding-left: 50px;
}

}


/* desktop */
/* ====== */
@media (min-width: 1200px) {
    table.ausw_detail td.center:nth-child(odd) {
        padding-left: 160px;
    }

}
