html {
	background: #e7f7f9; /* ffffff; */
	/*font-size: 62.5%;*/
	-webkit-overflow-scrolling: touch;
	-webkit-tap-highlight-color: #f3f5f6;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}
body {
	margin: 0;
	padding: 0;
	width: 100%;
	background: #e7f7f9 url('../gfx/background.png') repeat-x;
	font-family: Arial, Helvetica, sans-serif;
}
.clear {
	clear: both;
}
p {
	padding-bottom: 1em;
}
/* CONTAINER
----------------------------------------- */
#HeaderBgContainer {
	width: 100%;
	/*height: 171px;*/
	/*background: #800000 url('../gfx/header_background.png') repeat-x;*/
}
#HeaderContainer {
	width: 1182px;		/* Was 1000 - CODETAPPER */
	margin: 0 auto;
	position: relative;
	border: 0px solid red;
}
#BgContainer {
	width: 1182px;		/* Was 1000 - CODETAPPER */
	margin: 0 auto;
	font-size: 12px;
	line-height: 18px;
}
#Container {
	width: 1182px;		/* Was 1000 - CODETAPPER */
	position: relative;
}
#HeaderBottomPadding {
	height: 15px;
	clear: both;
}
.mainwhite {
	width: 1182px;		/* Was 1000 - CODETAPPER */
	/* background-color: white; */
}

.contentbit {
	width: 896px;		/* Was 714 - CODETAPPER */
	float: left;
	margin: 0 20px 0 0px;
	/*background-color: white;*/
	padding: 0px;
	/*background-image: url(../images/backgrounds/yellow_bottom.png);
	background-position: bottom left; 
	background-repeat: repeat-x;*/
}

.contentbox {
	background-color: #FFF;
	border-radius: 30px;
	margin: 0 0 0 30px;
	-moz-box-shadow: 0px 4px 8px 2px rgb(160,202,202);
	-webkit-box-shadow: 0px 4px 8px 2px rgb(160,202,202);
	box-shadow: 0px 4px 8px 2px rgb(160,202,202);
	padding: 20px 30px 30px 30px;
}

/* Setup Box - Ask user to create an account/login */
.setupbox {
	background-color: #58c3cd;
	border-radius: 8px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	/* padding: 11px; */
	/*margin: 10px;*/
}
.setupboxdotstop {
	display: block;
	width: 212px;
	height: 29px;
	background: url('../gfx/setup_box_dots.png') 0 0;
}
.setupboxdotsmiddle {
	display: block;
	background: url('../gfx/setup_box_dots_middle.png') repeat-y;
	padding: 0 32px;
	list-style-image: url('../gfx/robot_icon.png');
	list-style-position: inside;
}
.setupboxdotsbottom {
	display: block;
	width: 212px;
	height: 29px;
	background: url('../gfx/setup_box_dots.png') 0 -29px;
}

.playerlistitem {
	height: 20px;
	min-height: 20px;
	clear: both;
}
.activeplayer {
	display: block;
	width: 33px;
	height: 16px;
	background: url('../gfx/hi.png');
	float: left;
}
.inactiveplayer {
	display: block;
	width: 33px;
	height: 16px;
	background: url('../gfx/inactive.png');
	float: left;
}

/* Login Box - Ask user to login or create a new user */
.loginbox {
	z-index: 100;
	background-color: #abe5ea;
	width: 346px;
	border-radius: 10px;
	border: 2px solid #ffffff;
	-moz-box-shadow: 0px 8px 20px 4px rgb(70,137,145);
	-webkit-box-shadow: 0px 8px 20px 4px rgb(70,137,145);
	box-shadow: 0px 8px 20px 4px rgb(70,137,145);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	position: absolute;
	left: 620px;
	top: 0px;
	float: left;
	display: none;
	/* padding: 11px; */
	/*margin: 10px;*/
}
.loginboxdotstop {
	display: block;
	width: 346px;
	height: 43px;
	background: url('../gfx/login_box_dots.png') 0 0;
}
.loginboxdotsmiddle {
	display: block;
	background: url('../gfx/login_box_dots_middle.png') repeat-y;
	padding: 0 43px;
}
.loginboxdotsbottom {
	display: block;
	width: 346px;
	height: 34px;
	background: url('../gfx/login_box_dots.png') 0 -43px;
}

