/* --- general layout ------------------------------------------------------- */

body {
    margin: 0 auto;
    padding: 0;
    font: 76% Verdana,Tahoma,Arial,sans-serif;
}

.wrap {
    background: #ffffff;
    color: #303030;
    margin: 0 auto;
}

.title {
    background: none #e4e4e4;
    color: #3333cc;
    margin: 0 0 5px 0;
    padding: 0;
    text-align: left;
    width: auto;
    font-size: 1em;
    font-style: italic;
    font-weight: normal;
    font-family: sans-serif;
}

.title a {
    display: block;
    text-decoration: none;
    background: none #d0d0d0;
    color: #3333cc;
    margin: 0;
    padding: 2px;
}

.title a:hover {
    background: #eaeaea;
    color: #ff5555;
}

.header {
    clear: both;
    margin: 20px 0 20px 0;
    padding: 0;
    height: 140px;
    background: url('/assets/images/background.png');
}

.header p {
    width: 165px;
    float: right;
    text-align: right;
    color: #a0a0a0;
    margin: 5px 5px 5px 0;
    font-size: 0.8em;
    line-height: 1.2em;
}

.footer {
    clear: both;
    margin-right: 10px;
    padding: 20px 0 20px 0;
    text-align: right;
    color: #808080;
    font-size: 0.8em;
}

.footer a {
    color: #808080;
    text-decoration: none;
}

.footer a:hover {
    text-decoration: underline;
}

.navigate li a {
    font-weight: bold;
    height: 20px;
    text-decoration: none;
    color: #505050;
    display: block;
    padding: 6px 0 0 4px;
    background: #f4f4f4;
}

.navigate li a:hover {
    background: #eaeaea;
    color: #286ea0;
}

/* --- device specific ------------------------------------------------------ */

/* Set maximum width for smaller screens */
.wrap {
    width: 100%;
}
@media (min-width: 576px) {
    .wrap {
        width: 576px;
    }
}

/* Defaults for smaller screens */
.navigate {
    clear: none;
    float: none;
    width: 100%;
    margin: 0 0 10px 0;
    padding: 0;
    font-size: 0.9em;
}

.navigate ul {
    list-style: none;
    width: 100%;
    margin: 0 0 0 0;
    padding: 0;
    font-size: 1.1em;
    text-align: center;
}

.navigate li {
    display: inline-block;
    width: 140px;
    margin-bottom: 4px;
}

.content {
    margin: 0 20px 20px 20px;
    padding: 0 10px 0 10px;
    line-height: 1.6em;
    text-align: left;
}

h1 {
    width: 55%;
    margin: 5px 0 0 10px;
    float: left;
    color: #e0e0e0;
    font-weight: normal;
}

/* Defaults for larger screens */
@media (min-width: 1024px) {

    .wrap {
        width: 768px;
    }

    .navigate {
        clear: left;
        float: left;
        width: 140px;
        margin: 0 0 10px 0;
        padding: 0;
        font-size: 0.9em;
    }

    .navigate ul {
        list-style: none;
        width: 140px;
        margin: 0 0 20px 0;
        padding: 0;
        font-size: 1.1em;
        text-align: left;
    }

    .navigate li {
        display: block;
        width: 140px;
        margin-bottom: 4px;
    }

    .content {
        margin: 0 0 20px 150px;
        border-left: 0 solid #f0f0f0;
        padding: 0 10px 0 10px;
        line-height: 1.6em;
        text-align: left;
    }

    h1 {
        width: 316.8px;
        margin: 5px 0 0 10px;
        float: left;
        color: #e0e0e0;
        font-weight: normal;
    }

}

/* --- contents ------------------------------------------------------------- */

h2 {
    font-size: 1.5em;
    margin: 0 0 0.5em 0;
}

h3 {
    font-size: 1.3em;
    margin: 0 0 10px 0;
}

a {
    text-decoration: none;
    color: #286ea0;
}

a:hover {
    text-decoration: none;
    color: red;
}

a img {
    border: 0;
}

.content img {
    padding: 1px;
    display: inline;
    background: #cccccc;
    border: 4px solid #f0f0f0;
}

.left {
    margin: 10px 10px 5px 0;
    float: left;
}

.right {
    margin: 10px 0 5px 10px;
    float: right;
}

.center {
    text-align: center;
}

.small {
    font-size: 0.8em;
}

.bold {
    font-weight: bold;
}

.italic {
    font-style: italic;
}

.error {
    color: #FF0000;
}

.hide {
    display: none;
}

/* --- tables --------------------------------------------------------------- */

.content-table {
    width: 100%;
    float: left;
    background: none #ffffff;
    border: 0 dotted #333333;
    color: #000000;
    margin: 0 0 2em 0;
    padding: 0;
    text-align: left;
}

.table-row {
    float: left;
    background: none #ffffff;
    border: 0 dotted #ff0000 0;
    color: #000000;
    margin: 0 auto 0 0;
    padding: 0;
    text-align: left;
    width: 100%;
}

.column-1 {
    font-weight: bold;
    background: none #ffffff;
    text-align: right;
    border: 0 dotted gray;
    float: left;
    margin: 0 0 0 0;
    padding: 0 10px 0 0;
    width: 15%;
}

.column-2 {
    background: none #ffffff;
    text-align: left;
    border: 0 dotted gray;
    float: left;
    margin: 0 0 0 0;
    padding: 0;
    width: 80%;
}

.prize-1 {
    font-weight: bold;
    background: none #ffffff;
    text-align: right;
    border: 0 dotted gray;
    float: left;
    margin: 0 0 0 0;
    padding: 0 15px 0 0;
    width: 20%;
}

.prize-2 {
    background: none #ffffff;
    text-align: left;
    border: 0 dotted gray;
    float: left;
    margin: 0 0 0 0;
    padding: 0;
    width: 35%;
}

.prize-2 img {
    width: 90%;
}

.news-letter-1 {
    font-weight: bold;
    background: none #ffffff;
    text-align: right;
    border: 0 dotted gray;
    float: left;
    margin: 0 0 0 0;
    padding: 0 15px 0 0;
    width: 15%;
}

.news-letter-2 {
    background: none #ffffff;
    text-align: left;
    border: 0 dotted gray;
    float: left;
    margin: 0 0 0 0;
    padding: 0;
    width: 80%;
}

.confs-column-1 {
    font-weight: bold;
    background: none #ffffff;
    text-align: right;
    border: 0 dotted gray;
    float: left;
    margin: 0 0 0 0;
    padding: 0 15px 0 0;
    width: 15%;
}

.confs-column-2 {
    background: none #ffffff;
    text-align: left;
    border: 0 dotted gray;
    float: left;
    margin: 0 0 0 0;
    padding: 0;
    width: 80%;
}

/* --- forms ---------------------------------------------------------------- */

input[type=text], textarea {
    width: 80%;
    padding: 4px;
    border: 1px solid #cccccc;
}

input[type=text]:disabled, textarea:disabled {
    background-color: #e9e9e9;
    color: #a0a0a0;
}

input[type="checkbox"] {
    margin-left: 5px;
    margin-right: 5px;
}

.radio-label-multiline {
    display: flex;
    align-items: flex-start;
}

.radio-label-multiline input[type="radio"] {
    margin-right: 10px;
}

.radio-label-content {
    display: flex;
    flex-direction: column;
}

#paypal-button-container {
    width: 50%;
    margin-left: auto;
    margin-right: auto;
    display: block;
}
