/* LInE - Laboratory of Informatics in Education */
body { font-size: 11pt; color: #333333; font-family: verdana, arial, helvetica, sans-serif; margin: 0; padding: 0; }

hr { height: 5px; line-height: 1%; height: 0; }
p.title { color: #0066ff; margin: 0 0 10px 0; font-size: 130%; font-weight: bold; }
p.subtitle { color: #0066ff; margin: 0 0 10px 0; font-size: 110%; font-weight: bold; }
p.legend { color: #0066ff; margin: 0 0 10px 0; font-size: 80%; font-weight: bold; text-align: center; }
p.text { margin: 10px 10px 10px 10px; font-size: 90%; text-align:justify; }
td { font-size: 90%; text-align:left; }
td.txt { font-size: 100%; text-align:left; }
erro { color: #a00000; }
azul { color: #0000BA; } /* if, while, for */
azul2 { color: #00007A; }
verd { color: #008A00; } /* scanf, printf, input, print */
verd2 { color: #007500; } /* para "..." em scanf e printf */
verm { color: #BA0000; } /* int, float, void, def, return, variaveis */
cyan { color: #458A8A; } /* comentarios */
preto { color: #000000; }
def { color: #a500a5; } /* #define */
incl1 { color: #a500a5; } /* #define, #include, import, from */

/* Linha com 2 <p></p> um a esq. outro a dir. */
div.linha_cabecalho { display: flex; justify-content: space-between; font-size: 130%; font-weight: bold; color: #0066ff; }
div.linha_rodape { display: flex; justify-content: space-between; font-size: 80%; font-weight: normal; color: #0066ff; }
.rodape { font-size: 80%; font-weight: normal; color: #0066ff; }

a:link, a:visited { color: #116699; text-decoration: none; }
a:hover { color: #0066FF; text-decoration: underline; }
div.navbar {
 padding: 3px 3px 6px 6px; margin: 5px 5px 5px 5px; border-radius: 10px;
 clear: both;
 background-color: #FFFFFF; background-repeat: repeat-x;
 border-right-width: 1px; border-left-width: 1px; border-style: none solid;
 border-right-color: #cccccc; border-left-color: #cccccc;
}

div#header div.i3 { /* main frame - complete page */
 background-color: #d0dcf0; /* E6ECF1 -> d0dcf0 */
 padding: 10px 5px 0 5px;
 border-top-width: 1px; border-bottom-width: 1px; border-style: solid none;
 border-top-color: #E6ECF1; border-bottom-color: #E6ECF1;
}

.fig { font-size: 80%; font-weight: italic; }
