
div.eaTask {
    margin: 50px;
    width: 15em;
    float: left;
}

div.eaTask_big {
    margin: 50px;
    width: 30em;
    float: left;
}

button.eacorrect {
    background-color: lightseagreen;
}

button.eafalse{
    background-color: red;
}

div.eaTask h5 {
    font-size: 1.1em;
}

div.eaTask_big h5 {
    font-size: 1.1em;
}

div.ea_Reload {
    width: 100%;
    text-align: center;
    margin-top: 25px;
}

button.ea_Reload_Button {
    background-color: deepskyblue;
}