<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">

/* 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 ul.DropMenu,
    .ResponsiveDesign .Diary .DiaryList ul.FirstLevel { background: #d3d3d3; }
    .ResponsiveDesign .DropMenu a.toplevel { border-left: 6px solid #595959; }
}


</pre></body></html>