/* Caderno de Resumos da SNCT | IFSC
   Folha de estilo personalizada — Configurações › Website › Aparência.
   Formata tabelas inseridas nos campos de texto do OJS (Diretrizes para
   autores, Sobre a revista, Submissões, anúncios e páginas estáticas). */

.obj_article_details .main_entry table,
.page table,
.cmp_announcement table,
.about_site table,
.item table {
  border-collapse: collapse;
  width: 100%;
  margin: 1em 0;
  font-size: 0.95em;
}

.page table th,
.page table td,
.item table th,
.item table td,
.about_site table th,
.about_site table td {
  border: 1px solid #cccccc;
  padding: 8px 10px;
  text-align: left;
  vertical-align: top;
}

.page table th,
.item table th,
.about_site table th {
  background-color: #eef4ee;
  font-weight: 700;
}

.page table tr:nth-child(even) td,
.item table tr:nth-child(even) td,
.about_site table tr:nth-child(even) td {
  background-color: #fafcfa;
}

/* Em telas estreitas a tabela rola horizontalmente em vez de quebrar. */
@media (max-width: 640px) {
  .page table,
  .item table,
  .about_site table {
    display: block;
    overflow-x: auto;
    white-space: nowrap;
  }
}
