html, body {
    background-color: #EEE;
}

.container {
    border-left: 1px solid;
    border-right: 1px solid;
    background-color: #FFF;
}

.centered {
    text-align: center;
}

.table {
    width: auto;
}

.panel {
    width: 100%;
    height: 100%;
}