html { height: 100%; }

body {
    background: linear-gradient(#fff,#454D4B) fixed;
    background: -o-linear-gradient(#fff,#454D4B) fixed;
    background: -moz-linear-gradient(#fff,#454D4B) fixed;
    background: -webkit-linear-gradient(#fff,#454D4B) fixed;
    background: -ms-linear-gradient(#fff,#454D4B) fixed;
    font: 100% 'Open Sans', sans-serif;
}

.content {
    display: block;
    width: 1250px;
    margin: 0 auto;
}

article {
    background: #fff;
    box-shadow: 1px 1px 5px #09625C;
    border-radius: 5px;
    padding: 20px;
    text-align: center;
    width: auto;
    height: auto;
    /*margin-bottom: 10px;*/
}

article.information{
    margin-bottom: 10px;
}

#information h1{
    text-align: center;
}

#information p{
    text-align: center;
}

table{
    text-align: center;
}

th{
    padding-right: 10px;
    padding-left: 10px;
}

thead tr:nth-child(odd){
    background: #E0E0E0;
}

tbody tr:nth-child(even){
    background: #E0E0E0;
}
/*tr:nth-child(1){
    background: #fff;
}*/

/* tables */
table.tablesorter {
    font-family:arial;
    background-color: #CDCDCD;
    margin:10px 0pt 15px;
    font-size: 8pt;
    width: 100%;
    text-align: left;
}
table.tablesorter thead tr th, table.tablesorter tfoot tr th {
    background-color: #e6EEEE;
    border: 1px solid #FFF;
    font-size: 8pt;
    padding: 4px;
}
table.tablesorter thead tr .header {
    background-image: url(bg.gif);
    background-repeat: no-repeat;
    background-position: center right;
    cursor: pointer;
}
table.tablesorter tbody td {
    color: #3D3D3D;
    padding: 4px;
    background-color: #FFF;
    vertical-align: top;
}
table.tablesorter tbody tr:nth-child(even) td {
    background-color:#e6EEEE;
}
table.tablesorter thead tr .headerSortUp {
    background-image: url(asc.gif);
}
table.tablesorter thead tr .headerSortDown {
    background-image: url(desc.gif);
}
table.tablesorter thead tr .headerSortDown, table.tablesorter thead tr .headerSortUp {
background-color: #8dbdd8;
}
