
body {
    font-family: sans-serif;
    background-color: #eaeaea;
}

table {
    border:1px solid orange;
    border-spacing: 1px;
    width: 80%;
    margin-left:8%;
    margin-right:12%;
}

table thead {
    background-color:orange;
    font-weight: bold;
    cursor: default;
}

table td {
    border:1px solid orange;
    padding: 1px 5px 1px 5px;
}

/* Sortable tables */
table.sortable thead {
    background-color:orange;
    color:#1010ff;
    font-weight: bold;
    cursor: default;
}

.light {
    background-color:#f0dab0;
}

.left {
    float: left;
    width: 45%;
    margin-right: 30px;
}

hr.cistic {
    clear: both;
    margin: 0 0 20px 0;
    visibility: hidden;
}
