@media only screen and (orientation:portrait){


body {
font-family:cambria;
}

a {
	text-decoration:none;
    color:blue;
}


.tfrmd{
	
	/*
	
	border-radius:5px 5px 5px 5px;
	border-color:blue;
	
	*/
	
	/*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{
	
	border-radius:15px 15px 15px 15px;
	
}

#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:119px;
	margin-bottom:28px;
	margin-top:5px;
	
}

#video_player_box{
	/*
	width:800px;
	background:#000;
	border-radius:15px 15px 15px 15px;*/
	
	border:2px solid transparent;
	
}

#video_player_boxa{
	
	/*width:700px;
	background:#000;
	border-radius:15px 15px 15px 15px;*/

	border:2px solid transparent;
	
}

#playpausebtna{
	
	border:2px solid transparent;
	background-color: white;
	color:black;
	border-radius: 0px 5px 0px 8px;
	font-size:20pt;
	margin-right:5px;
	margin-left:119px;
	margin-bottom:28px;
	margin-top:5px;
	
}

#video_controls_bara{
	
	background-color: transparent;
	color:white;
	height:40px;
	border:2px solid transparent;
	border-radius: 0px 5px 0px 8px;
	margin-right:5px;
	margin-left:5px;
	margin-bottom:28px;
	margin-top:5px;
	
	
}


}