/* Included in bundle config */
/*@import url(reset.css);
@import url(fonts.css);
@import url(background.css);
@import url(columns.css);
@import url(header.css) screen;
@import url(content.css) screen;
@import url(lottery.css) screen;
@import url(account.css) screen;*/

body{
    font-size: 1em;
    font-family: Arial;
}

b {
    font-weight: 700;
}

a {
    color: inherit;
}

.loader {
    border: 3px solid #aaa; /* Light grey */
    border-top: 3px solid #2ce24b; /* Blue */
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    animation: spin 1s linear infinite;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

/* Go crazy with your own styles here */
/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */
