@media only screen and (max-width: 998px)
{
#wrapper { width:94%; padding:0 3%; }
header .header-sidebar { width:50%; }
section #left-container { width:69%; }
section #left-container .rates table { width:80%; }
section #right-container { width:28%; padding:0; }
section #right-container .block-wrapper { padding-bottom:4px; }
}
@media only screen and (max-width: 768px)
{
header .logo { width:100%; text-align:center; float:none; margin:0; }
header .header-sidebar { width:100%; text-align:center; margin:10px 0 20px; display:block; }
section #left-container { width:100%; float:none; }
section #left-container .rates table { width:100%; }
section #right-container { margin:20px auto; float:none; width:200px; }
section #right-container .widget_wysija_cont { margin-bottom:20px; }
footer .col-2 { padding:10px; line-height:18px; }
}
@media only screen and (max-width: 548px)
{
}