/*******************************************************************************************************
    MIRANDA Code
    ------------------
    M_page_color.css - This file is main CSS layout.

    -- add here your palette color
    Palette color:
    
    light green: #74AD21;
    dark green: #4d790d;
    brown: #675C53;
    light grey: #CCC;

********************************************************************************************************/

/*@import url("M_round_corners.css");*/


/********************************************************************************************************
  GLOBAL STUFF
********************************************************************************************************/
/*Body{} used from M_client_styles.css */

/* high level styles */

/*a:{} used from M_client_styles.css */

/*ul, ol, p. h1, h2, h3, h4{} used from M_client_styles.css */


/* high level heading styles */

/* Generated by Font Squirrel (http://www.fontsquirrel.com) on May 28, 2014 */

/********************************************************************************************************
  FONTS
********************************************************************************************************/

@font-face {
    font-family: 'source_sans_prolight';
    src: url('../fonts/sourcesanspro-regular-webfont.eot');
    src: url('../fonts/sourcesanspro-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/sourcesanspro-regular-webfont.woff') format('woff'),
         url('../fonts/sourcesanspro-regular-webfont.ttf') format('truetype'),
         url('../fonts/sourcesanspro-regular-webfont.svg#source_sans_prolight') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'source_sans_prolight';
    src: url('../fonts/sourcesanspro-light-webfont.eot');
    src: url('../fonts/sourcesanspro-light-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/sourcesanspro-light-webfont.woff') format('woff'),
         url('../fonts/sourcesanspro-light-webfont.ttf') format('truetype'),
         url('../fonts/sourcesanspro-light-webfont.svg#source_sans_prolight') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'source_sans_proitalic';
    src: url('../fonts/sourcesanspro-it-webfont.eot');
    src: url('../fonts/sourcesanspro-it-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/sourcesanspro-it-webfont.woff') format('woff'),
         url('../fonts/sourcesanspro-it-webfont.ttf') format('truetype'),
         url('../fonts/sourcesanspro-it-webfont.svg#source_sans_proitalic') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'source_sans_probold_italic';
    src: url('../fonts/sourcesanspro-boldit-webfont.eot');
    src: url('../fonts/sourcesanspro-boldit-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/sourcesanspro-boldit-webfont.woff') format('woff'),
         url('../fonts/sourcesanspro-boldit-webfont.ttf') format('truetype'),
         url('../fonts/sourcesanspro-boldit-webfont.svg#source_sans_probold_italic') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'source_sans_probold';
    src: url('../fonts/sourcesanspro-bold-webfont.eot');
    src: url('../fonts/sourcesanspro-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/sourcesanspro-bold-webfont.woff') format('woff'),
         url('../fonts/sourcesanspro-bold-webfont.ttf') format('truetype'),
         url('../fonts/sourcesanspro-bold-webfont.svg#source_sans_probold') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'freehand575btregular';
    src: url('../fonts/freehand_575_bt-webfont.eot');
    src: url('../fonts/freehand_575_bt-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/freehand_575_bt-webfont.woff') format('woff'),
         url('../fonts/freehand_575_bt-webfont.ttf') format('truetype'),
         url('../fonts/freehand_575_bt-webfont.svg#freehand575btregular') format('svg');
    font-weight: normal;
    font-style: normal;

}



/********************************************************************************************************
  PAGE
********************************************************************************************************/

body {
    font-family: 'source_sans_prolight';
    font-size: 12pt;
    background: #F9F9F9;
}

#rasp_page {
    float: left;
    margin: 0 auto;
    padding: 0;
    width: 100%;
}

#rasp_wrapper {
    float: left;
    height: 100%;
    padding: 0;
    width: 100%;
}

ul#rasp_list {
    font-family: 'source_sans_prolight', arial;
    font-size: 15px;
    line-height: 1.5;
    margin: 10px 20px;
}

ul#rasp_list li{
    /*list-style-type: circle;*/
    /*width: 98%;*/
    /*margin-left: 20px;*/
    /*border: 1px solid;*/
}

#login_tmpl select {
	width:183px;
}

#rasp_registration_tmpl select {
	width:auto !important;
}

