

/* 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: #dac9b1; }
    .ResponsiveDesign .DropMenu a.toplevel { border-left: 6px solid #5f3b07; }
}


