@charset 'utf-8';

/* REGRAS GERAIS DA TABELA */
table {
  position: relative;
  float: left;
  width: 100%;
  border-spacing:0;
  border-collapse: collapse;
  background-color: #fff;
  margin-bottom: 20px;
}
table thead {
  
}
table thead tr {
  border: 1px solid #cccccc;;
  background-color: #cccccc;
}
table thead tr th {
  text-align: left;
  font-weight: bold;
  font-size: 13px;
  color: #000;
}
table tbody {
  
}
table tbody tr {
  border: 1px solid #cccccc;
}
table tbody tr td {
  font-size: 12px;
}
table tbody tr:nth-child(even) {
  background-color: #e6e6e6;
}
table tbody tr:nth-child(odd) {
  background-color: #ffffff;
}
table tfoot {
  
}
td {
  
}
th {

}
tr {

}

/* REGRAS ESPECÍFICAS DA PÁGINA */
body {
  font-family: 'Open Sans', sans-serif;
}
h2 {
  margin: 10px 0 5px 0;
}
.ocultar {
  display: none;
}
p {
  font-size: 12px;
}