
.imagediv {
	float:left;
    margin-top:50px;
}
.imagediv .showonhover {
	background:red;
	padding:20px;
	opacity:0.9;
	color:white;
	width: 100%;
	display:block;	
	text-align:center;
	cursor:pointer;
}

@media only screen and (max-width: 500px)
{

.workout{
	text-align: center;
}

}


.affiliate th
{
	 font-size: 20px;
    background-color: #2e3439;
    text-align: center;
}

.affiliate-text
{

	font-size:14.5px;

}

.affiliate-text-btn
{
	font-weight: bold;
	font-size:16px;
	color: white !important; 

}

.affiliate-center
{
	margin-left: 40px;
}

.table-wrapper-scroll-y {
  display: block;
  max-height: 400px;
  overflow-y: auto;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}




.affiliate-ft th 
{
	 font-size: 20px;
    background-color: #2e3439;
   border-bottom: 1px solid grey;
}

.table > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td, .table > thead > tr > th
{border-bottom: 1px solid grey !important;}

.form-control-ft {
	display: inline; 
    width: 20%;
    border-radius: 0;
    box-shadow: none;
    height: 26px;
    background-color: #fff;
    border: 1px solid red;
    color: #bbc4cc;
}