#menu
        {
            background-color: #184568;
        }

        #menu_links
        {
            font-size: 0.95em !important;
            text-align: right;
        }

        #menu a
        {
            color: #ffffff;
        }

        #menu a.on, #menu a:hover, #menu a:focus
        {
            color: #bad4da;
        }
        

        #banner #banner_text
        {
            top: 4.65vw !important;
            right: 2.25vw !important;
            display: block;
            opacity: 0.7 !important;
            text-align: right !important;
        }
        
        #banner #banner_text h1
        {
            font-size: 1.8em !important;
            color: #0e2643;
        }

        #banner #banner_text h1 span
        {
            background-color: white;
        }        
        

        .main
        {
            padding: 0.9em 1em 1.7em 1em;
            background-color: #f4f4f4 !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: #ffffff;
            background-color: #27587d;
            font-weight: normal;
            font-size: 1.2em !important;
            text-align: center;
        }
        
        .main h2:first-of-type,
        {
            margin-top: 0 !important;
        }
        
        
        .mblock
        {
            background-color: #f4f4f4 !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: #295b80;
            color: #ffffff;
            text-align: center;
            font-weight: normal;
            font-size: 1.2em !important;
        }
        

        #box_post_text h2,
        .mblock h2
        {
            color: black;
            font-weight: 300;
            font-size: 1.5em !important;
        }

        #box_post_text h3,
        .mblock h3
        {
            color: black;
            font-weight: 300;
            font-size: 1.2em !important;
        }
        
        
        #bottom_title
        {
            background-color: #f0f0f0;
            color: #000000;
            font-size: 1em !important;
        }
        
        
        .post_icon 
        { 
            display: inline-block; 
        }