body {
    margin: 0;
    padding: 0;
}

a,
a:hover,
a:visited,
a:active,
a:focus {
    font-weight: bold;
    text-decoration: none;
}

.row {
    text-align: center;
    padding-bottom: 10px;
}

.header {
    width: 100%;
    min-width: 480px;
    background-image: url(/resources/bg1.gif);
    color: #f2f0f0;
}

.header a {
    color: #f2f0f0;
    -webkit-text-stroke: 3px black;
    paint-order: stroke fill;
}

.logo {
    background-image: url(/resources/logo.gif);
    background-repeat: no-repeat;
}

.footer {
    width: 100%;
    min-width: 480px;
    background-color: #102863;
}

#result {
    table-layout: fixed;
    width: 100%;
    max-width: 100%;
    min-width: 100%;
    border-collapse: collapse;
    margin-right: 0;
    padding-right: 0;
}

td, th {
    word-break: break-word;
    overflow-wrap: break-word;
    white-space: normal;
}

.last_column {
    font-size: 10px;
}

/*.title_column {*/
/*    min-width: 200px;*/
/*    width: auto;*/
/*    word-wrap: break-word;*/
/*    overflow-wrap: break-word;*/
/*    white-space: normal;*/
/*}*/