.main-title {
    font-size: 30px;
    text-transform: uppercase;
    font-weight: 500;
     margin-top: 30px; 
    color: #333;
}
.table .td-name a{
    color:#936d3a;
}
.table .td-name a:hover,.table .td-name a:active,.table .td-name a:focus{
    color:#333;
    text-decoration:none;
    outline:none;
}
.table .select-room {
        padding: 0;
    height: 35px;
    margin-bottom: 0px;
}
    #wraploadding {
        background-color: #fff;
        opacity: 0.8;
        z-index: 5000;
        position: fixed;
        top: 0px;
        left: 0px;
        display: none;
    }

        #wraploadding div#imgloadding {
            width: 100px;
            height: 100px;
            margin: auto;
            position: relative;
        }