@media (min-width: 1024px){
  nav.navbar.bootsnav li.dropdown ul.dropdown-menu{
    background: #063848;
  }
  nav.navbar.bootsnav li.dropdown ul.dropdown-menu > li > a {
    color: #fff;
  }
  nav.navbar.bootsnav li.dropdown ul.dropdown-menu > li a:hover, 
  nav.navbar.bootsnav li.dropdown ul.dropdown-menu > li a:hover {
    color: #6f6f6f;
  }
}

.p-thumb-right {float: right;margin-left: 20px;width: 100px;}
.p-thumb-right img{max-width: 100%;}
@media only screen and (min-width: 600px) {
  .p-thumb-right {height: 160px;}
}

.committeebx{border-bottom: 1px solid #eee;padding-bottom: 20px;margin-bottom: 20px;}
.committee-photo{margin-bottom: 40px;clear: both;overflow: hidden;}
.committee-photo img{float:left;border-radius: 100%;margin-right: 50px; height: 250px; width: 250px;}
.committee-summary{font-size: 18px;line-height: 26px;text-align: left; padding-top: 50px;}
.committee-summary strong {color:#a61e13;}
.committee-summary span {color:#40babd;}
.clear{clear: both;}
.organisingbx{max-width: 500px;margin: 0 auto;}
.organisingbx table{}
.organisingbx table tr td{display: table-cell;border: 1px solid #eee;padding:10px;width: 50%;}

.table_drteam {width: 90%;text-align: center;margin: 0 auto;font-family: inherit;}
.table_drteam table {
  background-color: transparent;
  border: 1px solid #cccccc;
  padding: 5px;
  width: 100%;
}
.table_drteam table p{margin: 0;}
.table_drteam table tr {
  border: 1px solid #000;
  padding: 5px;
}
.table_drteam table th {
  border: 1px solid #000;
  font-weight: bold;
  padding: 20px;
  color: #fff;
  text-align: center;
  background-color: #063848;
}
.table_drteam table td {
  border: 1px solid #cccccc;
  padding: 10px;
  vertical-align: middle;
  text-align: center;
}
.table_drteam table tr:nth-child(odd) {background: #f0eff7}
.table_drteam table tr:hover {
  background-color: #f33e44;
  color: #fff;
  transition-duration: 1s;
}
@media screen and (max-width: 767px) {
  .committee-photo {text-align: center; width: 100%;}
  .hptier.two .heading {font-size: 20px;}
  .p-thumb-right{display: none;}
  .table_drteam {width: 100%;white-space: nowrap;overflow-x: scroll;}
  .committee-photo img {float: none; margin-right: 0;}
  .committee-summary {text-align: center;padding-top: 20px;}
}
