@charset "UTF-8";

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    border: 0 none;
    margin: 0;
    padding: 0;
    vertical-align: baseline;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
	width: 100%;
}
h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
}
a {
    text-decoration: none;
}
/*nav li {*/
/*    display: inline-block;*/
/*    list-style-type: none;*/
/*}*/
body {
    font-family: 'Open Sans';
}
.wrapper {

}
h1 strong {
    font-weight: bold;
}
.controls h3 {
	font-weight: normal;
	display: inline-block;
	float: left;
	font-size: 12px;
	color: #000;
	padding-top: 10px;
	padding-right: 11px;
}
p {
    text-align: left;




}
.controls {
	display: inline-block;
	vertical-align: top;
	float: right;
	margin-top: 10px;
}
.controls ul{
	display: inline-block;
	vertical-align: top;
	float: right;
}
.controls li {
	cursor: pointer;
	display: block;
	float: left;
    margin: 0 1px 1px 0;
    padding: 8px;
	font-size: 14px;
	color: #FFF;
	background-color: #4c9bcc;
	text-transform: uppercase;
    height: 34px;
}
.controls li.active {
	background-color: #000;
}
hr {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
/*    border-color: #EEEEEE -moz-use-text-color -moz-use-text-color;
*/    border-image: none;
    border-right: 0 none;
    border-style: solid none none;
    border-width: 1px 0 0;
    height: 0;
    margin: 0 0 30px;
}
#Grid {

}
#Grid:after {
    content: "";
    display: inline-block;
    width: 100%;
}
#Grid .mix {
    color: #FFFFFF;
    display: none;
    height: 250px;
    margin: 2px 0px;
    opacity: 0;
    text-align: center;
    vertical-align: top;
    width: 250px;
}
#Grid .mix.open {
    height:1070px;

}
#Grid .gap {
    display: inline-block;
    width: 200px;
}
#Grid .contourstat{
	border: 1px solid #FFFFFF;
    box-shadow: 0 0 0 1px #CDCDCD;
    height: 250px;
    margin: 0;
}

.center {
    text-align: center !important;
}

.no-bottom {
    margin-bottom: 0;
    padding-bottom: 0;
}
