div#wrapper{
    max-width : 1400px;
}
div#mainContent{
    max-width : 1400px;
}
#allEntriesWrapper{
    width : 90%;
    margin : 25px 5%;
    float : left;
    min-height : 500px;
}
td
    padding : 5px;
}
#dataTable{
    width : 100%;
    clear : both;
    float : left;
}
#buttonRow{
    height : 30px;
    margin : 10px 0;
}
.exportLink{
    display : block;
    float : right;
}
