﻿@media (orientation: landscape) and (max-width: 700px)
{
    .updatecol
    {
        width:33% !important;
    }
}     

@media (orientation: portrait) and (max-width: 700px)
{
    .updatecol
    {
        width:100% !important;
    }
    #rightimage 
    {
        width:100%;
    }
}     

@media (max-width: 700px)
{
    .thcol, .thcol font
    {
        color:#069 !important;
        background-color:White !important;
        
    }
    #content_ 
    {
        width: 100% !important;
    }
}  

   
