@media only screen and (orientation:portrait){


body{
    font-family:cambria;
}

.tfrmab{
	
	/*border-radius:5px 5px 5px 5px;
	border-color:white;*/
	
	/*float:left;*/
	border:2px solid transparent;
	border-radius:5px 5px 5px 5px;
	/*margin-right:5px;
	margin-left:5px;*/
	margin-bottom:5px;
	margin-top:5px;
	/*overflow: auto;*/
	word-wrap:break-word;
	
}

/*-------------------------------------------------------------------------------------------------------------------------------------------------------*/

#video_controls_bar{
	
	background-color: transparent;
	color:white;
	/*padding: 10px;*/
	height:40px;
	border:2px solid transparent;
	border-radius: 0px 5px 0px 8px;
	margin-right:5px;
	margin-left:5px;
	margin-bottom:28px;
	margin-top:5px;
	
}

#playpausebtn{
	
	border:2px solid transparent;
	background-color: white;
	color:black;
	border-radius: 0px 5px 0px 8px;
	font-size:20pt;
	margin-right:5px;
	margin-left:5px;
	margin-bottom:28px;
	margin-top:5px;
	
}

#video_player_box{
	border:2px solid transparent;
}



}