body{
    background: url("../images/pattern.png");
}

#header #comoFunciona {
    display: none !important;
}

#question1 .howToDo, #question1b .howToDo, #question5 .howToDo, #question5b .howToDo{
    color: #000;
    font: 700 22px Arial,Verdana,sans-serif;
    text-align: center;
    margin-bottom: 0px !important;
    padding: 9px 6px 6px 0px;
    width: 99%;
    float: left;
    box-shadow: none;
}

.expressoes_secundarias span {
    padding: 3px !important;
}

#question1b .alvo img{
    display: block !important;
}

.howToDo{
    color: #000;
    font: 700 24px Arial,Verdana,sans-serif;
    text-align: center;
    margin-bottom: 20px;
    width: 1000px;
    margin: 0 auto;
    background: #fff;
    font-weight: normal !important;
    border-radius: 5px;
    box-shadow: 1px 1px 5px #ccc;
}

.alvo{
    min-height: 230px;
    position: absolute;
    top: 132px;
    right: 50px;
}

.alvo img{
    display: block;
}

.questions{
    width: 960px;
    margin: 0 auto;
}

.questions .container {
    position: relative;
    padding: 0 20px;
    width: 700px;
    float: left;
    margin: 20px auto;
    background: #fff;
    border-radius: 5px;
    box-shadow: 1px 1px 5px #ccc;
}

#calc{
}

.questions .ok{
    width : 50px;
    height: 30px;
    margin-top: 27px;
    margin-left: 10px;
    border: 1px solid rgb(0, 72, 138);
    background: rgb(49, 96, 139);
    color: #fff;
    border-radius: 3px;
    text-transform: inherit;
}

input.input_resposta_aluno {
    margin-top: 7px;
    width: 60px;
    position: relative;
    height: 20px;
    text-align: center;
    font-family: Arial;
    font-size: 20px;
}

#question1, #question1b, #question5, #question5b {
    width: 1000px;
    background: #fff;
    margin: 0 auto;
    border-radius: 5px;
    box-shadow: 1px 1px 5px #ccc;
    position: relative;
    min-height: 375px;
}

.tabela_frutas img{
display: block !important;
float: left;
margin-left: 5px;
}

body .expressao {
    margin: 25px 0px 10px 0px;
    font-family: Arial;
    font-weight: bold;
    font-size: 18px;
    width: 460px;
    height: 30px;
    float: left;
    border-radius: 6px;
    border: solid 1px #AFAFAF;
}

body .row .three.columns {
    width: 100%;
}


canvas{
    position: relative;
    z-index: 20;
}


/*Calculadora*/

.btn-number {
    background-color: #A3A3A3;
    border-radius: 3px;
    width: 39px;
    height: 35px;
    cursor: pointer;
    display: inline-block;
    color: #FFF;
    font-size: 25px;
    font-weight: bold;
    margin-left: 10px;
    margin-top: 5px;
    text-decoration: none;
    float: left;
    text-align: center;
    line-height: 35px;
}

.btn-number:active {
    background-color: #59813e;
}

.btn-number.limpar {
    background-color: #FF8000;
    width: 89px;
    height: 35px;
    font-size: 22px;
}

.btn-number.zero {
    width: 88px;
    height: 35px;
    font-size: 22px;
    padding: 0px 0px;
    text-align: center;
}

.btn-number.voltar {
    text-align: center;
    padding-left: 0px;
    width: 39px;
    font-weight: bold;
    background-color: #3172AF;
}

.btn-number.sinais{
    background-color: #A1AD40;
}

.calculator{
    display: none;
}

.calculator {
    display: table;
    width: 155px;
    height: 401px;
    height: auto;
    background-color: #fff8f0;
    border: 3px solid #A3A3A3;
    border-radius: 5px;
    position: relative;
    float: right;
    padding-top: 10px;
    z-index: 1;
    padding-bottom: 10px;
    box-shadow: 0px 3px 4px #BBB;
    margin-right: 80px;
}

footer{
    clear: both;
}
