/* 
    Estilos CSS
*/
*{
    margin: 0;
    padding: 0;
    outline: none;
    text-decoration: none;
}
body{
    background-size: 100%;
    -webkit-transition: 1.5s all;
    -moz-transition: 1.5s all;
    -o-transition: 1.5s all;
}
div{
    position: relative;
}

button:disabled {
    color: #000000;
    background-color: #ffffff;
    border: none;
    border-radius: 4px;
}

#caixa{
    width: 510px;
    height: 450px;
    margin: 50px auto;
}
#caixa > #cabecalho{
    width: 100%;
    height: 50px;
    float: left;
    border-radius:10px 10px 0 0; 
    opacity: 0.9;
    
}
#caixa > #menu{
    width: 110px;
    height: 400px;
    float: left;
    background: #999;
    opacity: 0.9;
    border-radius: 0 0 0 10px; 
}
#corpo{
    height: 400px;
    width: 400px;
    float: right;
}
#corpo div{
    width: 100%;
    float: left;
}
#corpo div div{
    height: 100%;
    float: left;
}
#corpo div div button{
    height: 100%;
    width: 100%;
    cursor: pointer;
}
#controle,#controle button{
    width: 50px;
    height: 50px;
    float: left;
    font-size: 30px;
    cursor:pointer;
}
#cabecalho button{
    height: 100%;
    width: 100%;
    background: #555;
    border-radius:10px 10px 0 0; 
    opacity: 0.9;
    font-size: 25px;
    color:#FFF;
    font-weight: bold;
}
#emotion{
    width: 90px;
    height: 90px;
    margin: 10px;
    float: left;
}
.em1{
    background: url(../img/em1.png) no-repeat;
    background-size: 90px;
}
.em2{
    background: url(../img/em2.png) no-repeat;
    background-size: 90px;
}
#menu button{
    width: 100%;
    height: 50px;
    margin-bottom: 20px;
    font-size: 14px;
}
#restart{
    width: 50px;
    height: 50px;
    margin-left: 32.5px;
}
#restart button{
    font-size: 20px;
    cursor: pointer;
}
#compartilhamento{
    width: 250px;
    height: 81px;
    background: url(../img/like.png) no-repeat;
    background-size: 250px 81px;
    margin: auto;
    display: none;
}
.bgex{
    background: #F00;
}
.bg0{
    background: #CCC;
}
.bgw{
    background: orange;
}
.fc1{
    color: green;
}
.fc2{
    color: blue;
}
.fc3{
    color: red;
}
