body {
    background: none repeat scroll 0 0 transparent;
	text-shadow: 0 1px 0 #ccc,
               0 2px 0 #c9c9c9,
               0 3px 0 #bbb,
               0 4px 0 #b9b9b9,
               0 5px 0 #aaa,
               0 6px 1px rgba(0,0,0,.1),
               0 0 5px rgba(0,0,0,.1),
               0 1px 3px rgba(0,0,0,.3),
               0 3px 5px rgba(0,0,0,.2),
               0 5px 10px rgba(0,0,0,.25),
               0 10px 10px rgba(0,0,0,.2),
               0 20px 20px rgba(0,0,0,.15);
}

.container {
    margin-left:auto;
    margin-right:auto;
    padding-top:5%;
    text-align:center;   
    width: 800px;
}

.middle_fix {
    text-align:center;
}

/* -----  Statistics table css  ----- */ 
.statistics_table {
    margin:0px;padding:0px;
    width:100%;
    border:1px solid #0000FF;

    -moz-border-radius-bottomleft:5px;
    -webkit-border-bottom-left-radius:5px;
    border-bottom-left-radius:5px;

    -moz-border-radius-bottomright:5px;
    -webkit-border-bottom-right-radius:5px;
    border-bottom-right-radius:5px;

    -moz-border-radius-topright:5px;
    -webkit-border-top-right-radius:5px;
    border-top-right-radius:5px;

    -moz-border-radius-topleft:5px;
    -webkit-border-top-left-radius:5px;
    border-top-left-radius:5px;
    text-align:center;
}.statistics_table table{
    width:100%;
    height:100%;
    margin:0px;
    padding:0px;
    text-align:center;
}.statistics_table tr:last-child td:last-child {
    -moz-border-radius-bottomright:5px;
    -webkit-border-bottom-right-radius:5px;
    border-bottom-right-radius:5px;
    text-align:center;
}
.statistics_table table tr:first-child td:first-child {
    -moz-border-radius-topleft:5px;
    -webkit-border-top-left-radius:5px;
    border-top-left-radius:5px;
    text-align:center;
}
.statistics_table table tr:first-child td:last-child {
    -moz-border-radius-topright:5px;
    -webkit-border-top-right-radius:5px;
    border-top-right-radius:5px;
    text-align:center;
}.statistics_table tr:last-child td:first-child{
    -moz-border-radius-bottomleft:5px;
    -webkit-border-bottom-left-radius:5px;
    border-bottom-left-radius:5px;
    text-align:center;
}.statistics_table tr:hover td{
    background-color:#ffaaaa;
    text-align:center;
}
.statistics_table td{
    vertical-align:middle;
    text-align:center;
    background-color:#ffffff;
    border:1px solid #000000;
    border-width:0px 1px 1px 0px;
    padding:7px;
    font-size:10px;
    font-family:Arial;
    font-weight:normal;
    color:#000000;
}.statistics_table tr:last-child td{
    border-width:0px 1px 0px 0px;
}.statistics_table tr td:last-child{
    border-width:0px 0px 1px 0px;
}.statistics_table tr:last-child td:last-child{
    border-width:0px 0px 0px 0px;
}
.statistics_table tr:first-child td{
    background:-o-linear-gradient(bottom, #ff5656 5%, #7f0000 100%);	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ff5656), color-stop(1, #7f0000) );
    background:-moz-linear-gradient( center top, #ff5656 5%, #7f0000 100% );
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#ff5656", endColorstr="#7f0000");	background: -o-linear-gradient(top,#ff5656,7f0000);

    background-color:#ff5656;
    border:0px solid #000000;
    text-align:center;
    border-width:0px 0px 1px 1px;
    font-size:14px;
    font-family:Arial;
    font-weight:bold;
    color:#ffffff;
}
.statistics_table tr:first-child:hover td{
    background:-o-linear-gradient(bottom, #ff5656 5%, #7f0000 100%);	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ff5656), color-stop(1, #7f0000) );
    background:-moz-linear-gradient( center top, #ff5656 5%, #7f0000 100% );
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#ff5656", endColorstr="#7f0000");	background: -o-linear-gradient(top,#ff5656,7f0000);

    background-color:#ff5656;
}
.statistics_table tr:first-child td:first-child{
    border-width:0px 0px 1px 0px;
}
.statistics_table tr:first-child td:last-child{
    border-width:0px 0px 1px 1px;
}