body {
    margin: 0%;
}


.left-column, .right-column {
    width: 10%
}

.center-column {
    width: 80%;
}

.first-row {
    height: 108px;
    margin: 0px;
    background-color: #383e46;
}

.second-row {
    height: auto;
}

.last-row {
    position: fixed;
    bottom: 0px;
    height: 108px;
    width: 100%;
    margin: 0px;
    background-color: #383e46;
}

table {
    border: none;
    width: 100%;
}

h1, h2 {
    font-family: sans-serif;
    text-align: center;
}

#logo {
    height: 60px;
}

#logo:hover {
    cursor: pointer;
}

#place-holder {
    width: 1000px;
}

