 @import url('https://fonts.googleapis.com/css?family=Open+Sans');
@media (max-width: 768px) and (orientation: landscape)
{
html
{
zoom:0.57;
}
}

@media (max-width: 768px) and (orientation: portrait)
{
html
{
zoom:0.42;
}
}
*
{
font-size:14px;
color:#333;
}

hr{
border:0px;
height:1px;
margin-top:20px;
margin-bottom:20px;
background-image:linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0))
}
.small_text
{ 
margin-top:5px;
}
img
{
width:200px;
margin-right:30px;
}
#name
{
margin-top:15px;
}
#name_sub
{
margin-top:2px;
margin-bottom:40px;
}
td{
width:50%;
font-size:14px;
}
#main
{
transition: 0.5s;
	transform-style: preserve-3d;
}
table
{
width:100%;
}
#main 
{
font-family:"Open Sans";
background:#fff;
width:850px;
box-shadow: 2px 2px 5px #555;
position: absolute;
left: calc(50% - 425px);
top: calc(50% - 260px);
}
#links a
{
margin-right:45px;

display:inline-block;font-size:14px;
color:#0c5f59;
text-decoration:none;
}
#links a:hover
{
color:#108d84;
}
#content
{
height:260px;
overflow-y:auto;
}
#text
{
padding:25px;
padding-top:5px;
padding-bottom:20px;
}
#name
 {
font-size:21px;
}



body
{
margin:0px;
background:url("back5.png");
}
