h1, h2 {
    left: 300;
    text-align: center;
    text-shadow: 0 1px 0 #FFFFFF;
}

table {
    padding-bottom: 3px;
    padding-left: 3px;
    text-align: center;
}

th {
    background-color: white;
}

tr:nth-child(even) {
    background-color: #f0f0f0;
}

tr:nth-child(odd) {
    background-color: #f0f0ff;
}

.fixed_container {
    width: 1000px
}

.table {
    bottom: 400px;
    position: relative;
    table-layout: fixed;
}

.notes {
    max-width: 800px;
    min-width: 800px;
    overflow: hidden;
}

.paging {
    height: 30px;
    width:1000px;
}

.next_page {
    float: right;
}

.prev_page {
    float: left;
}

.tm_filter {
    margin: auto;
    text-align: center;
}
