.stats-module-list h3 {
    width: 100%;
    text-align: center;
}
.stats-module-list h3 i {
    float: right;
    margin-right: 10px;
    color:#CCC;
    font-size: 30px;
}

.stats-touche-layer {
    padding-bottom: 55px;
    position: absolute;
    z-index: 1;
    width: 100%;
}

.stats-touche-layer div {
    height: 300px;
    _border:1px solid red;
    width: 100%;
}
.stats-touche-layer div:first-child {
    height:250px;
}

.stats-module-list #chartGlobal, 
.stats-module-list #chartAcceleration, 
.stats-module-list #chartDeceleration,
.stats-module-list #chartTurn {
    height:250px;
    width:100%;
}

.stats-map-icon {
    font-size: 25px;
}
.stats-map-icon-hide {
    font-size: 0px !important;
}

.stats-icon-level2 {
    color: green;
}
.stats-icon-level3 {
    color: orange;
}
.stats-icon-level4 {
    color: red;
}

#module-stats .mapDefault{
	position:absolute;
	top:0px;
	bottom:0px;
	left:0px;
	right:0px;
}

#module-stats .overlay{
	position: absolute;
	bottom: 30px;
	left: 20px;
	z-index: 500;
	background: #fff;
	border-radius: 4px;
	padding: 10px;
}

#module-stats .nav-tabs {
	z-index: 500;
}