html { -webkit-text-size-adjust: none; /* prevent font scaling in landscape */ }

        body {
            margin: 0;
            padding: 10px;
            height: 320px;
            width:310px;
        }
.interactiveContainer { 
	width: 310px;
	height: auto;
	float: left;
	overflow: none;
	font-family: 'Source Sans Pro', sans-serif;
	position: relative;
}
.graphicHeader, .graphicSubhead {
	float: left;
	width: 100%;
}

.graphicHeader {
	font-family: 'Oswald', sans-serif;
	font-size: 28px;
	
	color: #5350D7;
}
.graphicSubhead {
	font-family: 'Oswald', sans-serif;
	font-size: 17px;
	margin: 5px 0 5px;

	color: #646464;
}
.graphicList {
	font-family: 'Oswald', sans-serif;
	font-size: 15px;
	margin: 5px 0 5px;

	color: #000000;
}
p.sort-text {
	font-family: 'Source Sans Pro', sans-serif;
	border-top: 1px solid #b4b5b4;
	text-transform: uppercase;
	font-size: 14px;
	margin: 10px 0 5px;
	padding-top: 25px;
	color: #323232;

}
.circleContainer {
	position: relative;
	width: 100%;
	height: auto;
	float: left;
	margin-top: 30px;
	margin-bottom: 300px;
}
.keyHeader {
	font-size: 17px;
	text-align: center;
	color: black;
	float: left;
	width: 100%;
	text-transform: uppercase;
	letter-spacing: 1px;
	margin-bottom: -10px;
}


.titleamount {
	
	font-family: 'Source Sans Pro', sans-serif;
	width: auto;
	font-size: 29px;
	color: #5350D7;
	font-weight: bold;
	text-transform: uppercase;
}

.descrip {
	width:320px;
	font-size: 13px;
	vertical-align: top;
	color: #646464;
}

.descrip1 {
	font-size: 13px;
	color: #5350D7;
	font-weight: bold;

}

.amount {
	
	font-family: 'Source Sans Pro', sans-serif;
	width: auto;
	font-size: 20px;
	color: #990033;
	font-weight: bold;
	text-transform: uppercase;
}
.circleExplainer {
	background: #fff;
	float: left;
	border-radius: 50%;
	border: 3px solid #b4b5b4;
	width: 20px;
	height: 20px;
	opacity: 1;
	margin-top: 3px;
}
.leftSide {
	position: absolute;
	left: 0%;
	width: 46%;
	height: 100%;
	background-color: green;
}

.rightSide {
	background-color: blue;
}

.circle {
	border-radius: 50%;
	width: 14px;
	height: 14px;
	opacity: 0.9;
	border: 2px solid #333;
	position: absolute;
	cursor: pointer;
	-webkit-backface-visibility: hidden;
	-webkit-transition: color 2200ms ease-in;
	-moz-transition: left 2200ms ease-out,top 2200ms ease-out,background 2200ms ease-out,border 2200ms ease-out,-moz-transform 2200ms ease-out;
	-o-transition: left 2200ms ease-out,top 2200ms ease-out,background 2200ms ease-out,border 2200ms ease-out,-o-transform 2200ms ease-out;
	-ms-transition: left 2200ms ease-out,top 2200ms ease-out,background 2200ms ease-out,border 2200ms ease-out,-ms-transform 2200ms ease-out;
	transition: left 2200ms ease-out,top 2200ms ease-out,background 2200ms ease-out,border 2200ms ease-out,transform 2200ms ease-out;
	


}

.fade {
    opacity: 0.1;
}