#login_tmpl #dob select {
	width: auto !important;
}


/********************************************************************************************************
  HEADER
********************************************************************************************************/
#rasp_header {
    margin: 0;
    padding: 0;
    clear: both;
    float: left;
    width:940px;
    height: 104px;
   /* background: url(../M_images/header_bkg.gif) no-repeat scroll 0 0;*/
}

#printjob_tmpl #rasp_header {
    margin-left:36px;
    padding: 0;
    clear: both;
    float: left;
    width:auto;
    height: 18px;
   /* background: url(../M_images/header_bkg.gif) no-repeat scroll 0 0;*/
}

#printjob_tmpl #rasp_page {
    width:auto;
}

#privacy_tmpl #rasp_page {
    width:auto;
}

#company_logo {

}

#rasp_logo {
    width: 84%;
    height: 44px;
    float:left;
    padding:15px 0 0 0px;
    /*margin: 10px 16px;*/
    margin: 4px auto;
    /*display: none;*/
}

#rasp_header p {
	margin-top: 48px;
	float:right;
	width:14%;
	text-align:right;
}


#rasp_header #buttons {
	margin-top: 0px;
	float:right;
	width:15%;
	text-align:right;
}

#rasp_header #buttons li 	{
	float:right;
}

#rasp_header #buttons li#btn_register 	{
	padding:5px 1px;
	text-align:center;
	color: #FFF;
	font-weight: bold;
	font-size:12px;
	background: #000;
	display:block;
	float:left;
	width:57px;
	margin:0 2px;
}

#rasp_header #buttons li#btn_login 	{
	padding:5px 1px;
	text-align:center;
	color: #FFF;
	font-weight: bold;
	font-size:12px;
	background: #DE1A25 none repeat scroll 0 0;
	float:right;
	display:block;
	width:41px;
	margin:0 2px;
}

#rasp_header #buttons li a 	{
	color: #FFF;
}

#rasp_header #buttons li a.hover 	{
	color: #FFF;
}

/********************************************************************************************************
  NAVBAR
********************************************************************************************************/
#rasp_navbar {
    margin: 0;
    padding-top:9px;
    clear: both;
    float: left;
    width: 940px;
    _width: 940px;
    background:#DE1A25 none repeat scroll 0 0;
    color:#FFFFFF;
    height:31px;
    /*display: none;*/
}

#rasp_navbar ul {
}

#rasp_navbar ul li{
    float: left;
    height: 15px;
    display: block;
    margin-right: 7px;
    margin-top: 3px;
    font-size:1.2em;
    padding-left:14px;
    padding-right:18px;
}

#rasp_navbar ul li a{
    border-bottom-color:#00CCFF;
    color:#FFFFFF;
}

#rasp_navbar ul li a:hover{
}

/********************************************************************************************************
  rasp_header_menu
********************************************************************************************************/
#rasp_header_menu {
    color:#666666;
    padding-top:11px;
    padding-bottom:9px;
    float:left;
    width:73%;
    /*display: none;*/
}

#rasp_header_menu ul {
}

#rasp_header_menu ul li{
    float: left;
    width: 130px;
    height: 14px;
    display: block;
    margin-right: 7px;
    margin-top: 3px;
    font-size:15px;
    font-weight:bold;
}

#rasp_header_menu ul li a{
    color:#666666;
    padding:7px 9px;
}

#rasp_header_menu ul li a.selected{
    color:#fff;
    padding:7px 9px;
    background:#DE1A25 none repeat scroll 0 0;
}

#rasp_header_menu ul li a:hover{
    border-bottom-color:#ff0000;
}


/********************************************************************************************************
  CONTENT
********************************************************************************************************/
#rasp_content {
    background: none repeat scroll 0 0 #E7E7E8;
    clear: both;
    margin: 0 auto;
    min-height: 580px;
    width: 940px;
}


/********************************************************************************************************
  LEFT COLUMN
********************************************************************************************************/
#rasp_left {
    width: 200px;
    /*padding-left: 10px;*/
    background: none;
    /*border: 1px solid;*/
    /*background: #CCC;*/
    display:none;
}



/********************************************************************************************************
  RASP MENU
********************************************************************************************************/
.rasp_menu {
    margin: 0;
    padding: 0;
    width: 96%;
    margin-bottom: 14px;
    font-size: 90%;
    /*border: 1px solid;*/
    /*height: 225px;*/
    /*border: 1px solid red;*/
    /*background: transparent url(../M_images/menu.png) no-repeat scroll 0 0;*/
}

.rasp_menu h3 {
    margin:0;
    padding: 24px 0px 8px 10px;
    color: #00457C;
    text-transform: uppercase;
    font-size: 1.3em;
    display: none;
}

.rasp_menu .cssbox_body  ul {
    width: 96.5%;
    list-style-type: none;
    /*line-height: 2em;*/
    padding: 0;
    padding-top: 5px;
    /*margin-left: 10px;*/
}

.rasp_menu .cssbox_body  ul li{
    width: 100%;
    /*margin-bottom: 2px;*/
    color: white;
    padding: 0;
    background: transparent url(../M_images/arrow.png) no-repeat scroll 0 3px;
    /*border: 1px solid;*/
}

.rasp_menu a
{
    color: #04609E;
    display: block;
    padding: 8px 0 10px 14px;
    font-weight: normal;
    /*border-bottom: 1px solid #F0F0F0;*/
}

.rasp_menu a:hover
{
}

.rasp_login a {
    color: #666666;
    font-family: 'source_sans_prolight', arial;
    font-size: 1em;
    font-weight: normal;
    text-decoration: underline;
}


/********************************************************************************************************
  LEFT HAND NAV
********************************************************************************************************/
#rasp_left_hand_nav {
    display: none;
}

#rasp_left_hand_nav ul {
    width: 100%;
    list-style-type: none;
    line-height: 1.4em;
    /*background: #675C53;*/
}

#rasp_left_hand_nav ul li{
    width: 90%;
    margin-bottom: 1px;
    /*background: #675C53;*/
    /*border: 1px solid;*/
}

#rasp_left_hand_nav ul li.selected{
    /*background: #74AD21;*/
}

#rasp_left_hand_nav ul li a{
    color: #7A4F3A;
    /*padding-left: 11px;*/
    font-weight: bold;
    text-decoration: none;
    /*background: url('../M_images/menu_off.gif');*/
    /*background-position: top left;*/
    /*background-repeat: no-repeat;*/
}

#rasp_left_hand_nav ul li a:hover{
    color: #666;
    /*padding-left: 11px;*/
    font-weight: bold;
    text-decoration: none;
    /*background: url('../M_images/menu_on.gif');*/
    /*background-position: top left;*/
    /*background-repeat: no-repeat;*/
}
/********************************************************************************************************
  RIGHT COLUMN
********************************************************************************************************/
#rasp_right {
    width: 200px;
    height: 100%;
    background-color: #e7e7e8;
}

/********************************************************************************************************
  RIGHT HAND NAV
********************************************************************************************************/
#rasp_right_hand_nav {
    display: none;
}

#rasp_right_hand_nav ul {
    width: 100%;
    list-style-type: none;
    line-height: 1.4em;
    /*background: #675C53;*/
}

#rasp_right_hand_nav ul li{
    width: 90%;
    margin-bottom: 1px;
    /*background: #675C53;*/
    /*border: 1px solid;*/
}

#rasp_right_hand_nav ul li.selected{
    /*background: #74AD21;*/
}

#rasp_right_hand_nav ul li a{
    color: #7A4F3A;
    /*padding-left: 11px;*/
    font-weight: bold;
    text-decoration: none;
}

#rasp_right_hand_nav ul li a:hover{
    color: #666;
    /*padding-left: 11px;*/
    font-weight: bold;
    text-decoration: none;
}


/********************************************************************************************************
  RASP MODULE
********************************************************************************************************/
#rasp_module {
    width: 92%;
    float: left;
    margin: 0;
    padding: 0;
    margin-bottom: 25px;
    /*border: 1px solid;*/
    background: #CCC;
}

#rasp_module h3{
    margin: 0;
    padding: 3px 5px;
    background: #675C53;
    font-size: 1em;
    color: #FFF;
    font-weight: normal;
}



/********************************************************************************************************
  CENTER
********************************************************************************************************/
#rasp_center {
    background: none repeat scroll 0 0 #FFFFFF;
    float: left;
    font-size: 9px;
    min-height: 580px;
    padding-bottom: 20px;
    width: 740px;
}


/********************************************************************************************************
  FOOTER
********************************************************************************************************/
#rasp_footer {
    background: none repeat scroll 0 0 #43494F;
    border-top: 7px solid #191F22;
    clear: both;
    height: 215px;
    margin: 0;
    padding: 0;
    width: 100%;
}

#rasp_footer p{
}

#rasp_footer a:hover {
    color: #FFCC33;
}

p.message {
    color: #FF0000;
    text-decoration: none;
    font-weight: bold;
}

.message {
    color: #FF0000;
    text-decoration: none;
    font-weight: bold;
}

p.one {
    width:445px;
}

p.jobquery {
    width: 92%;
    /*padding: 8px;
    background: #F67222;
    color: #FFF;*/
    text-decoration: none;
    /*float: left;*/
}

p.jobquery2 {
    width: 92%;
    padding: 8px;
    border: 2px solid #999;
    text-decoration: none;
    /*float: left;*/
}

p.regtext1, p.regtext2 {
    text-decoration: none;
    float: left;
    width: 84%;
    font-size: 12px;
}

.rasp_divider {
    
}

#privacy {
    color: #666666;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 100%;
}


#cancel_alerts {
    margin: 8px 0;
    text-align: left;
}


.wrap {
	/*	margin:0 auto;
		width:940px;*/
}

	#rasp_footer .clearfix {padding-top:12px;}
	#rasp_footer ul {list-style:none;margin-left:0;margin-bottom:0;}
	#rasp_footer li {float:left; margin-right:10px;}
				
#rasp_footer .socialMedia {
    border-bottom: 1px solid #E7E7E8;
    margin: 0 auto;
    padding-bottom: 23px;
    padding-top: 35px;
    width: 940px;
}
    #rasp_footer .socialMedia p {
        color: #E7E7E8;
        font-family: 'freehand575btregular', arial;
        font-size: 18px;
        text-align: center;
        text-transform: uppercase;
    }
    #rasp_footer .socialMedia p a {
    display: inline;
    padding-left: 8px;
}
    #rasp_footer .socialMedia p a.lastSM {
    padding-right: 40px;
    }
    #rasp_footer .socialMedia p a img {
    vertical-align: middle;
    }
    #rasp_footer .footerLinks {
    margin: 0 auto;
    padding: 30px 0;
    text-align: center;
    width: 940px;
}
#rasp_footer .footerLinks a {
    color: #E7E7E8;
    font-family: 'source_sans_prolight',arial;
    font-size: 9pt;
    padding-right: 20px;
    text-decoration: none;
}
    #rasp_footer .footerLinks a:hover {
        text-decoration: underline;
    }
	#kiwibank a {background:url(../M_images/icon_arrow_green.png) no-repeat right center;}
	#express_couriers a { background:url(../M_images/icon_arrow_orange.png) no-repeat right center}
	#datamail a {background:url(../M_images/icon_arrow_blue.png) no-repeat right center}
				
	#rasp_footer .alignright li {margin-right:14px;}
	#rasp_footer .alignright li a {width:18px; height:18px; padding-right:0;}
	#logo_facebook a {background:url(../M_images/icon_facebook.png) no-repeat 0 0;}
	#logo_linkedin a {background:url(../M_images/icon_linkedin.png) no-repeat 0 0;}
	#logo_youtube a {background:url(../M_images/icon_youtube.png) no-repeat 0 0;}
	#logo_twitter { margin-right:0 !important}
	#logo_twitter a {background:url(../M_images/icon_twitter.png) no-repeat 0 0;}
			
	#rasp_footer .hr {margin:2px 0 10px;}
	.hr {background:url(../M_images/hr.gif) repeat-x bottom left; display:block; width:100%; height:5px}
	.alignright {
	float:right;
	}
			
	#rasp_footer #copyright {padding-top:0;}
	#rasp_footer #copyright li { margin-right:9px;}
	#rasp_footer #copyright li a {padding-right:0; display:inline}

/********************************************************************************************************
  SEARCHTIPS
********************************************************************************************************/
#searchtips_control {
    width: 16%;
    float: left;
    /*height: 30px;*/
    /*background: #4d790d;*/
    /*float: left;*/
    /*margin: 20px 0px 8px 8px;*/
    /*border: 1px dashed;*/
}

/*.closed{
    background: url('../M_images/arrow_closed.gif');
    background-position: top left;
    background-repeat: no-repeat;
}*/

.opened{
    background: url('../M_images/arrow_down.gif');
    background-position: top left;
    background-repeat: no-repeat;
}

#searchtips_control a {
    color: #FFF;
    font-size: 80%;
    text-decoration: none;
}

#searchtips_control a:hover {
    color: #FFF;
    font-size: 80%;
    text-decoration: none;
}

#searchtips_control a:visited {
    color: #FFF;
    font-size: 80%;
    text-decoration: none;
}

#search_tips {
    background-color:#FFFFFF;
    border: 1px solid #666;     
    float:left;
    margin-bottom:20px;
    padding:5px;
    visibility:hidden;
    width:96%;
}

.open_tips {
}

.close_tips {
}

#declaration {
    width: 90%;
    display:none;
    /*float: left;*/
    padding: 8px;
    margin: 10px;
    border: 1px solid #b5bbad;
}

.accept {
    width: 98%;
    float: left;
    padding: 6px;
}


/********************************************************************************************************
  RASP_COMMANDS
********************************************************************************************************/
.rasp_commands {
    width: 96%;
    /*float: left;*/
    border-top: 1px solid #999;
    padding: 8px;
    margin-bottom: 28px;
    /*border: 1px solid;*/
}

.rasp_command_l {
    width: 24%;
    float: left;
}

.rasp_command_c {
    width: 45%;
    float: left;
}

.rasp_command_r {
    /*width: 24%;*/
    float: right;
}


/********************************************************************************************************
  RASP_PRINT_BUTTONS
********************************************************************************************************/
.rasp_print_buttons {
    width: 90%;
    /*float: left;*/
    padding: 8px;
    margin: 8px 0px;
    text-align: right;
    /*border: 1px solid;*/
}

.rasp_print_buttons input{
    float: right;
    margin-left: 10px;
    /*border: 1px solid;*/
}


#rasp_print_job {
    margin-left: 40px;
}

#rasp_profile_tmpl .elem_2  select, input, textarea{
	width: 175px;
}

#rasp_search_tmpl .elem_2  select, input {
	width: 175px;
}

#rasp_areaofwork input {
    width: auto;
}

/********************************************************************************************************
  HIDDEN ELEMENTS
********************************************************************************************************/
#rasp_left .rasp_searchform {
    /*display: none;*/
}

#rasp_left .rasp_login {
    /*display: none;*/
}

#rasp_right .rasp_searchform {
   /* display: none;*/
}

#rasp_right .rasp_login {
    /*display: none;*/
}

#rasp_left .rasp_logout, #rasp_right .rasp_logout {
    /*display: none;*/
}