.box1 {	background-color: #abe5ea;
	border: 0px solid #FFF;
	border-radius:10px;
	-moz-box-shadow: 0px 8px 20px 4px rgb(70,137,145);
	-webkit-box-shadow: 0px 8px 20px 4px rgb(70,137,145);
	box-shadow: 0px 8px 20px 4px rgb(70,137,145);
	padding: 20px;
	margin: 10px;
}




.existing_players_list {
	list-style-image: url('../gfx/robot_icon.png');
	list-style-position: inside;
}

#sidebit {
	/*padding-top: 10px;
	padding-left: 10px; */
	padding-right: 30px;
	width: 212px;
	overflow: hidden;
	float: right;
	/*background-color: silver;*/
}

#Links {
	color: white;
}

.borderred {
	border: 1px solid red;
}

.borderorange {
	border: 1px solid orange;
}

.borderyellow {
	border: 1px solid yellow;
}

a {
	border: 0;
}

.gamepanel {
	width: 625px;
}

.gamepanelarrow {
	display: block;
	width: 40px;
	height: 56px;
	border: 0px;
	margin: 18px 0 0 0;
	background: url('../gfx/game_panel_arrows.png') 0 0;
	text-indent: -99999px;
}
.gamepanelarrowright {
	background-position: 0 0 !important;
	/*background: url('../gfx/game_panel_arrows.png') 0 0;*/
}
.gamepanelarrowright:hover {
	background-position: 0 168px !important;
	/*background: url('../gfx/game_panel_arrows.png') 0 168px;*/
}
.gamepanelarrowleft {
	background-position: 0 112px !important;
	/*background: url('../gfx/game_panel_arrows.png') 0 112px;*/
}
.gamepanelarrowleft:hover {
	background-position: 0 56px !important;
	/*background: url('../gfx/game_panel_arrows.png') 0 56px;*/
}

.gamethumb {
	border: 0;
	background-color: #ffffff;
	border-radius: 4px;
	margin: 0 0 4px 4px;
	padding: 2px;
}
.gamethumbfirst {
	margin: 0 0 4px 0 !important;
}
.gamethumbactive {
	background-color: #ffc000 !important;
}
.gamethumb:hover {
	background-color: #c10e1a !important;
}

.gamethumbpopup {
	background-color: #ffffff;
	border-radius: 4px;
	margin: 0;
	float: left;
	padding: 2px;
}
.gamethumbpopupdescription {
	padding-left: 110px;
	clear: right;
}
.gamethumbpopuptitle {
	font-family: Arial, Helvetica, sans-serif;
	color: #c20f1b;
	font-weight: bold;
	font-size: 13px;
	line-height: 18px;
	margin-bottom: 8px;
}
.gamethumbpopupbody {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
}

.ocarousel {
	position: absolute;
	left: 350px;
	top: 65px;
	width: 730px;
	padding: 0;
	margin: 0;
}

.ocarousel_window {
	height: 78px;
	width: 650px;
	margin: 0 auto;
	padding: 4px 0 0 0;
	border: 0px solid black;
}
.ocarousel_window_slides > div {
	height: 94px;
	margin-right: 4px;
	white-space: normal;
	padding: 8px;
}
.ocarousel_window_slides > div > p {
	text-align: left;
}
a[data-ocarousel-link] {
	color: #000000;
}

.featuredcolumn {
	width: 672px;	/* Was 490 - CODETAPPER */
	float: left;
	padding: 0 20px 0 0;
}
.playnowcolumn {
	width: 109px;
	float: right;
}
.stevestormthumb {
	padding-bottom: 16px;
}

/* RIGHT HAND SIDE BOXES
---------------------------- */
.parents {
	background: url('../gfx/parents_background.png') no-repeat;
	font-size: 12px;
	line-height: 19px;
}
.parents h3 {
	color: #c20e1a;
	font-size: 13px;
	padding: 35px 0 4px 0;
}
.parents_students_pic {
	float: right; 
	padding: 0;
}

.teachers {
	background: url('../gfx/teachers_background.png') no-repeat;
	font-size: 12px;
	line-height: 19px;
}
.teachers h3 {
	color: #c20e1a;
	font-size: 13px;
	padding: 35px 0 4px 0;
}

