.main-header {
    text-align: center;
    width: 100%;
}
.header-image{
margin:auto;
display:block;
}
.header-text {
    display: block;
    font-size: 110%;
    margin-top: 15px;
}
.main-footer {
    bottom: 0;
    font-size: 80%;
    position: absolute;
    text-align: center;
    width: 100%;
}
.page-wrapper {
    display: block;
    width: 100%;
}
#filter_stats_date div {
width: 100%;
}
#filter_stats_date label{
width: 70px;
display: inline-block;
}
#filter_stats_date input, #filter_stats_date select{
width: 150px;
display: inline-block;
margin: 15px;
}
#filter_stats_date select{
width: 160px;
}
#tableStats_head th{
font-weight: bold;
padding-bottom: 10px;
padding-top: 10px;
}