table{
width:100% !important;
    border:none;
    overflow: scroll;
}
table tr td{
    font-size: 15px;
    font-weight: 500;
    padding: 10px 20px;
    text-align: center;
    /*border: 1px solid #e3e3e3;*/
}

table tr:nth-child(2n-1){
    background: #e3e3e3;
    color: #686565;
}
table tr:nth-child(2n-1) td{
    padding: 10px 20px;
    text-align: center;
}

table tr:nth-child(1) td{
    padding: 10px 20px;
    text-align: center;
    font-weight: 600;
}
#fade {
  display: none;
  position: fixed;
  top: 0%;
  left: 0%;
  width: 100%;
  height: 100%;
  background-color: black;
  z-index: 1001;
  -moz-opacity: 0.8;
  opacity: .80;
  filter: alpha(opacity=80);
}

#light {
     position: absolute;
    top: 10%;
    left: 30%;
    width: 1000px;
    margin-left: -150px;
    margin-top: -180px;
    z-index: 1002;
    overflow: visible;
}

#boxclose {
    float: right;
    cursor: pointer;
    color: #fff;
    border-radius: 3px;
    /* background: #222222; */
    font-size: 31px;
    font-weight: bold;
    display: inline-block;
    line-height: 0px;
    padding: 11px 3px;
    position: absolute;
    right: 9px;
    top: 11px;
    z-index: 1002;
    opacity: 0.9;
}

.boxclose:before {
  content: "×";
}

#fade:hover ~ #boxclose {
  display:none;
}
.card{
    border: 1px solid rgb(237 237 237);
}
.thumb-info{
    margin-left: 10px;
    border: 1px solid #eee;
}
.overlay-light:before {
    background-color: #21252978!important;
}
.anim-hover-translate-top-10px .card{
    height: 230px;
}
#footer{
    margin-top:0;
}
.contact label{
    width: 100%;
    border-bottom: 1px solid #252c5c;
    margin-bottom: 10px;
    color: #252c5c;
    font-size: 17px;
    
    padding: 7px;
}
.contact input{
    color: #252c5c;
}

.contact select {
    border: 1px solid #e5e7e9;
    border-radius: 3px;
    outline: none;
    width: 100%;
    height: 40px;}