/* --- layout overrides css --- */

/* --- Feira Virtual --- */
#folder-6240 .description table
{
    border-top: 1px solid var(--base-color-black);
    font-size: 1.2em;
    font-family: SourceSansPro_Semibold;    
}
#folder-6240 .description table tr
{
    border-bottom: 1px solid var(--base-color-black);
    position: relative;/* para depois posicionar as setas */    
}
#folder-6240 .description table tr td
{
    vertical-align: middle;
    padding: 10px 20px;
    position: relative;/* para depois posicionar as setas */
    border-bottom: 1px solid var(--base-color-black);
    z-index: -1;
}
/* --- todas as primeiras colunas, default --- */
#folder-6240 .description table tr td:first-child {
    width: 80px;
    padding: 10px;/* override */    
    background-color: #f9bf3c/* amarelo torrado */;
    border-left: 10px solid #c20f2f/* vremelho */;        
}
/* --- primeira linha, primeira coluna --- */
#folder-6240 .description table tr:first-child td:first-child {
    border-left: #f9bf3c/* amarelo torrado */;
    border-left: 10px solid #f9bf3c/* amarelo torrado */;    
}
/* --- ultima linha, primeira coluna --- */
#folder-6240 .description table tr:last-child td:first-child {
    background-color: #c20f2f/* vermelho */;
    font-family: SourceSansPro_Bold;
}


#folder-6240 .description table tr td:first-child::after {
    content: ' ';
    position: absolute;
    top: 40%;
    left: 100%;
    width: 0;
    height: 0;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 5px solid #f9bf3c/* amarelo torrado */;    
}
#folder-6240 .description table tr:last-child td:first-child::after {
    border-left: 5px solid #c20f2f/* vermelho */;    
}
/* nome do GAE */
#folder-6240 .description table tr:last-child td:last-child p:nth-child(2),
#folder-6240 .description table tr:last-child td:last-child p:nth-child(4) {
    font-family: SourceSansPro_Light;
}
						       