
div.lottery_header {
    font-size: 40px;
    padding-top: 20px;
    padding-bottom: 15px;
    text-align: center;
}

#lottery_page div.logo {
    text-align: center;
    margin-top: 20px;
    margin-bottom: 20px;
}

#lottery_page div.logo img {
    max-height: 100px;
}

.lottery_link {
    margin-top: 10px;
    margin-bottom: 10px;
    text-align: center;
}

.lottery_link a {
    font-size: 110%;
    color: lightslategrey;
}

.lottery_link a:visited {
    font-size: 110%;
    color: lightslategrey;
}


label.required_field {
    font-weight: bold;
}

div.send_button {
    margin-top: 25px;
    margin-bottom: 40px;
}

.error_field {
    color: red !important;
    border-color: red !important;
}

.success_message {
    display: none;
    color: darkseagreen;
    margin-top: 30px;
    font-size: 120%;
    text-align: center;
}