﻿

/*** for PC Browser ***/
@media (min-width:401px)
{
#RightPane ul{
 margin-top:0px;
 margin-bottom:2px;
}

#RightPane h2{
 margin-bottom:0px;
 padding-left:15px;
}


}


/*** for Smart Phone ***/
@media (max-width:400px)
{
#RightPane ul{
 margin-top:0px;
 margin-bottom:2px;
}

#RightPane h2{
 margin-bottom:0px;
 padding-left:15px;
}
}
