/* ---------- ÏÎÄÂÀË ----------------- */
.podval
{
width: 900px; 
height: 50px;
text-align: center;
font-size: 15px;
color: #000080;
margin: 20px 0px 20px 0px;
border: 0px solid #C0C0C0;
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
background-color: #FFFFFF;
}

@media only screen and (max-width : 480px) 
{
.podval
{ 
width: 100%; 
text-align: center;
font-size: 10px;
color: #000080;
margin: 20px 0px 20px 0px;
border: 0px solid #C0C0C0;
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
background-color: #FFFFFF;
}	
}