/* HOVER TEST ----- NUKE THIS: */
#navlist{position:relative;}
#navlist li{margin:0;padding:0;list-style:none;position:absolute;top:0;}
#navlist li, #navlist a{height:44px;display:block;}

#home{left:0px;width:46px;}
#home{background:url('img_navsprites_hover.gif') 0 0;}
#home a:hover{background: url('img_navsprites_hover.gif') 0 -45px;}

#prev{left:63px;width:43px;}
#prev{background:url('img_navsprites_hover.gif') -47px 0;}
#prev a:hover{background: url('img_navsprites_hover.gif') -47px -45px;}

#next{left:129px;width:43px;}
#next{background:url('img_navsprites_hover.gif') -91px 0;}
#next a:hover{background: url('img_navsprites_hover.gif') -91px -45px;}



/* Buttons */
.playnowbutton {
	display: block;
	width: 109px;
	height: 45px;
	background: url('../gfx/play_now.png') 0 0;
	text-indent: -99999px;
}
.playnowbutton:hover {
	background-position: 0 -45px;
}
.logintoplaybutton {
	margin: 0 auto;
	display: block;
	width: 130px;
	height: 39px;
	background: url('../gfx/buttons_large/login_to_play.png') 0 0;
	text-indent: -99999px;
	border: none;
	cursor: pointer;
}
.logintoplaybutton:hover {
	background-position: 0 -39px;
}
.loginbutton {
	margin: 0 auto;
	display: block;
	width: 130px;
	height: 39px;
	background: url('../gfx/buttons_large/login.png') 0 0;
	text-indent: -99999px;
	border: none;
	cursor: pointer;
}
.loginbutton:hover {
	background-position: 0 -39px;
}

/* Small Buttons */
.existingplayerbuttonsmall {
	margin: 0 auto;
	display: block;
	width: 146px;
	height: 22px;
	background: url('../gfx/buttons_small/existing_player.png') 0 0;
	text-indent: -99999px;
	border: none;
	cursor: pointer;
}
.existingplayerbuttonsmall:hover {
	background-position: 0 -22px;
}
.newplayerbuttonsmall {
	margin: 0 auto;
	display: block;
	width: 146px;
	height: 22px;
	background: url('../gfx/buttons_small/new_player.png') 0 0;
	text-indent: -99999px;
	border: none;
	cursor: pointer;
}
.newplayerbuttonsmall:hover {
	background-position: 0 -22px;
}
.existingteacherbuttonsmall {
	margin: 0 auto;
	display: block;
	width: 146px;
	height: 22px;
	background: url('../gfx/buttons_small/existing_teacher.png') 0 0;
	text-indent: -99999px;
	border: none;
	cursor: pointer;
}
.existingteacherbuttonsmall:hover {
	background-position: 0 -22px;
}
.newteacherbuttonsmall {
	margin: 0 auto;
	display: block;
	width: 146px;
	height: 22px;
	background: url('../gfx/buttons_small/new_teacher.png') 0 0;
	text-indent: -99999px;
	border: none;
	cursor: pointer;
}
.newteacherbuttonsmall:hover {
	background-position: 0 -22px;
}
.teachersbuttonsmall {
	margin: 0 auto;
	display: block;
	width: 146px;
	height: 22px;
	background: url('../gfx/buttons_small/teachers.png') 0 0;
	text-indent: -99999px;
	border: none;
	cursor: pointer;
}
.teachersbuttonsmall:hover {
	background-position: 0 -22px;
}
.classlistbuttonsmall {
	margin: 0 auto;
	display: block;
	width: 146px;
	height: 22px;
	background: url('../gfx/buttons_small/class_list.png') 0 0;
	text-indent: -99999px;
	border: none;
	cursor: pointer;
}
.classlistbuttonsmall:hover {
	background-position: 0 -22px;
}
.gobackbuttonsmall {
	/* margin: 0 auto;*/
	display: block;
	width: 183px;
	height: 22px;
	background: url('../gfx/buttons_small/go_back.png') 0 0;
	text-indent: -99999px;
	border: none;
	cursor: pointer;
}
.gobackbuttonsmall:hover {
	background-position: 0 -22px;
}
.forgottenpasswordsmall {
	/* margin: 0 auto;*/
	display: block;
	width: 183px;
	height: 22px;
	background: url('../gfx/buttons_small/forgotten_password.png') 0 0;
	text-indent: -99999px;
	border: none;
	cursor: pointer;
}
.forgottenpasswordsmall:hover {
	background-position: 0 -22px;
}

