.head{
    background-color: #1c1c1c;
    line-height: 35px;
    padding: 15px 0;
   
}
body {
    /* font-family: "DIN CONDENSED","Raleway",sans-serif !important; */
    background-color: #efefef;
    
}
h1 {
    font-size: 1.75rem;
    text-align: center;
    padding: 15px 0 0 0;
    background-color: #efefef;
    font-weight: 700;
    color: black;
    margin-bottom: 0;
    font-family: "DIN CONDENSED","Raleway",sans-serif !important;
}
table { 
    border-radius: 10px;
    overflow: hidden;
    width: 100%;
    font-weight: 300; 
  }
table thead tr {
    color: #fff;
    text-align: center;
    padding: 0;
    background: #36304a;
}

.bodytable{
    text-align: left;
    padding: 10px 0px;
}
.table td {
    border: 0px ;
    vertical-align: middle;
}
.background{
    background-color: white;
    text-align: center;
}

.background-yes{
    background-color: rgba(129, 178, 223, .4);
}

.background-no{
    background-color: rgba(200, 37, 6, 0.4);
}

.htable {
    font-size: 1.15em;
    text-align: left;
    background-color: floralwhite;
    font-weight: 700;
}

.btn-b:hover{
    color: #d65050;
    background-color:#f8f9fa;
}

.btn-b{
    -webkit-tap-highlight-color: transparent;
box-sizing: border-box;
font: inherit;
margin: 0;
overflow: visible;
-webkit-appearance: button;
cursor: pointer;
position: relative;
display: inline-block;
font-family: "Raleway",sans-serif;
font-size: 13px;
line-height: 24px;
font-weight: 700;
padding: 12px 34px;
color: #fff;
text-transform: uppercase;
border-radius: 3px;
transition: all .3s;
background-color: #d65050;
border: 1px solid #d65050;
}

footer.site-footer {
    background-color: #1c1c1c;
    color: #666;
    line-height: 35px;
    padding: 15px 0;
}

footer.site-footer a {
    color: #666;
}
