

/* tablets and desktop
@media only screen and (min-width: 768px) {
}
*/

/* phones
@media only screen and (max-width: 768px) {
}
*/

/* portrait phones 
@media only screen and (max-width: 768px) and (orientation: portrait) {
    
}
*/

@media only screen and (max-width: 768px) 
{ 

    .ResponsiveDesign .HeaderField { background: url('images/bg-separator.png') no-repeat bottom center; }
    
    .ResponsiveDesign .MobileMenuContainer { background: url('images/bg-separator.png') no-repeat bottom center; }

    .ResponsiveDesign .Diary .DiaryList ul.FirstLevel,
    .ResponsiveDesign ul.DropMenu { border-bottom: 2px solid #4174b8; }

}