/* basic Legend positioning */
.legend { list-style: none; font-family: 'Source Sans Pro', sans-serif; font-size: 14px; }
.legend li { float: left; margin-right: 7px; margin-top: 2px; }
.legend span {  float: left; width: 12px; height: 12px; margin: 2px; }
/* your colors */
.legend .accident { background-color: #377eb8; }
.legend .delirium { background-color: #ff7f00; }
.legend .homicide { background-color: #e41a1c; }
.legend .natural { background-color: #4daf4a; }
.legend .suicide { background-color: #984ea3; }
.legend .unknown { background-color: #666; }


@media screen and (max-width: 630px) {

          .legend {
            float:left;

          }
          }

@media screen and (max-width: 430px) {

          body {
            height: 800px;

          }
          }

@media screen and (max-width: 230px) {

          body {
            height: 1000px;

          }
          }





/*Labels */

#c1, #c2, #c3, #c4, #c5, #c6 {
    display:block;
    width: 15.3667%;
    height:auto;
    padding-right:5px;
    font-size: 14px;
    font-weight: bold;
    float: left;
    line-height: 1;
}

/*#c1 { background-color: #377eb8;
}

#c2 { background-color: #ff7f00;
}
#c3 { background-color: #e41a1c;
}
#c4 { background-color: #4daf4a;
}
#c5 { background-color: #984ea3;
}
#c6 { background-color:  #666;
}*/

.cases {
	 
        width: 150px;
        padding: 10px;
        height: auto;
        background: #EBEBEB;
        z-index: 10;
        display: none; /**let the tooltip be not visable, when startup **/
        position: fixed; /** depends on how it handles the e.pageX and e.pageY **/
}

.circle:active {
	background: #4cb5e7;
	opacity: 1;
}
.button {
  margin: 2px 0.2em;
  padding: 3px;
  background: #444;
  border-radius: 2px;
  width: 70%;
  font-size:14px;
  transition: all 0.3s ease-out;
  cursor:pointer;

  /* Font styles */
  text-decoration: none;
  font-weight: bold;
  color: white;
}

.button:hover   { background: #990033; }
.button:active, .active  { background: #990033; }
.buttonactive  { background: #990033; }

.button:visited { background: #990033; }

.toolBackground {
	position: absolute;
	left: 50%;
	top: 0;
	width: 50%;
	height: 100%;
	background: #000;
	-webkit-transition: all 100ms linear;
	-moz-transition: all 100ms linear;
	-o-transition: all 100ms linear;
	-ms-transition: all 100ms linear;
	transition: all 100ms linear;
	background: #4cb5e7;
}
.yes .toolBackground {
	left: 0%;
	background: #4cb5e7;
}
.toolbar {
	width: 50%;
	float:left;
	margin: 5px 0;
	overflow: hidden;
}



.explainer {
	float: left;
	margin: 0px 0 10px;
	width: 50%;
	overflow: hidden;
	height: auto;
	opacity: 0.8;
}
.toolItem {
	
	
}
.toolItem:first-child {
	
}
.toolItem:nth-child(2) {
	
}
.toolItem:last-child {
	
	
}


.toolItem.yes {	

	/*border: 1px solid #444;*/
	opacity: 1;
	/*color: white;*/
	/*	font-weight: 100;*/
	/*	background: rgba(94,189,124,1);*/
	/*background: #444;*/
	/*	box-shadow: inset 2px 1px 8px 0px #999;*/
	/*	border: 1px solid #F24949;*/
	/*	background: #F24949;*/
	color: white;
}
.toolItem:last-child {
	margin-bottom: 0;
}
.circle:hover {
	/*	background: rgba(133,28,28,0.7);*/
	/*	background: rgba(255,255,255,0.4);*/
	/*	color: #F24949;*/
	border-radius: 50%;
/*	background: black;*/
}

/*.love:hover {
	border: 1px solid red;
}

.hate:hover {
	border: 1px solid blue;
}*/

.toolItem2 {
	float: left;
	width: 100%;
	text-align: center;
	margin: 0px 0;

	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.andItem {
	text-transform: uppercase;
	font-size: 30px;
	color: #e6e6e6;
	font-weight: 100;
	-webkit-transition: all 600ms linear;
	-moz-transition: all 600ms linear;
	-o-transition: all 600ms linear;
	-ms-transition: all 600ms linear;
	transition: all 600ms linear;

}
.andItem.yes {
	color: #333;
}
.toolCheck {
	position: relative;
	height: 23px;
	float: right;
	margin-left: 10px;
	border: 2px solid #000;
	color: #fff;
	font-weight: 400;
	width: 20px;
	display: inline;
	text-align: center;
	margin-right: 5px;
	margin-bottom: 5px;
	cursor: pointer;
	font-size: 13px;
	width: 20%;
	border-radius: 7px;
}
.toolQuestion {
	font-size: 16px;
	margin-top: -2px;
	float: left;
	width: 100%;
	text-align: center;
	color: #323232;
}
.toolBox {
	float: left;
	position: absolute;
	left: 50%;
	top: 0;
	width: 50%;
	height: 100%;

	padding: 3px 0;
	text-transform: uppercase;
	font-weight: bold;
	color: white;
	z-index: 100;
}
.toolBox:nth-child(2) {
	left: 0%;
}
.toolWhat {
	float: left;
	width: 100%;
	font-size: 10px;
	text-transform: uppercase;
	cursor: pointer;
	color: blue;
	opacity: 0.8;
}
.toolWhat:hover {
	opacity: 1;
}
.toolCheck:active {
	opacity: 1;
}
.labelRow {
	float: left;
	position: absolute;
	width: 100%;
	margin-top: 14%;
	text-transform: uppercase;
	font-size: 60px;
	letter-spacing: 3px;
	font-weight: 700;

	color: #4cb5e7;
	opacity: 0.3;
	z-index: -100;
}
.labelItem { float: right; width: 100%; text-align: center;}
.labelItem:first-child { float: left; }
.selectedItem {
	position: absolute;
	right: 10px;
	bottom: 5px;
	font-size: 11px;
}
.clearall { color: blue; cursor: pointer; margin-left: 5px;}


.bug {
	float: left;
	width: 50%;
	margin-top: 0px;
	font-size: 11px;
	color: #aaa;
	text-transform: uppercase;
}



