.dropdown-menu {font-size:.9rem;}
td{padding:10px;border:solid 1px; border-color:#e6e6e6;}
.mceContentBody p,
.mceContentBody td {
    font-size: 24px;
    line-height:1.2;
}

.memberstd{
	border: none !important; 
  	border-bottom: solid 1px #c8c8c8  !important;
}

.covers {
	width:200px;
	margin-right:20px;
	margin-bottom:20px;
	text-align:center;
	float:left;
}

.coversmall {
	width:112px;
	margin-right:20px;
	margin-bottom:20px;
	text-align:center;
	float:left;
}

@media only screen and (max-width: 600px){
.videobox{
	width:100%;
    height:200px;
    margin-bottom:20px;
  }
.contactbox{
    width:100%;
 
  }
}

@media only screen and (min-width: 601px){
.videobox{
	width:23%;
    height:165px;
    float:left;
    margin-right:2%;
  }
.contactbox{
    width:600px;
  }  
}