@charset "UTF-8";
body {
	background-color: #FAECEC;
	background-image: url('http://respscore.com/resp.jpg');
	background-position: right;
	background-repeat: repeat-y;
	font-family: Arial, Verdana, clean;
	color: #333;
}
.rbox
{
	border-radius: 2em;
	border: 2px solid #933;
	padding: 1em;
	margin: 5px;
	background-color: white;
}

.title
{
	font-size: 1.5em;
	padding-bottom: 0.3em;
}

.title-bigger
{
	font-size: 6em;
	font-weight: bold;
	color: #BE0909;
	display: table;
	margin: 0 auto -0.2em auto;
}

.acronym
{
	font-size: 1.08em;
	display: table;
	margin: 0 auto;
}

.rbold
{
	font-weight: bold;
	color: #BE0909;
}

.small-print
{
	font-size: 0.9em;
	text-align: justify;
}

#score
{
	text-align: center;
	overflow: hidden;
}

.score-wrapper
{
	 display: table;
	 margin: 0 auto;
}

.score-title
{
	text-align: right;
	vertical-align: middle;
	padding: 0px 1em 0px 0px;	
}

.agewt-title
{
	float:left;
	width: 50%;
}

.agewt-options
{
	float:right;
	width:50%;
}

.agewt-wrapper
{
	overflow: hidden;
	margin-top: 1em;
}

.intubation-title
{
	text-align: left;
	float:left;
	width: 70%;
}

.intubation-options
{
	float:right;
	width:30%;
}

.intubation-wrapper
{
	overflow: hidden;
}

.score-number
{
	font-size: 6em;
	font-weight: bold;
	vertical-align:middle;
	padding: 0px 20px 0px 0px;
	
}

#about .p
{
	padding-bottom: 0.2em;
}

.category
{
	font-weight: bold;
	text-align: left;
}

.row
{
	clear: both;
}

.sg
{
	display: block;
	overflow: hidden;
}

.sg label
{
	display: inline;
}

.sg .switch
{
	float: right;
	display: block;
	margin-top:0.1em;
}

.labeli
{
	display: block;
	float: left;
	width: 85%;
}

.rl label
{
	text-align: right;
	display: block;
}

.info
{
	display: none;
}

#col1
{
	float: left;
	width: 50%;
}

#col2
{
	float: left;
	width: 50%;
}

#footer
{
	clear:both;
	overflow: hidden;
	padding: 0.5em;
}

.elso
{
	float: left;
}

.alfred
{
	float: right;
}

#chart
{
	background-image: url('Circuit.jpg');
	background-size: cover;	
}

.chartcontainer
{
	width: 100%;
	padding-top: 88.494492044%;
	position: relative;
}

.RG, .lines
{
	position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
	background-size: 100% 100%;
}

.RG img, .lines img
{
	width: 100%;
	height: auto;
}

a img { border: 0; }

.info
{
	position: relative;
	display: inline-block;
	border-radius:50%;
	background-color: #3863C8;
	height: 12px;
	width: 12px;
	font-weight: bold;
	color: #FFF;
	text-align: center;
	font-family: serif;
	margin-left: 0.8em;
	font-size: 11px;
	padding: 0;
	top: -1px;
	/*top right bottom left*/
}

.info:after
{
	content:'';
	position: absolute;
	top: -4px; bottom: -4px;
	left: -4px; right: -4px;	
}

.defn
{
	display: none;
}

.defn.open
{
	display: block;
	clear:both;
	color: #3863C8;
	margin-bottom: 0.8em;
}

/*media queries*/
@media (max-width:800px)
{
	#col1, #col2
	{
		float:none;
		width: 100%;
	}
	
	.rbox
	{
		padding: 0.7em;
	}
	
	.row
	{
		padding-top: 0.2em;
	}
		
	.category
	{
		margin-bottom: 0.1em;	
	}
}