﻿@media only screen and (orientation:portrait){


.frcd{
   
	border-style:outset;
	border-radius:5px 5px 5px 5px;
    color:white;
	background-color:black;
	width:350px;
	margin-left:5px;
	margin-right:5px;
	margin-top:5px;
	margin-bottom:10px;
	word-wrap:break-word;
	
}

.tb{
	border-radius:5px 5px 5px 5px;
}

.cde{
	
	border-style:outset;
	border-radius:5px 5px 5px 5px;
    color:white;
	background-color:black;
	width:350px;
	margin-left:5px;
	margin-right:5px;
	margin-top:5px;
	margin-bottom:10px;
	word-wrap:break-word;
	
}

.cdf{
	
	border-style:outset;
	border-radius:5px 5px 5px 5px;
    color:white;
	background-color:black;
	width:350px;
	margin-left:5px;
	margin-right:5px;
	margin-top:5px;
	margin-bottom:10px;
	word-wrap:break-word;
	
}

.stcd{
	width:330px;
	border-style:2px solid black;
	border-radius:5px 5px 5px 5px;
	background-color:white;
	margin-left:5px;
	margin-right:5px;
	margin-top:5px;
	margin-bottom:15px;
	word-wrap:break-word;
	padding-bottom:2px;
}

.vfr{
	margin-left:10px;
	margin-right:8px;
	margin-top:5px;
	margin-bottom:8px;
}

.stcda{
	width:330px;
	border-style:2px solid black;
	border-radius:5px 5px 5px 5px;
	background-color:white;
	color:black;
	margin-left:5px;
	margin-right:5px;
	margin-top:5px;
	margin-bottom:5px;
	overflow: auto;
	word-wrap:break-word;
}

.stcdb{
	width:330px;
	border-style:2px solid black;
	border-radius:5px 5px 5px 5px;
	background-color:white;
	color:black;
	margin-left:5px;
	margin-right:5px;
	margin-top:5px;
	margin-bottom:5px;
	overflow: auto;
	word-wrap:break-word;
	padding:5px 5px 5px 5px;
}

.stcdc{
	width:700px;
	height:200px;
	border-style:2px solid black;
	border-radius:5px 5px 5px 5px;
	background-color:white;
	color:black;
	margin-left:5px;
	margin-right:5px;
	margin-top:5px;
	margin-bottom:8px;
	padding:8px 8px 8px 8px;
	overflow: auto;
	word-wrap:break-word;
}

.cdfrma{
	
	/*font-size:18pt;*/
	width:330px;
	height:40px;
	border-style:2px solid black;
	border-radius:5px 5px 5px 5px;
	margin-left:5px;
	margin-right:5px;
	margin-top:5px;
	margin-bottom:5px;

}


.cdfrmaa{
	
	/*font-size:18pt;*/
	width:280px;
	height:40px;
	border-style:2px solid black;
	border-radius:5px 5px 5px 5px;
	margin-left:5px;
	margin-right:5px;
	margin-top:5px;
	margin-bottom:5px;

}

.cdfrmb{
	
	/*font-size:18pt;*/
	width:330px;
	height:90px;
	border-style:2px solid black;
	border-radius:5px 5px 5px 5px;
	margin-left:5px;
	margin-right:5px;
	margin-top:5px;
	margin-bottom:5px;
	
}

.btnpt{
	font-size:15pt;
	width:200px;
	height:50px;
	border-style:2px solid black;
	border-radius:5px 5px 5px 5px;
	/*margin-left:5px;
	margin-right:5px;*/
	margin-top:3px;
	margin-bottom:5px;
	background-color:blue;
	color:white;
}

.btnpt:hover{
	background-color:white;
	color:black;
}

.cdea{
	
	border-style:outset;
	border-radius:5px 5px 5px 5px;
    color:white;
	background-color:black;
	width:350px;
	margin-left:5px;
	margin-right:5px;
	margin-top:5px;
	margin-bottom:10px;
	word-wrap:break-word;
	
}

.sh{
border-radius:10px 10px 10px 10px;
}

body{
    font-family:calibri,cambria;
    
}

a{
	color:red;
    text-decoration:none;
}


.tfrmd{
	border-radius:5px 5px 5px 5px;
	border-color:red;
}

#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;
}


}