/* Teachers Buttons */
.teacherseditdetailssmall {
	/* margin: 0 auto;*/
	display: block;
	width: 223px;
	height: 22px;
	background: url('../gfx/buttons_small/edit_details.png') 0 0;
	text-indent: -99999px;
	border: none;
	cursor: pointer;
}
.teacherseditdetailssmall:hover {
	background-position: 0 -22px;
}

.teachersclassoverviewsmall {
	/* margin: 0 auto;*/
	display: block;
	width: 223px;
	height: 22px;
	background: url('../gfx/buttons_small/class_overview.png') 0 0;
	text-indent: -99999px;
	border: none;
	cursor: pointer;
}
.teachersclassoverviewsmall:hover {
	background-position: 0 -22px;
}

.teachersdownloadclassoverviewsmall {
	/* margin: 0 auto;*/
	display: block;
	width: 223px;
	height: 22px;
	background: url('../gfx/buttons_small/download_class_overview.png') 0 0;
	text-indent: -99999px;
	border: none;
	cursor: pointer;
}
.teachersdownloadclassoverviewsmall:hover {
	background-position: 0 -22px;
}

.teachersclasspasswordssmall {
	/* margin: 0 auto;*/
	display: block;
	width: 223px;
	height: 22px;
	background: url('../gfx/buttons_small/class_passwords.png') 0 0;
	text-indent: -99999px;
	border: none;
	cursor: pointer;
}
.teachersclasspasswordssmall:hover {
	background-position: 0 -22px;
}

.teachersdownloadclasspasswordssmall {
	/* margin: 0 auto;*/
	display: block;
	width: 223px;
	height: 22px;
	background: url('../gfx/buttons_small/download_class_passwords.png') 0 0;
	text-indent: -99999px;
	border: none;
	cursor: pointer;
}
.teachersdownloadclasspasswordssmall:hover {
	background-position: 0 -22px;
}

.teachersmoreaboutstevestorm {
	/* margin: 0 auto;*/
	display: block;
	width: 223px;
	height: 22px;
	background: url('../gfx/buttons_small/more_about_steve_storm.png') 0 0;
	text-indent: -99999px;
	border: none;
	cursor: pointer;
}
.teachersmoreaboutstevestorm:hover {
	background-position: 0 -22px;
}












