.uma-modcat-weblist-level {
  margin-bottom: 2rem;
}

table.uma-modcat-table {
  width: 100%;
  margin-bottom: 2rem;
}

/* use :not(.x) to increase specificity */
table.uma-modcat-table:not(.x) tr td, table.uma-modcat-table tr:not(.x) th {
  border: 0;
  padding: 0.5rem 1rem;
  color: #00325d !important;
  background: #fff !important;
}

table.uma-modcat-table:not(.x) thead tr td, table.uma-modcat-table:not(.x) thead tr th {
  background: #eff1f5 !important;
}

table.uma-modcat-table:not(.x) tr.even td, table.uma-modcat-table:not(.x) tr.even th {
  background: #f4f7f0 !important;
}

table.uma-modcat-table:not(.x) tr td a, table.uma-modcat-table:not(.x) tr th a {
  color: #00325d !important;
}

table.uma-modcat-table:not(.x) tr td ul li::before, table.uma-modcat-table:not(.x) tr th ul li::before {
  background: #00325d !important;
}

table.uma-modcat-table:not(.x) tr .uma-modcat-td-number {
  text-align: center;
}

table.uma-modcat-table:not(.x) tr .uma-modcat-table-code {
   width: 150px;
}

/*table.uma-modcat-table:not(.x) tr td:nth-child(2) {
  color: #00325d !important;
  background: #f4f7f0 !important;
}*/

table.uma-modcat-table-person-in-charge:not(.x) tr td {
  vertical-align: middle;
}

table.uma-modcat-table-person-in-charge tr td:nth-child(2) {
  width: 160px;
}

@media screen and (max-width: 600px) {
  table.uma-modcat-table-person-in-charge tr td:nth-child(2) {
    width: 120px;
  }
}

@media screen and (max-width: 360px) {
  table.uma-modcat-table-person-in-charge tr td:nth-child(2) {
    display: none;
  }
}

table.uma-modcat-table tr td, table.uma-modcat-table tr th {
  padding: 0.75rem 1rem;
  border: 1px solid #fff;
}

table.uma-modcat-table tr td:first-child, table.uma-modcat-table tr th:first-child {
  border-left: 0;
}

table.uma-modcat-table tr td:last-child, table.uma-modcat-table tr th:last-child {
  border-right: 0;
}

.uma-modcat-table-exceptions {
  font-size: 12px;
}

table.uma-modcat-table-detail:not(.x) tr td:first-child, table.uma-modcat-table-detail:not(.x) tr th:first-child {
  font-weight: bold;
  color: #98b670 !important;
}

table.uma-modcat-table-detail:not(.x) tr th.uma-modcat-col-header {
  color: #00325d !important;
}

table.uma-modcat-table-detail .col-description {
  width: 40%;
}

table.uma-modcat-table-detail tr th:nth-child(2):nth-last-child(2),
table.uma-modcat-table-detail tr th:nth-child(3):nth-last-child(1) {
  width: 30%;
}

@media screen and (max-width: 600px) {
  table.uma-modcat-table-detail .col-description {
    width: 30%;
  }

  table.uma-modcat-table-detail tr th:nth-child(2):nth-last-child(2),
  table.uma-modcat-table-detail tr th:nth-child(3):nth-last-child(1) {
    width: 35%;
  }
}

@media screen and (max-width: 360px) {
}

table.uma-modcat-table-list tr th:nth-child(1) {
  width: 100px;
}

table.uma-modcat-table-list tr th:nth-child(3),
table.uma-modcat-table-list tr th:nth-child(4),
table.uma-modcat-table-list tr th:nth-child(5) {
  width: 80px;
}

@media screen and (max-width: 600px) {
  table.uma-modcat-table-list tr th:nth-child(4),
  table.uma-modcat-table-list tr th:nth-child(5),
  table.uma-modcat-table-list tr td:nth-child(4),
  table.uma-modcat-table-list tr td:nth-child(5) {
    display: none;
  }
}

@media screen and (max-width: 360px) {
  table.uma-modcat-table-list tr th:nth-child(3),
  table.uma-modcat-table-list tr td:nth-child(3) {
    display: none;
  }
}

.uma-modcat h2 {
  margin-top: 2rem;
}

h2+table.uma-modcat-table, h3+table.uma-modcat-table, h3+table.uma-modcat-table, h4+table.uma-modcat-table {
  margin-top: -1rem;
}

.uma-modcat-select-category-option-level1 {
  font-weight: bold;
}

.uma-modcat-person-in-charge-image {
  width: 100%;
  border-radius: 50%;
  overflow: hidden;
}

.uma-modcat-lecturers-label {
  font-weight: normal;
}

.uma-modcat-person-in-charge-name {
  font-weight: bold;
}


