/*****************************
 *  TABLE
 ******************************/
/* wpcf-table é uma classe para tabelas codificadas no editor WYSIWYG */
.wpcf-table td:not(:first-child),
.wpcf-table th:not(:first-child) {
  text-align: center;
}

.table-responsive {
  border-radius: 5px;
}

.wpcf-table th,
.wpcf-table td,
.table-striped {
  border: 1px solid rgba(0, 0, 0, 0.125);
}

.wpcf-table th,
.table-striped th {
  background: #195c3c;
  color: #fff;
  font-size: 0.8rem;
}

.wpcf-table th,
.wpcf-table td,
.table-striped th,
.table-striped td {
  vertical-align: middle !important;
}

.wpcf-table th {
  border-bottom: none !important;
}

.wpcf-table tfoot td,
.table-striped tfoot td {
  font-weight: bold;
}

.table-striped tbody tr:nth-child(odd) {
  background-color: #def7ee;
}

.table-striped tbody tr:hover {
  background-color: #c0e5d8;
}

.wpcf-table dl,
.wpcf-table ol,
.wpcf-table ul,
.table-striped dl,
.table-striped ol,
.table-striped ul {
  margin: 0;
}
