/* Custom Styles */


header { background-color: #333;
       }


#menu { background: rgba(0,0,0,0.5);
      }


.menuitem a:hover { color: #518e91;
                  }


#module_menu select { border-top-right-radius: 30px;
                      border-bottom-right-radius: 30px;
                      background-color: #555;
                    }


#menu_button { background-color: #555;
             }


#motd { color: #000;
        background-color: #518e91;
      }


#actions { background-color: #c0ccdb;
           background-image: url(watermark_logo_slate.png);
           background-size: contain;
           background-repeat: no-repeat;
           background-position: bottom;
         }



main a { color: #213e61;
       }


.module { background-color: #555;
        }


footer { background-color: #555
       }








/* Max 610 */
@media (max-width: 610px)
    {
    header { height: 60px;
           }

    header section:nth-of-type(3) a { display: none;
                                    }
    }
