
table, td, th {
}



table {
  border-collapse: collapse;
  width: 100%;
}

.table-responsive>table .dropdown{position:static;}
.table-responsive>table .dropdown>.dropdown-menu{left:auto !important;top:auto !important;}


th {
  height: 50px;
  vertical-align: center;
  background-color:#F8F8F8;
  color: #000000;
}

td {
  height: 80px;
  vertical-align: center;
  background-color:#ffffff;
  color: #000000;
}

.noBorder {border-bottom: none ! important;}

.tdSmallRow {
   height:25px ! important;
  vertical-align: center;
  background-color:#ffffff;
  color: #000000;
}
.smHeight {height: 30px ! important;padding: 6px;} 
.pullRight {text-align: right ! important;} 
.pullLeft {text-align: left ! important;} 
.pullCenter {text-align: center ! important;} 
.pad-3 {padding:3px;} 

.rowHide {display:none;}
.no-dec {text-decoration:none;}

.dr_links {text-decoration:none;}
.dr_links:hover {border:1px #3366CC solid ! important;}
a.dr_links:hover {border:1px #3366CC solid ! important; }

section {
  scroll-margin-top: 4rem;
}  

@media screen and (max-width: 992px) {
  .mobileOff {
    display: none;
  }
  .mobileOn {
  }
    .trBottomBorder {
      border-bottom: 1pt solid #CCCCCC;
    }
}
@media screen and (min-width: 993px) {
  .mobileOff {
  }
  .mobileOn {
    display: none;
  }
    tr {
      border-bottom: 1pt solid #CCCCCC;
    }
}

