#title-spacer{
    background-image: url("/storage/img/LH-home-bg-modify.jpg");
    height: 15em;
    padding-top: 5.625em;
}
.table {
    width: 1080px !important;
}
@media screen and (max-width: 85.375em){ #title-spacer {background-image:url("/storage/img/header_title_1366.jpg") !important;} }
@media screen and (max-width: 48em){ #title-spacer {background-image:url("/storage/img/header_title_768.jpg") !important;} }
 @media screen and (orientation:portrait) {  
    #title-spacer {background-image:url("/storage/img/header_title_480.jpg") !important;} 
    td:nth-child(3) .genric-btn {
        padding: 0 1em;
        font-size: 0.9375em;
    }
    td:nth-child(3) {
        min-width: 120px;
        width: 120px;
    } 
}
@media screen and (max-width: 768px){
    th:nth-child(1), td:nth-child(1), td:nth-child(4), td:nth-child(5){
        display: none;
    }
    .table {
        width: 320px !important;
    }
}

.custom_xscroll_style{
    overflow-x: scroll;
}

.custom_table_font_style_01 {
    font-size:0.95em;
}
