body {
    font-family: monospace;
    background-color: rgb(251, 243, 229); /*rgb(236, 239, 241);*/
    margin: 0;
}

.body {
    min-height: 100%;
    background: url('logo_w.png') no-repeat 50% 25px;
    background-size: 800px;
    background-attachment: fixed;
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    max-width: 800px;
    margin: 0 auto;
}
/*
.body {
    min-height: 100%;
    background: url('logo_w.png') no-repeat 50% 50px;
    background-attachment: fixed;
    background-size: 72%;
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    max-width: 800px;
    margin: 0 auto;
}*/

h1 {
    font-size: 24px;
    color: #367D7E
}

h2 {
    text-align: center;
    color: #367D7E
}

.nav {
    width: 100%;
}

.nav td {
    width: 34%;
    text-align: center
}

.nav td:first-child {
    width: 33%;
    text-align: left;
}

.nav td:last-child {
    width: 33%;
    text-align: right;
}

.nav td a {
    color: #000000;
    text-decoration: none;
    cursor: pointer
}

.nav thead {
    text-align: center;
}

.table th {
    border-bottom: 1px black solid;
    border-right: 1px black solid;
}

.table td {
    width: 33%;
    border-right: 1px black solid;
}

.table-4 td {
    width: 15%;
    padding-bottom: 10px;
}

.table-4 td:nth-child(3) {
    width: 55%;
}

.nice-table {
    font-size: 14px;
    border-collapse: collapse;
}

.nice-table .head {
    background-color: #000000;
    color: #ffffff;
    text-align: center;
}

.nice-table th {
    padding: 5px;
    background: #f0f0f0 center right no-repeat;
    border: 1px solid #ddd;
    color: #333333;
    margin: -1px -1px -1px -1px;

}

.nice-table td {
    padding: 5px;
    border: 1px solid #ddd;
    color: #000000;
    margin: -1px -1px -1px -1px;
}

.nice-table .line td {
    border-bottom: 1px solid black;
}

.center {
    text-align: center;
}

input {
    width: 100%;
}

table {
    text-align: left;
}

thead {
    /* text-align: center;*/
}

.active {
    color: red;
}

.list {
    text-align: center;
}

.inline-block {
    display: inline-block;
}

code {
    display: block;
    background: #f5f5f5;
    font-size: 12px;
    border: 1px dashed #dddddd;
    color: #000000;
    margin: 10px 5px;
    white-space: pre;
    white-space: pre-wrap;
}
