/* CSS Document */

#styled-content .wt-table th > *, #styled-content .wt-table td > * {
  margin: 0 !important;
}

#styled-content .wt-table.heading-borders th, #styled-content .wt-table.heading-borders td {
  font-size: 14px;
}

#styled-content .wt-table.heading-borders th:first-child {
  text-align: left !important;
}

#styled-content .wt-table.heading-borders:not(.wt-table-left) tr:nth-child(2) th:first-child {
  text-align: center !important;
}

#styled-content .wt-table.heading-borders th {
  vertical-align: middle;
}
#styled-content .wt-table.heading-borders:not(.wt-table-left) th{
  text-align: center !important;
}

#styled-content .wt-table.heading-borders td:not(:last-child) {
  border-right: 2px solid #E6E5EB;
}

#styled-content .wt-table.heading-borders.not tr:first-child th:nth-child(3), #styled-content .wt-table.heading-borders:not(.not):not(.wt-table-left) tr:first-child th:last-child  {
  border-bottom: 2px solid #BFBFBF;
}

#styled-content .wt-table.heading-borders th {
  border-bottom: 2px solid #BFBFBF;
}
#styled-content .wt-table.heading-borders th:not(:last-child) {
  border-right: 2px solid #BFBFBF;
}
#styled-content .wt-table.heading-borders th:not(:first-child) {
  border-left: 2px solid #BFBFBF;
}

#styled-content .wt-table.heading-borders:not(.wt-table-left) td:not(:first-of-type) {
  text-align: center;
}