/* Css for the public facing side of the website */
div.error {
    background-color: #FFEBE8;
    border: 1px solid #C00;
    padding: 8px;
}
.errors-found {
    font-size: 18px;
    padding: 4px 0px 4px 0px;
}
.error-item {
    padding: 1px 0px 1px 0px;
}
div.success {
    background-color: #c8ffa5;
    border: 1px solid #006600;
    padding: 8px;
}
.success-found {
    font-size: 18px;
    padding: 4px 0px 4px 0px;
}
.success-item {
    padding: 1px 0px 1px 0px;
}
.bold-text {
    font-weight: bold;
}
ul.prize-list li {
    list-style-type: none;
}
.default-hidden {
    display: none;
}
.dashed-bottom {
    border-bottom:  2px dashed #666666;
}
.entry-message {
    position: fixed ;
    top: 0px;
    border: 1px solid #000000;
    background: #ccff33;
    width: 300px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}
h3.mal-membership-h3 {
    display: block;
}
#country_code {
    text-transform: uppercase;
}