﻿.main-title {
    font-size: 30px;
    text-transform: uppercase;
    font-weight: 500;
     margin-top: 30px; 
    color: #333;
}
.table .td-name a {
    color: #0e385d;
}
.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;
}
.btn-btn-primary {
    background: #0e385d;
    border: 1px solid #0e385d;
    padding: 12px 30px;
    color: #fff;
}
    .btn-btn-primary:hover {
        background: #fff;
        color: #0e385d;
        border: 2px solid #0e385d;
    }
