#mc {
	top: 0;
	left: 0;
	width: 300px;
	height: 250px;
	position: absolute;
	overflow: hidden;
	background-color: white;
}

#mc #mainExit {
	width: 300px;
	height: 250px;
	top: 0;
	left: 0;
	margin: 0;
	padding: 0;
	position: absolute;
	overflow: hidden;
	background: transparent;
	cursor: pointer;
	text-indent: -9999px;
	z-index: 15000;
}

#mc #border {
	position: absolute;
	display: block;
	width: 300px;
	height: 250px;
	top: 0px;
	left: 0px;
	overflow: hidden;
	box-shadow: 0px 0px 0px 1px #666666 inset;	
}

#mc #loading { 
	background-color: white;
	width: 300px;
	height: 250px;
	position: absolute;
	top: 0px;
	left: 0px;
	margin: 0;
	padding: 0;
	z-index: 10000;
	box-shadow: 0px 0px 0px 1px #666666 inset;
}

.fix_shake {
	-webkit-transform: translate3d(0,0,0);
    -o-transform: translate3d(0,0,0);
    -moz-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
	transform:rotateZ(0.001deg);
}

#mc .drop_shadow{
	-webkit-filter: drop-shadow(0px 0px 5px rgba(0,0,0,1));
  	filter: drop-shadow(0px 0px 5px rgba(0,0,0,1));
}

#mc #bkg_solid {
	top: 0;
	left: 0;
	width: 300px;
	height: 250px;
	background-color: white;
	position: absolute;
}

/* SVG */
#mc svg{position: absolute;overflow: hidden;}
#mc .svg_setup{width: 300px;height: 250px;top: 0;left: 0;position: absolute;overflow: hidden;}

/* PATIENTS */
#mc .st0{fill: #7bd3cd;}
#mc .st1{fill:#7E4A21;}
#mc .st2{fill:#543018;}
#mc .st3{fill: #013d37}
#mc .st4{fill: #ffffff;}
#mc .st10{fill: #00a99d;}

/* POLITICIANS */
#mc .st5{fill:#e8e7e0;}
#mc .st6{fill:#333132;}
#mc .st7{fill:#231F20;}
#mc .st8{fill:#CF232C;}
#mc	.st9{fill:#EF3E3A;}
#mc .st11{fill:#c4c1b1;}

/* CTA */
#mc .cta_st0{fill:#CF232C;}
#mc .cta_st1{fill:#ffffff;}



/* BACKGROUND ELEMENTS */
#mc .sprite_load {
	width: 300px;height: 250px;
/*	background: transparent url("img/SPRITE_TO_LOAD.svg") 0 0 no-repeat;*/

	/*FOR SVG ELEMENTS */
	/*-webkit-background-size: 300px 250px;
	     -o-background-size: 300px 250px;
	        background-size: 300px 250px;*/
}

