* {
  font-family: sans-serif;
}

body {
  background-color: rgb(255, 255, 255);
  background-image: url(../itmg-02-2012/imagens/fundo2.png);
  margin: 20px;
}
.topo {
  margin: 5px;
  background-image: none;
  margin-left: 20px;
}

a {
  color: inherit;
  border-width: 0px;
}
:active {
  color: red;
}
:hover {
  text-decoration: underline;
}
:hover:link {
  color: blue;
}
:hover:visited {
  color: red;
}

table,
table td,
table th {
  border-width: 0px;
  border-spacing: 0;
  border-style: solid;
  border-color: black;
}
.outer {
  background: rgba(240, 240, 250, 0.6);
}

img {
  border-width: 0px;
  border-style: solid;
  border-color: black;
}
.link {
  height: 12px;
}
.whiteimg {
  border-width: 1px;
}
.cartaz.anterior {
  height: 180px;
}

p {
  padding: 0.14em;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
}
.data {
  font-weight: bold;
}
.autor {
  margin-top: 1em;
}
.titulo {
  font-style: italic;
}
.atualizacao {
  text-align: right;
  font-style: italic;
}
.atualizacao.criacao {
  font-size: x-small;
}
.coordenacao {
  font-style: italic;
  font-size: small;
}
.title {
  font-weight: bold;
}
.coauthors {
  font-style: italic;
}
.coauthors a {
  text-decoration: none;
}
.title {
  text-indent: -1em;
}
.title,
.coauthors,
.journal {
  margin-left: 1em;
}
.journal {
  margin-bottom: 1.4em;
}
.text {
  text-align: justify;
  margin-bottom: 1.4em;
}

h2 {
  font-weight: bold;
}

div {
}
.unhidden {
  display: block;
}
.hidden {
  display: none;
}

/*  TABELAS   */

.styled-table {
  border-collapse: collapse;
  border: 1px solid transparent;
  margin: 25px 0;
  font-size: 0.9em;
  font-family: sans-serif;
  min-width: 400px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
}

.styled-table thead tr {
  background-color: rgb(150, 150, 150);
  color: #ffffff;
  text-align: center;
}

.styled-table th,
.styled-table td {
  width: 200px; /* set a fixed width for the cells */
  padding: 12px 15px;
  text-align: center; /* center the text within the cells */
}

.styled-table tbody tr {
  border-bottom: 1px solid #dddddd;
}

.styled-table tbody tr:nth-of-type(even) {
  background-color: #f3f3f3;
}

.styled-table tbody tr:last-of-type {
  border-bottom: 2px solid #616363;
}

.styled-table tbody tr:hover {
  font-weight: bold;
  color: #db1442;
}

.styled-table td:hover,
.styled-table th:hover {
  font-weight: bold;
  text-align: center; 
}

.styled-table td,
.styled-table th {
  border-collapse: collapse;
}

.styled-table tbody tr:nth-of-type(2) {
  background-color: rgba(243, 243, 243, 0.5);
}

