@media only screen and (orientation:portrait){


/*h1 {
    border-style:outset;
	border-radius:5px 5px 5px 5px;
    color:red;
}*/

.sh{
border-radius:10px 10px 10px 10px;
}

body{
	
    font-family:cambria;
    
}

a{
	color:white;
    text-decoration:none;
}


.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;
	
}

#container{
    width:50%;
    margin:auto;
    padding:30px;
    border:1px outset;
    background:blue;
	border-radius:5px 5px 5px 5px;
}

.btnf{
    padding: 0 40px;
    background-color: blue;
    font-size: 15px;
    text-transform: uppercase;
    color:white;
    line-height: 40px;
    display:inline-block;
}
.btnf:hover {
  padding: 0 50px;   
text-decoration: underline; 
color: white;
background-color: red;
}

.btng{
    padding: 0 10px;
    background-color: indigo;
    font-size: 15px;
    text-transform: uppercase;
    color:red;
    line-height: 40px;
    display:inline-block;
}
.btng:hover {
  padding: 0 50px;   
text-decoration: underline; 
color: white;
background-color: orange;
}

/*-------------------------------------------------------------------------------------------------------------------------------------------------------*/

video{
	
	border-radius:15px 15px 15px 15px;
	
}

#video_controls_bar{
	
	/*background-color: black;
	color:white;
	padding: 10px;
	width:780px;
	height:40px;*/
	
	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;
	margin-left:328px;
	border-radius: 0px 5px 0px 8px ;
	font-size:20pt;*/
	
	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;
	
}


}