
/* =/RESET
==============================================================================*/

/*html, body { height: 100%; }*/

/* =/Geral
==============================================================================*/

html {
    /*overflow: -moz-scrollbars-vertical;*/
    /*font-size: 160%;*/
}

body {
    font-family: "PT Serif", serif, 'Book Antiqua';
    font-size: 20px;
    /*padding: 0 14px;*/
}

.ng-cloak {
    display: none;
}

a {
    color: blue;
    text-decoration: underline;
}

.fleft { float: left; }  
.fright { float: right; }  
.clear { clear: both; }

/* ==========================
 * CLASSES
 * =========================*/

#login {
    margin: 0 auto;
    width: 300px;
}

.alfabeto ul {
    margin: 0;
    padding: 50px 0;
}

.alfabeto li {
    float: left;
    list-style: none;
    padding: 5px;
    text-align: center;
}

.alfabeto {
    font-size: 16px;
}

/*.alfabeto .letra {*/
    /*font-size: 16px;*/
/*}*/

/*.alfabeto .hebraico {*/
    /*font-size: 16px;*/
/*}*/

.msg {
    background-color:#EEEEEE;
    border:1px solid #63615A;
    clear: both;
    font-size:15px;
    font-weight:bold;
    margin-top:3px;
    margin-bottom:3px;
    padding:10px;
    text-align:center;
}

.original {
    font-size: 1.5em;
}

.transliteracao {
    font-style: italic;
}

.rodape-letra {
    font-style: italic;
}

.sugestao {
    font-size: 1.5em;
}

.equivalente {
    color: #000066;
    font-style: italic;
    font-weight: bold;
}

.publicidade {
    float: right;
    width: 350px;
}

.clearfix:after { 
   content: "."; 
   visibility: hidden; 
   display: block; 
   height: 0; 
   clear: both;
}