/* Buttons Large */
.emailpasswordbutton {
	margin: 0 auto;
	display: block;
	width: 130px;
	height: 39px;
	background: url('../gfx/buttons_large/email_password.png') 0 0;
	text-indent: -99999px;
	border: none;
	cursor: pointer;
}
.emailpasswordbutton:hover {
	background-position: 0 -39px;
}
.newuserbutton {
	margin: 0 auto;
	display: block;
	width: 130px;
	height: 39px;
	background: url('../gfx/buttons_large/new_user.png') 0 0;
	text-indent: -99999px;
	border: none;
	cursor: pointer;
}
.newuserbutton:hover {
	background-position: 0 -39px;
}
.newteacherbutton {
	margin: 0 auto;
	display: block;
	width: 130px;
	height: 39px;
	background: url('../gfx/buttons_large/new_teacher.png') 0 0;
	text-indent: -99999px;
	border: none;
	cursor: pointer;
}
.newteacherbutton:hover {
	background-position: 0 -39px;
}
.downloadtablebutton {
	margin: 0 auto;
	display: block;
	width: 130px;
	height: 39px;
	background: url('../gfx/buttons_large/download_table.png') 0 0;
	text-indent: -99999px;
	border: none;
	cursor: pointer;
}
.downloadtablebutton:hover {
	background-position: 0 -39px;
}
.viewtablebutton {
	margin: 0 auto;
	display: block;
	width: 130px;
	height: 39px;
	background: url('../gfx/buttons_large/view_table.png') 0 0;
	text-indent: -99999px;
	border: none;
	cursor: pointer;
}
.viewtablebutton:hover {
	background-position: 0 -39px;
}
.downloadpdfbutton {
	margin: 0 auto;
	display: block;
	width: 130px;
	height: 39px;
	background: url('../gfx/buttons_large/download_pdf.png') 0 0;
	text-indent: -99999px;
	border: none;
	cursor: pointer;
}
.downloadpdfbutton:hover {
	background-position: 0 -39px;
}
.viewpdfbutton {
	margin: 0 auto;
	display: block;
	width: 130px;
	height: 39px;
	background: url('../gfx/buttons_large/view_pdf.png') 0 0;
	text-indent: -99999px;
	border: none;
	cursor: pointer;
}
.viewpdfbutton:hover {
	background-position: 0 -39px;
}
.newstudentsbutton {
	margin: 0 auto;
	display: block;
	width: 130px;
	height: 39px;
	background: url('../gfx/buttons_large/new_students.png') 0 0;
	text-indent: -99999px;
	border: none;
	cursor: pointer;
}
.newstudentsbutton:hover {
	background-position: 0 -39px;
}
.addbuttonsmall {
	margin: 0;
	display: block;
	width: 200px;
	height: 22px;
	background: url('../gfx/add_button.png') 0 0 no-repeat;
	text-indent: 32px;
	border: none;
	cursor: pointer;
}
.addbuttonsmall:hover {
	background-position: 0 -22px;
	color: red;
}
.subbuttonsmall {
	margin: 0;
	display: block;
	width: 200px;
	height: 22px;
	background: url('../gfx/sub_button.png') 0 0 no-repeat;
	text-indent: 32px;
	border: none;
	cursor: pointer;
}
.subbuttonsmall:hover {
	background-position: 0 -22px;
	color: red;
}
.cancelbuttonsmall {
	margin: 0;
	display: block;
	width: 200px;
	height: 22px;
	background: url('../gfx/cancel_button.png') 0 0 no-repeat;
	text-indent: 32px;
	border: none;
	cursor: pointer;
}
.cancelbuttonsmall:hover {
	background-position: 0 -22px;
	color: red;
}
.seehowwecanhelpbutton {
	margin-top: 0.6em;
	display: block;
	width: 197px;
	height: 28px;
	background: url('../gfx/see_how_we_can_help.png') 0 0;
	text-indent: -99999px;
}
.seehowwecanhelpbutton:hover {
	background-position: 0 -28px;
}
.findoutmoreaboutstevestormbutton {
	margin-top: 0.6em;
	display: block;
	width: 197px;
	height: 28px;
	background: url('../gfx/more_about_steve_storm.png') 0 0;
	text-indent: -99999px;
}
.findoutmoreaboutstevestormbutton:hover {
	background-position: 0 -28px;
}
.appstoreandroidbutton {
	display: block;
	width: 130px;
	height: 44px;
	background: url('../gfx/app_stores.png') 0 0;
	text-indent: -99999px;
}
.appstoreandroidbutton:hover {
	background-position: 0 -44px;
}
.appstoreapplebutton {
	display: block;
	width: 130px;
	height: 44px;
	background: url('../gfx/app_stores.png') 0 -88px;
	text-indent: -99999px;
}
.appstoreapplebutton:hover {
	background-position: 0 -132px;
}

/* Forms */
.forminput {
	clear: both;
	padding-bottom: 2px;
	height: 24px;
}
.inputlabel {
	width: 72px;
	float: left;
	padding-top: 4px;
}
.inputfield {
	width: 160px;
	border-radius: 3px;
	padding: 2px !important;
}
.inputfieldwide {
	width: 420px;
	border-radius: 3px;
	padding: 2px !important;
}
.tickorcross {
	width: 16px;
	width: 16px;
}

