@charset "utf-8";.rwd-table td,.rwd-table th{border:1px solid #22222224}.rwd-table th{display:none}.rwd-table td{display:block}.rwd-table td:last-child{padding-bottom:.5em}.rwd-table td:before{content:attr(data-th) ": ";font-weight:700;width:80%;display:inline-block}.book-list .rwd-table td:before{position:absolute;left:40px}@media (min-width:768px){.rwd-table td:before{display:none}}.rwd-table td,.rwd-table th{text-align:left}@media (min-width:768px){.rwd-table td,.rwd-table th{display:table-cell;vertical-align:middle}.rwd-table td:first-child,.rwd-table th:first-child{padding-left:0}.rwd-table td:last-child,.rwd-table th:last-child{padding-right:0}}.rwd-table{color:#414141;overflow:hidden;width:100%;border:1px solid #22222224;font-weight:400}@media (min-width:768px){.rwd-table td,.rwd-table th{padding:6px!important;text-align:left;font-size:15px}}@media (max-width:767px){.rwd-table td,.rwd-table th{margin-bottom:0;text-align:left!important;padding:5px}.rwd-table td:first-child{background:#d12023;color:#fff}.table tr:nth-child(odd){background:rgb(0,0,0,0)}.rwd-table td,.rwd-table th{border:1px solid rgba(0,0,0,.2)}}.table td,.table th{padding:.75rem;vertical-align:top;border-top:0}.red-box{background:red}.red-box strong{color:#fff}.blue-box strong{color:#fff}.yellow-box strong{color:#fff}.gray-box strong{color:#fff}.blue-box{background:#0070c0}.yellow-box{background:#ffc000}.gray-box{background:#d0cece}

.technicion-table {
  width: 70%;
  border-collapse: collapse;
  margin: 0px auto
}
.technicion-table tr:nth-of-type(odd) {
  background: #eee
}
.technicion-table th {
  background: #06aac5;
  color: #fff;
  font-weight: 600;
  letter-spacing: .5px;
	font-size: 18px !important;
}
.technicion-table td, .technicion-table th {
  padding: 10px 20px;
  border: 1px solid #ccc;
  text-align: left;
  font-size: 15px
}
.technicion-table table td {
  padding: 5px 18px !important
}
/*.technicion-table{
	position: relative
}
.technicion-table:after{
	position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    content: '\2b';
    color: #111;
    font-size: 1000px;
    opacity: 0.1;
    right: 0;
}*/
.technicion-table th i {
    padding-right: 10px
}
@media screen and (max-width: 767px) {
.technicion-table td, .technicion-table th{
		display: block
	}
	.technician-details td, .technician-details th, technicion-table tr{
		display: block
	}

	}