﻿body {
    background-color:#f7ecff;
}

.item_row_header_current {
    text-align: center;
    color: white;
    background: #089a37;
    margin-top: 2em;
    margin-bottom: .5em;
}
hr {
    margin-top: 3rem;
    margin-bottom: 2rem;
    border: 5px;
    border-top: 5px solid #800505;
}
/* --- Plans ---------------------------- */
.item_row_header {
    text-align: center;
    color: white;
    background: #0e99ce;
    margin-top: 2em;
    margin-bottom: .5em;
}
.item_header {
    text-align: center;
    color: white;
    padding-top: 0.2em;
    padding-bottom: 0.2em;
}
.item_draw {
    font-size: 1em;
    font-weight: bold;
}
.item_result {
    font-size: 2em;
    font-weight: bold;
}

@media (max-width: 768px) {
    .item_result {
        font-size: small;
    }
}

/* --- Plan 1 --------------------------- */
.itemstyle_1 {
    background: #0096ae;
}

.item_header.itemstyle_1 {
    background: #0096ae;
    border-bottom: thick solid #024a56;
}

/* --- Plan 2 --------------------------- */
.itemstyle_2 {
    background: #00604e;
}

.item_header.itemstyle_2 {
    background: #00604e;
    border-bottom: thick solid #002a22;
}


/* --- Plan 3 --------------------------- */
.itemstyle_3 {
    background: #da6c0a;
}

.item_header.itemstyle_3 {
    background: #da6c0a;
    border-bottom: thick solid #572900;
}

/* --- Plan 4 --------------------------- */
.itemstyle_4 {
    background: #8e014a;
}

.item_header.itemstyle_4 {
    background: #8e014a;
    border-bottom: thick solid #35001c;
}

