/* Custom styles for Statistika dan Probabilitas website */

body {
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

/* Remove white space/padding */
.page-columns {
  padding: 0 !important;
  margin: 0 !important;
}

main.content {
  padding: 1.5em 2em !important;
  max-width: 100% !important;
}

.subtitle {
  color: #6c757d;
  font-size: 1.2em;
  margin-top: -10px;
}

table {
  margin: 20px 0;
  width: 100%;
  font-size: 0.95em;
}

thead {
  background-color: #007bff;
  color: white;
}

th {
  padding: 12px;
  text-align: left;
}

td {
  padding: 10px;
  vertical-align: top;
}

/* Styling untuk minggu UTS dan UAS */
tbody tr:nth-child(5), tbody tr:nth-child(9) {
  background-color: #fff3cd;
  font-weight: bold;
}

.striped tbody tr:nth-child(odd):not(:nth-child(5)):not(:nth-child(9)) {
  background-color: #f8f9fa;
}

.hover tbody tr:hover {
  background-color: #e9ecef;
}

h2 {
  color: #007bff;
  border-bottom: 2px solid #007bff;
  padding-bottom: 5px;
  margin-top: 30px;
}

/* Styling untuk kolom Material */
td:last-child {
  text-align: center;
}

/* Link styling */
a {
  color: #007bff;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}
