body{
    font-family: sans-serif;
    text-align: center;
    width: 80%;
    margin: 0 auto;
    max-width: 1000px;
    background-color:#eee;
}

a {
    color: #1f83a8;
}

nav a {   
    display: inline-block;
    background: #1f83a8;
    color: #fff;
    text-decoration: none;
    padding: 10px;
    border-radius: 8px;
    -webkit-transition: background 0.2s ease, color 0.2s ease;
            transition: background 0.2s ease, color 0.2s ease;
}

.button {
    display: inline-block;
    border: none;
    padding: 5px 10px;
    border-radius: 5px;
    text-decoration: none;
    cursor: pointer;
    font-size: 1em;
    margin-right: 5px;
    color: #fff;
    background-color: #1f83a8;
}

.button.killer {
    background-color: darkred;
}

h1 {
    margin-top: 80px;
    font-size: 3em;
    font-weight: 300;
}

h2,h3 {
    margin: 40px;
    font-size: 2em;
    font-weight: 300;
}

p {
    margin: 0 0 40px 0;
    line-height: 1.3em;
}

pre {
    margin: 0 auto;
    text-align: left;
    background: #272822;
    padding: 20px;
    border-radius: 10px;
}

thead td {
    font-weight: bold;
    background: #272822;
    color: #fff;
    padding: 10px;
}

hr {
    border-width: 1px 0 0 0;
    border-style: solid ;
    border-color: #ccc;
    height: 1x;
    margin: 40px 0 0 0;
}

.option-table-row:before,
.option-table-row:after {
    content: "";
    display: table;
    clear: both;
}

.option-table-row {
    border:none;
}



.option-table-cell {
    padding: 10px;
    text-align: left;
    border: 1px solid #ccc;
}

.option-table-cell.name {
    font-weight: bold;
    color: 1f83a8;
}

.option-table-cell.type {
    color: #ccc;
}

.option-table-cell.allowed {
    font-style: italic;
}

.option-table-cell.desc {
}
