body {
    margin: 0;
    padding: 0;
    background-color: #888;
}

a, a:active, a:focus {
    color: #9B410E;
    text-decoration: none;
}

a:hover {
    color: #D95A16;
}

table td, table th {
    text-align: left;
    vertical-align: top;
}

input[type=submit] {
    border: 1px solid black;
    background-color: white;
    color: black;
}

.main-block {
    width: 100%;
    margin: 10px 0;
    background-color: #FFFBEF;
    text-align: left;
}

.header {
    height: 40px;
    padding-top: 20px;
    font-size: large;
    font-weight: bold;
    text-align: center;
}

.footer {
    height: 30px;
    padding-top: 10px;
    font-size: small;
}

.header, .footer {
    text-align: center;
}

.structure, .header, .footer, .system-messages {
    border: 1px solid black;
}

.structure {
    padding: 5px;
}

.inner-table {
    width:100%;
    border: 1px solid black;
    border-left: none;
}

.inner-table th {
    background-color: #F0C041;
}

.inner-table td, .inner-table th {
    padding: 5px;
    border-left: 1px solid black;
}

.inner-table td {
    border-top: 1px dashed gray;
    padding-left: 10px;
    text-align: left;
}

.label {
    font-weight: bold;
}

.crawl_input {
    width: 600px;
    height: 150px;
}

.viewer_table td, .viewer_table th {
    vertical-align: top;
}

.viewer_table .td-title {
    min-width: 300px;
}

.viewer_table .td-date {
    min-width: 100px;
}

.viewer_table td pre {
    width: 500px !important;
}

.overflow_hidden {
    height: 19px !important;
    overflow: hidden;
}

.overflow_scroll {
    overflow: scroll;
}