.odontograma-container {
  position: relative;
}

.odontograma {
  position: absolute;
  top: 0;
  left: 0;

  width: 933px;
  height: 373px;
  border-radius: 50px;
}

.hiddenImages {
  display: none;
}

.hiddenImages {
  display: none;
}

table.redTable {
  border: 2px solid #A40808;
  background-color: #EEE7DB;
  color: rgb(30, 30, 30);
  width: 80%;
  text-align: center;
  border-collapse: collapse;
  margin: 0;
  margin-left: 0;
}

table.redTable td,
table.redTable th {
  border: 1px solid #AAAAAA;
  padding: 3px 2px;
}

table.redTable tbody td {
  font-size: 13px;
}

table.redTable tr:nth-child(even) {
  background: #F5C8BF;
}

table.redTable thead {
  background: #A40808;
}

table.redTable thead th {
  font-size: 19px;
  font-weight: bold;
  color: #FFFFFF;
  text-align: center;
  border-left: 2px solid #A40808;
}

table.redTable thead th:first-child {
  border-left: none;
}

table.redTable tfoot {
  font-size: 13px;
  font-weight: bold;
  color: #FFFFFF;
  background: #A40808;
}

table.redTable tfoot td {
  font-size: 13px;
}

table.redTable tfoot .links {
  text-align: right;
}

table.redTable tfoot .links a {
  display: inline-block;
  background: #FFFFFF;
  color: #A40808;
  padding: 2px 8px;
  border-radius: 5px;
}