.courses hr {
  border: none;
  border-top: 1px solid #ccc;
  margin: 20px 0;
}

.courses h2, .courses h3, .courses p {
  margin: 20px 0;
}

.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
}

.alert h4 {
  margin-top: 0;
  color: inherit;
}

.alert .alert-link {
  font-weight: bold;
}

.alert > p,
.alert > ul {
  margin-bottom: 0;
}

.alert > p + p {
  margin-top: 5px;
}

.alert-dismissable,
.alert-dismissible {
  padding-right: 35px;
}

.alert-dismissable .close,
.alert-dismissible .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}

.alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #3c763d;
}

.alert-success hr {
  border-top-color: #c9e2b3;
}

.alert-success .alert-link {
  color: #2b542c;
}

.alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #31708f;
}

.alert-info hr {
  border-top-color: #a6e1ec;
}

.alert-info .alert-link {
  color: #245269;
}

.alert-warning {
  background-color: #fcf8e3;
  border-color: #faebcc;
  color: #8a6d3b;
}

.alert-warning hr {
  border-top-color: #f7e1b5;
}

.alert-warning .alert-link {
  color: #66512c;
}

.alert-danger {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #a94442;
}

.alert-danger hr {
  border-top-color: #e4b9c0;
}

.alert-danger .alert-link {
  color: #843534;
}

.split-view {
  margin: 0 -10px;
  overflow: hidden;
}

.split-view .half {
  float: left;
  padding: 0 10px;
  box-sizing: border-box;
  width: 50%;
}

@media (max-width: 700px) {
  .split-view .half {
    width: 100%;
  }
}
.courses .terms {
  height: 200px;
  overflow-y: scroll;
  border: 1px solid #ccc;
  padding: 20px;
}

.courses .terms :first-child {
  margin-top: 0;
}

.courses .terms :last-child {
  margin-bottom: 0;
}

.options {
  border-collapse: collapse;
  width: 100%;
  border: 1px solid #ccc;
}

.courses .info {
  border: 1px solid #ccc;
  padding: 20px;
}

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

.options th {
  text-align: left;
  padding: 10px;
  background-color: #ccc;
}

.courses input[type=submit] {
  background: #1a1a1a;
  border: 0;
  border-radius: 2px;
  color: #fff;
  font-weight: 700;
  letter-spacing: 0.046875em;
  line-height: 1;
  padding: 0.84375em 0.875em 0.78125em;
  text-transform: uppercase;
  font-size: 16px;
}

.courses .login-form {
  padding: 20px;
  background-color: #eee;
}

.courses .login-form h2 {
  margin: 0 0 20px 0;
}

.courses .wppb-user-forms form {
  margin: 0;
}

@media screen and (max-width: 640px) {
  .table-scroll {
    overflow-x: auto;
  }
  .table-scroll table {
    min-width: 600px;
  }
}
.course-instructions {
  padding: 20px;
  max-height: 70vh;
  overflow-y: scroll;
}

.enrolment-progress {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: no-wrap;
  background-color: #eee;
  border-radius: 3px;
  overflow: hidden;
}

.enrolment-progress li {
  display: flex;
  flex-wrap: no-wrap;
  gap: 10px;
  margin: 0;
  padding: 10px 20px 10px 10px;
  list-style: none;
  border-right: 1px solid #fff;
  align-items: center;
}

.enrolment-progress li.current {
  font-weight: bold;
}

.enrolment-progress li img {
  width: 25px;
}

/*# sourceMappingURL=courses.css.map */
