.navbar-fixed-top {
   padding: 34px 0px 28px 0px;    
   font-weight: bold;
    border-bottom: 5px solid #be4f48;
    z-index: 1000000000000;
}
.navbar-fixed-top .navbar-nav > li > a {
     border: 4px solid #d45d56;   
}
.navbar-fixed-top .navbar-nav > li > a:hover,
.navbar-fixed-top .navbar-nav > li > a:focus {
    color: #ffffff;
    border: 4px solid #fff;
}


.cust-btn {
    font-size: 18px;
    font-weight: 400;
    margin-top: 30px;
    padding: 10px 28px 9px 28px;
}
.cust-btn2 {
     font-size: 18px;
    font-weight: 400;
    padding: 10px 28px 9px 28px;
    text-transform: uppercase;
}
.cust-btn-lg {
     font-weight: bold!important;
     font-size: 28px;
    padding: 10px 28px 9px 28px;
}

/* -- table -- */
table {
    border-collapse: separate;
      border-spacing: 8px 8px;   
}
table th {
     text-align: center;
    background: #9faeb6;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 400;
    color: #efefef;
   
}
table tr:nth-child(2n) {
    background: #e1e4e6;
}
table tr {
     border: 0px;   
}