main > .container {
    padding-top: 30px;
}

table {
    margin: 0 0 50px 0;
    font-family: arial, sans-serif;
    border-collapse: collapse;
    width: 100%;
}

td, th {
    border: 1px solid #dddddd;
    text-align: left;
    padding: 8px;
}

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

#tableDiv {
    display: none;
    margin-bottom: 60px;
}

table.dataTable td {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
}