/*
 * Basic Table Demo CSS.
 */

#page {
  padding: 50px 100px !important;
}

@media only screen and (max-width: 568px) {
  #page {
    padding: 50px 30px !important;
  }
}


@media only screen and (max-width: 568px) {
  .phone-block {
    display: block !important;
  }

  .phone-hide {
    display: none !important;
  }
}

table {
  background: #fff !important;
  border-collapse: collapse !important;
  width: 100% !important;
  margin-bottom: 0.5em !important;
  margin-top: 0.5em !important;
}

table tr,
table th,
table td {
  border: none !important;
  border-bottom: 1px solid #e4ebeb !important;
  font-size: 1rem !important;
  color: #333!important !important;
}

table th,
table td {
  /*padding: 10px 12px !important;*/
  padding : 0.7em 1em !important;
  text-align: left !important;
}

table th {
  background: #D6DBE5 !important;
  text-transform: uppercase !important;
}
/*
table tr td {
  /*background: #eaf3f5 !important;
  background: #eee !important;
}*/
/*
table tr:nth-of-type(2n+2) td {
  background: #fafafa !important;
}*/
table tr:nth-of-type(even){
	background: #fafafa !important;
}

table.bt tbody td {
  font-size: 1rem !important;
  padding: 0 !important;
}

table.bt tbody td:before {
  margin-right: 10px !important;
  padding: 2px 10px !important;
}

table.bt tbody td .bt-content {
  display: inline-block !important;
  padding: 2px 5px !important;
}

table.bt tbody td:first-of-type:before,
table.bt tbody td:first-of-type .bt-content {
  padding-top: 10px !important;
}

table.bt tbody td:last-of-type:before,
table.bt tbody td:last-of-type .bt-content {
  padding-bottom: 10px !important;
}

table.bt thead {
  display: none !important;
}

table.bt tbody td {
  border: none !important;
  display: block !important;
  vertical-align: top !important;
}

table.bt tbody td:before {
  content: attr(data-th) ": " !important;
  font-weight: bold !important;
  width: 8em !important;
  display: inline-block !important;
}

table.bt tbody td.bt-hide {
  display: none !important;
}

table.bt tbody td .bt-content {
    vertical-align: top !important;
    word-break: break-word !important;
    word-wrap: normal !important;
    width: 60% !important;
}

.bt-wrapper.active {
  max-height: 310px !important;
  overflow: auto !important;
  -webkit-overflow-scrolling: touch !important;
}

.testable {
  border-collapse: collapse !important;
  width: 100% !important;
  margin-bottom: 0.5em !important;
  margin-top: 0.5em !important;
}

.testable tr,
.testable th,
.testable td {
  border: none !important;
  border-bottom: 1px solid #e4ebeb !important;
  font-size: 1rem !important;
  color: #333!important !important;
}

.testable th,
.testable td {
  /*padding: 10px 12px !important;*/
  padding : 0.7em 1em !important;
  text-align: left !important;
}

.testable th {
  text-transform: capitalize !important;
}

.gridtable{
  background: none !important;
  border-collapse: collapse !important;
  width: 100% !important;
  margin-bottom: 0.5em !important;
  margin-top: 0.5em !important;
}

.gridtable tr,
.gridtable th,
.gridtable td {
  border: none !important;
   border-bottom: none !important;
  font-size: 1rem !important;
  color: none !important;
}   

.gridtable th,
.gridtable td {
   padding : 0.1em !important; 
  text-align: left !important;
}
.gridtable tr:nth-of-type(even) {
    background: none !important;
}

.otetable {
  border-collapse: collapse !important;
  width: 100% !important;
  margin-bottom: 0.5em !important;
  margin-top: 0.5em !important;
}

.otetable tr,
.otetable th,
.otetable td {
  border: none !important;
  border-bottom: 1px solid #e4ebeb !important;
  font-size: 1rem !important;
  color: #333!important !important;
}

.otetable th,
.otetable td {
 padding: 10px 8px !important;
  text-align: left !important;
}