body#search_tmpl #rasp_content #rasp_right .rasp_searchform {
    /*display: none;*/
}
body#usrannounce_tmpl #rasp_content #rasp_right .rasp_searchform {
    /*display: none;*/
}
body#usrannounce_tmpl #rasp_content #rasp_right .rasp_searchform {
    /*display: none;*/
}
body#app_tmpl #rasp_right {
    /*display:none;*/
}
.box {
    position: relative;
}
.box .top {
    background: url("/M_images/client_images/box_top.png") no-repeat scroll right 0 transparent;
    height: 34px;
}
.box .top .cornerL {
    background: url("/M_images/client_images/box_top.png") no-repeat scroll 0 0 transparent;
    height: 35px;
    left: 0;
    position: absolute;
    top: 0;
    width: 10px;
}
.box .mid {
    background: url("/M_images/client_images/bg_blk.png") repeat-x scroll 0 0 #282828;
    padding: 10px;
}
.box .bottom {
    background: #282828;
    height: 7px;
    position: relative;
}
.box .bottom .cornerL {
    background: url("/M_images/client_images/bg_qjs_footer.png") no-repeat scroll 0 0 #282828;
    height: 7px;
    width: 10px;
}
.box .bottom .cornerR {
    background: url("/M_images/client_images/bg_qjs_footer.png") no-repeat scroll right 0 #282828;
    height: 7px;
    position: absolute;
    right: 0;
    top: 0;
    width: 10px;
}
.box table#rasp_table td {
    border-bottom: medium none;
	color: #F1F1F1;
}
.box table#rasp_table {
    border-collapse: collapse;
    width: 100%;
}
.box .top h2 {
    background: url("/M_images/client_images/login_title.png") no-repeat scroll 10px 0 transparent;
    height: 28px;
    left: 0px;
    margin: 0;
    padding-bottom: 0;
    position: relative;
    top: -1px;
    z-index: 1;
}
.box .final_row {
    border-top: medium none;
	text-align: left;
	
}
.box table#rasp_table td.special {
    color: #666666;
    padding: 10px 6px 0;
}
.box p.regtext1, .box p.regtext2{
	color: #F1F1F1;
}
.box .regtext1 > a{
    color: #F1F1F1;
    text-decoration: underline;
}

.col_1 .elem_1 > input {
    width: auto;
}
#rasp_table_results td{padding: 8px 6px !important;}
table#rasp_table_results td.col_2{width: 50%!important;}
table#rasp_table_results th {
    color: #333333;
    font-size: 90%;
    font-weight: bold;
}
table#rasp_table_results .separator {
    height: 15px;
    width: 100%;
}
dt {
    font-size: 12px;
}
#header {
    height: 109px;
}
#header p a {
    background: none repeat scroll 0 0 #DC0000;
    box-shadow: 5px 5px 0 #D6D6D6;
    color: #FFFFFF;
    display: block;
    font-family: 'freehand575btregular';
    font-size: 18px;
    padding: 7px 22px;
    text-decoration: none;
    text-transform: uppercase;
}
#rasp_image_int {
    background: url("/M_images/client_images/nzpostbanner.jpg") no-repeat;
    height: 109px;
    width: 740px;
    display: none;
}
.theme1.cssbox_body {
    padding: 0 34px 25px 0;
}
.subheaderlinks {
    font-size: 12pt;
}
#header p br {
    margin: 13px;
}
#profile_tmpl .smalltext {
    float: right;
    font-size: 80%;
    padding-right: 32px;
    width: auto;
}
.elem_2 img {
    padding-left: 5px;
}
#search_tmpl #rasp_image_int {
    display: none;
}
.underline {
    text-decoration: underline;
}
.datepick a {
    font-size: 14px;
	font-family: arial;
}
.datepick-month-header select, .datepick-month-header input {
    font-size: 13px;
	margin: 0;
}
/*JV 040915 CLI-21247*/
#rasp_footer .socialMedia p a img:hover {
    opacity: 0.8;
}
#rasp_page, #rasp_wrapper {
    float: none !important;
}
.alignleft {
    float: left !important;
    width: auto !important;
}
.alignright {
    float: right !important;
    width: auto !important;
}
#nav {
    float: none !important;
}
#nav ul li {
    float: left !important;
    width: auto !important;
}
#nav ul li a {
    display: inline-block !important;
    float: none !important;
    width: auto !important;
}
#nav .level-2 {
    float: none !important;
    z-index: 100;
}
#nav .level-2 li {
    display: inline-block !important;
    float: none !important;
}
.rasp_searchform, .rasp_login {
    float: none !important;
}

#rasp_footer {
    clear: none !important;
}
#rasp_page, #rasp_footer {
    float: left !important;
}
#container {
    text-align: center !important;
}
#nav {
    margin: 0 !important;
    text-align: center !important;
}
#nav ul {
    margin: 0 auto !important;
}
#nav ul.level-1 {
    left: 0;
    margin: 0 auto !important;
    clear: both;
}
#nav ul li {
    width: auto !important;
    left: 0;
}
#nav ul.level-1 li {
    left: 0;
    float: left;
}
.alert, .alert-info {
    font-size: 15px;
}