




/*
.ui-widget {
    font-family: Arial, sans-serif;
    font-size: 90% !important;
}

div#footer{
    position: fixed;
    z-index: 1000000;
    overflow: hidden;
    bottom: 0px;
    left: 0px;
    height: 20px;
    width: 100%;
    background-color: lightsteelblue;
}

.mapTable {
    border: none;
    width:2048px;
}

.left {
    margin-left: 50px;
}

.right {
    margin-right: 50px;
}

tr.dataTableRowFinished {
    background: forestgreen !important;
}

tr.dataTableRowRejected {
    background: darkgrey !important;
}

tr.dataTableRowImportant {
    background: red !important;
}

tr.dataTableRowHidden {
    display: none;
}
*/