#iconDiv { text-align: center }
#iconDiv img { width: 125px }

a:hover { color: #FF541C }
a {
	text-decoration: none;
	color: #2D9AFF;
	font-size: 18px;
	transition: all .2s ease-out;
}

body {
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
}

#icon {	cursor: pointer }

#warning {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.98);
	z-index: 200;
	display: none;
}

#warningText {
	height: 100px;
	padding: 20px;
	margin: 0 auto;
	color: #FFF;
	text-align: center;
}

#warningText h2 { font-size: 34px }
#warningText p { font-size: 16px }

#trippy {
	position: fixed;
	top: 0;
	left: 0;
	height: auto;
	width: 100%;
	z-index: -20;
	display: none;
}

#appContainer {	width: 495px; margin: 0 auto; }

#tabBanner {
	width: 495px;
	height: 26px;
	position: relative;
	top: 0;
	left: 0;
	/*background-color: #CAF9EF;*/
	font-size: 14px;
	line-height: 26px;
}

#doseTab {
	float: left;
	position: relative;
	top: 0;
	left: 0;
	height: 24px;
	width: 70px;
	margin-top: 2px;
	background-color: #FDE1FF;
	box-shadow: 0 2px 2px #A6A6A6;
	font-size: 13px;
	text-align: center;
	line-height: 23px;
	color: #454545;
	cursor: pointer;
	z-index: 2;
}

#weightTab {
	float: left;
	position: relative;
	top: 0;
	left: 0;
	height: 26px;
	width: 105px;
	margin-top: 0;
	background-color: #F3F3F3;
	box-shadow: 0 2px 2px #A6A6A6;
	font-size: 13px;
	text-align: center;
	line-height: 23px;
	color: #454545;
	cursor: default;
	z-index: 3;
}

#mainControl {
	width: 495px;
	height: 395px;
	position: relative;
	top: -1px;
	left: 0;
	box-shadow: 0 2px 2px #A6A6A6;
	background-color: #F3F3F3;
	font-size: 12px;
	z-index: 4;
	transition: box-shadow 1.2s ease-out;
}

#doseAppContainer {	display: none }
#weightAppContainer { display: block }

input {
	height: 14px;
	text-align: center;
	margin: 0;
}

p {	cursor: default }

#concentrationBox {
	width: 130px;
	height: 148px;
	margin-left: 10px;
	margin-top: 10px;
	border: solid 1px #A4A4A4;
	padding: 0 10px 0;
	background-color:#FBFBFB;
	float: left;
	line-height: 10px;
}

#concentrationBox p { line-height: 12px }

#dosageBox {
	width: 310px;
	height: 50px;
	line-height: 50px;
	margin-left: 10px;
	margin-top: 10px;
	border: solid 1px #A4A4A4;
	background-color:#FBFBFB;
	text-align: center;
	float: left;
}

#resultBox {
	width: 310px;
	height: 86px;
	line-height: 5px;
	margin-left: 10px;
	margin-top: 10px;
	border: solid 1px #A4A4A4;
	background-color:#FBFBFB;
	text-align: center;
	float: left;
}

#plateauBox {
	width: 462px;
	height: 68px;
	line-height: 2px;
	margin-left: 10px;
	margin-top: 10px;
	border: solid 1px #A4A4A4;
	background-color:#FBFBFB;
	text-align: left;
	padding-left: 10px;
	float: left;
}

#plateauBar {
	width: 452px;
	height: 30px;
	background-color: #E0E0E0;
	margin-top: 10px;
}

#plateauFiller {
	height: 100%;
	width: 0;
	background-color: #E16464;
}

#mgSyrup, #mlSyrup, #mgWanted {	width: 60px }

#weightBox {
	width: 473px;
	height: 50px;
	line-height: 28px;
	text-align: center;
	margin-left: 10px;
	margin-top: 10px;
	border: solid 1px #A4A4A4;
	background-color:#FBFBFB;
	float: left;
}

#weight { width: 60px; text-align: center; }

#weightResultBox {
	width: 473px;
	height: 195px;
	line-height: 5px;
	text-align: center;
	margin-left: 10px;
	margin-top: 10px;
	padding: 5px 0;
	border: solid 1px #A4A4A4;
	background-color:#FBFBFB;
	float: left;
}

#weightGraph {
	width: 473px;
	height: 78px;
	margin-left: 10px;
	margin-top: 10px;
	border: solid 1px #A4A4A4;
	background-color: #FBFBFB;
	float: left;
}

#graphRange {
	height: 10px;
	width: 473px;
	margin-left: 10px;
	margin-top: 5px;
	float: left;
}

#leftRange, #rightRange {
	font-size: 10px;
	line-height: 10px;
}
#leftRange { text-align: left; float: left; }
#rightRange { text-align: right; float: right; }

.platXg { height: 100%;	float: left; }

#plat4g {
	background-color: #CC90CA;
	height: 100%;
	width: 100%;
}

#plat3g { background-color: #8AFFAD }
#plat2g { background-color: #FFFC8A }
#plat1g { background-color: #6FC7CC }
#plat0g {
	width: 473px;
	background-color: #FBFBFB;
}

.pMarker {
	height: 100%;
	width: 2px;
	background-color: #FF363A;
	float: left;
	position: relative;
	top: 0;
	display: none;
	z-index: 20;
}

#graphInfo {
	width: 100px;
	height: 20px;
	background-color: #FFF;
	box-shadow: 0 0 1px #A6A6A6;
	position: absolute;
	z-index: 1000;
	display: none;
	line-height: 20px;
	font-size: 14px;
	text-align: center;
}

#highDoseWarning {
	width: 380px;
	height: 25px;
	margin: -2px auto 0;
	padding-top: 2px;
	font-size: 12px;
	color: #FFFFFF;
	line-height: 22px;
	text-align: center;
	background-color: #FF363A;
	border-radius: 0 0 10px 10px;
	-moz-border-radius: 0 0 10px 10px;
	-webkit-border-radius: 0 0 10px 10px;
	cursor: default;
	display: none;
}

#highDoseWarning img { margin-bottom: -3px }

.spacer { line-height: 2px }

.error {
	color: #AA1B1D;
	font-size: 16px;
	line-height: 150px;
}

.danger { color: #AA1B1D }

.button { text-align: center }
.button img { cursor: pointer; width: 160px; }

.help {
	cursor: pointer;
	text-decoration: none;
	color: #2D9AFF;
	text-align: center;
	font-size: 18px;
}

#helpBox {
	width: 580px;
	margin: 0 auto;
	background-color: #F8F8F8;
	box-shadow: 0 1px 2px #ACACAC;
	padding: 10px 25px;
	font-size: 14px;
	text-align: left;
	line-height: 19px;
	display: none;
	max-height: 999999px;
}

#helpBox p {
	font-size: 14px;
	max-height: 999999px;
}

#helpBox img { box-shadow: 0 0 2px #ACACAC; }

.helpLarge {
	text-align: center;
	font-size: 24px !important;
}

.helpLine {
	width: 90%;
	height: 1px;
	margin: 0 auto;
	background-color: #3A3A3A;
}

#poisonBox {
	width: 450px;
	text-align: center;
	font-size: 18px;
	line-height: 20px;
	margin: 15px auto 0;
	padding: 5px 0;
	background-color: #F8FF8D;
	box-shadow: 0 1px 2px #ACACAC;
	border: solid 5px #000;
}