#menu
        {
            background-color: #2f2f2f;
        }

        #menu_links
        {
            font-size: 1.25em !important;
            text-align: center;
        }

        #menu a
        {
            color: #e9e9e9;
        }

        #menu a.on, #menu a:hover, #menu a:focus
        {
            color: #ffffff;
        }
        

        #banner #banner_text
        {
            top: 5.05vw !important;
            right: 4.05vw !important;
            display: none;
            opacity: 1 !important;
            text-align: right !important;
        }
        
        #banner #banner_text h1
        {
            font-size: 2.25em !important;
            color: #184d56;
        }

        #banner #banner_text h1 span
        {
            background-color: transparent;
        }        
        

        .main
        {
            padding: 0.9em 1em 1.7em 1em;
            background-color: #ffffff !important;
            border: 1px #e4e4e4 solid;
            border-radius: 1em;
        }

        .main h2
        {
            margin: 4em 0 0.6em 0;
            padding: 0.5em 3% 0.6em 3% !important;
            color: #000000;
            background-color: #eeeeee;
            font-weight: normal;
            font-size: 1.25em !important;
            text-align: center;
        }
        
        .main h2:first-of-type,
        {
            margin-top: 0 !important;
        }
        
        
        .mblock
        {
            background-color: #ffffff !important;
            border-color: #e5e5e5;
            border-radius: 1em;
        }
        
        
        .mblock h2.title,
        .mblock h3.title
        {
            margin: 0 0 0.6em 0 !important;
            padding: 0.5em 3% 0.6em 3% !important;
            background-color: #2b728f;
            color: #ffffff;
            text-align: center;
            font-weight: normal;
            font-size: 1.25em !important;
        }
        

        #box_post_text h2,
        .mblock h2
        {
            color: #000000;
            font-weight: 300;
            font-size: 1.8em !important;
        }

        #box_post_text h3,
        .mblock h3
        {
            color: black;
            font-weight: 300;
            font-size: 1.3em !important;
        }
        
        
        #bottom_title
        {
            background-color: #09485f;
            color: #ffffff;
            font-size: 1.2em !important;
        }
        
        
        .post_icon 
        { 
            display: none; 
        }