/* White headings */
.loginheading {
	display: block;
	width: 230px;
	height: 32px;
	background: url('../gfx/white_headings.png') 0 0 no-repeat;
	margin: 0 0 8px 0;
}
.registerasanewplayerheading {
	display: block;
	width: 230px;
	height: 32px;
	background: url('../gfx/white_headings.png') 0 -32px no-repeat;
	margin: 0 0 8px 0;
}
.passwordrecoveryheading {
	display: block;
	width: 230px;
	height: 32px;
	background: url('../gfx/white_headings.png') 0 -64px no-repeat;
	margin: 0 0 8px 0;
}
.registerasanewteacherheading {
	display: block;
	width: 230px;
	height: 32px;
	background: url('../gfx/white_headings.png') 0 -96px no-repeat;
	margin: 0 0 8px 0;
}
.teacherloginheading {
	display: block;
	width: 230px;
	height: 32px;
	background: url('../gfx/white_headings.png') 0 -128px no-repeat;
	margin: 0 0 8px 0;
}

/* Tooltips */
.ui-tooltip, .arrow:after {
	background: #fff178;
	border: 2px solid white;
}
.ui-tooltip {
	padding: 10px 10px;
	color: black;
	border-radius: 10px;
	font-size: 12px;
	line-height: 18px;
	font-family: Arial, Helvetica, sans-serif;
	box-shadow: 0px 8px 8px 1px rgba(0,0,0,0.5);
}
.arrow {
	width: 70px;
	height: 16px;
	overflow: hidden;
	position: absolute;
	left: 50%;
	margin-left: -35px;
	bottom: -16px;
}
.arrow.top {
	top: -16px;
	bottom: auto;
}
.arrow.left {
	left: 20%;
}
.arrow:after {
	content: "";
	position: absolute;
	left: 20px;
	top: -20px;
	width: 25px;
	height: 25px;
	box-shadow: 6px 5px 9px -9px black;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}
.arrow.top:after {
	bottom: -20px;
	top: auto;
}


/* High Score Table */
.highscoretable {
	font-size: 12px;
	width: 620px;
	text-align: left;
	border-collapse: collapse;
	margin: 0px;
}
.highscoretable th {
/*	font-size: 12px;*/
	font-weight: bold;
	color: #333;
	padding: 4px 8px;
}
.highscoretable td {
	color: #333;
	padding: 4px 8px;
}
.highscoretable .score {
	text-align: right;
	padding-right: 30px !important;
}
.highscoretable .odd {
	background: #e7f7f9;
}
.highscoretable .player {
	background: #ffdfdf;
}
.highscoretable .friend {
	background: #f3dfdf;
}
.highscoretable tbody tr:hover td {
	color: #339;
	background: #d0dafd;
}



.mainpanelverticalgap {
	height: 30px;
}

.downloadtheapptable {
	font-size: 12px;
	text-align: right;
	border-collapse: collapse;
	margin: 0 auto 18px auto;
}
.downloadtheapptable td {
	text-align: center;
	color: #333;
	padding: 0px 50px;
}

/* Footer links */
.footerlinks {
	font-size: 12px;
	text-align: center;
	margin: 0 auto;
	padding: 32px 0 0 0;
	text-decoration: none;
}
.footerlinks a {
	color: #006666;
	text-decoration: none;
}
.footerlinks a:visited {
	color: #006666;
	text-decoration: none;
}
.footerlinks a:hover {
	color: #000099;
	text-decoration: underline;
}


/* Alerts =================================================== */
#flashmessage {
	width: 940px;
	margin: 0 auto;
}
.alert {
  margin-bottom: 1.5em;
  padding: 8px 35px 8px 14px;
  background-color: #fcf8e3;
  border: 1px solid #f2e187;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 19px;
  color: #9c8611;
}
.alert .alert-heading {
  color: inherit;
}
.alert .close {
  position: relative;
  top: -2px;
  right: -21px;
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 18px;
  color: inherit;
}
.alert-success {
  background-color: #c5e6c5;
  border-color: #a2d6a2;
  color: #347834;
}
.alert-warning {
  background-color: #fee7c7;
  border-color: #fcd296;
  color: #c17305;
}
.alert-error {
  background-color: #f4cac8;
  border-color: #eba19e;
  color: #da4f49;
}
.alert-inverse {
  background-color: #414141;
  border-color: #000000;
  color: #ffffff;
}
.alert-block {
  padding-top: 14px;
  padding-bottom: 14px;
}
.alert-block .alert-heading {
  margin-bottom: 0.1875em;
  font-size: inherit;
  font-weight: bold;
}
.alert-block > p,
.alert-block > ul {
  margin-bottom: 0;
}
.alert-block p + p {
  margin-top: 5px;
}