.chartContainer {
    float: left;
    width: 100%;
    overflow-x: hidden;
    height: 700px;
    padding: 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-bottom: 3px solid #333;
    position: relative;
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#fffcfc+0,e3eaed+50,c8d7dc+100&amp;0+13,1+100 */
background: -moz-linear-gradient(top,  rgba(255,252,252,0) 0%, rgba(248,247,248,0) 13%, rgba(227,234,237,0.43) 50%, rgba(200,215,220,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,252,252,0)), color-stop(13%,rgba(248,247,248,0)), color-stop(50%,rgba(227,234,237,0.43)), color-stop(100%,rgba(200,215,220,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(255,252,252,0) 0%,rgba(248,247,248,0) 13%,rgba(227,234,237,0.43) 50%,rgba(200,215,220,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(255,252,252,0) 0%,rgba(248,247,248,0) 13%,rgba(227,234,237,0.43) 50%,rgba(200,215,220,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(255,252,252,0) 0%,rgba(248,247,248,0) 13%,rgba(227,234,237,0.43) 50%,rgba(200,215,220,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(255,252,252,0) 0%,rgba(248,247,248,0) 13%,rgba(227,234,237,0.43) 50%,rgba(200,215,220,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00fffcfc', endColorstr='#c8d7dc',GradientType=0 ); /* IE6-9 */

}
.graphicHeader {
	text-align: center;
}
#container {
	height: 200px;
	margin-top: 20px;
	background: none !important;
}
.optItem {
    margin: 5px;
    margin: 5px auto;
    width: 500px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    max-width: 90%;
    border: 1px solid #aaa;
    background: #EDFF91;
    padding: 5px 2px;
    cursor: pointer;
}

.optItem:hover {
    background: #FFE369;
}

.chartInside {
    width: 300%;
    padding-top: 40px;
    -webkit-transition: all 100ms linear;
    -moz-transition: all 100ms linear;
    -o-transition: all 100ms linear;
    -ms-transition: all 100ms linear;
    transition: all 100ms linear;
}
.townList {
	height: 500px !important;
}
.stage0 .townList {
	height: auto !important;
}
.chartInside.stage0 {
    margin-left: 0;
}

.chartInside.stage1 {
    margin-left: -100%;
}

.chartInside.stage2 {
    margin-left: -200%;
}

.insideItem {
    float: left;
    width: 33.333333333333%;
}

.bigLabel {
    font-size: 12px;
    font-weight: bold;
    color: #D64B00;
    padding-top: 11px;
    border-bottom: 2px solid #000 !important;
}

.noArrest {
    color: #aaa;
    font-size: 11px;
    font-style: italic;
}

.mirror_table {
    width: 100%;
    float: left;
}

.mirror_table_headers {
    text-align: left;
}

.titles {
	margin-top: 20px;
    width: 100%;
    font-size: 17px;
    font-weight: bold;
    text-align: center;
}

.back {
    position: absolute;
    left: 0;
    top: 0;
    float: left;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: bold;
    color: #000;
    cursor: pointer;
    display: none;
    z-index: 100000;
}

/*@media screen and (max-width: 600px) {*/
    .back {
        position: static;
        width: 100px;
        margin: 16px auto;
        float: none;
        text-align: center;
        padding: 4px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        background: #EDFF91;
        border: 1px solid #aaa;
    }
    .chartInside {
        padding-top: 90px;
    }
/*}*/

.back.stage0 {
    display: none;
}

.back.stage1,
.back.stage2 {
    display: block;
}

.topdash {
    position: absolute;
    left: 3%;
    top: 10px;
    width: 94%;
}

table td,
table th {
    border: none !important;
}
