.summary {
  background-color: lightblue;
}

.center {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 50%;
  border-radius: 50%;
}

.bartoptitle {
  padding-top: 10px;
  text-align: center;
  font-size: 1.15em;
}

.barbottomtitle {
  font-size: 1.15em;
}

.date {
  color: grey;
  font-size: 1.05em;
}

.positiongoal {
  font-size: 1.1em;
  color: darkblue;
  text-align: center;
}

.coursetitle {
  background-color: lightgray;
}

.coursecard {
  background-color: lightgray;
  margin-bottom: 2px;
}

h2 {
  text-align: center;
  margin-top: 25px;
}

h3 {
  text-align: center;
  border-bottom: 1px solid black;
  margin-top: 20px;
  margin-left: 12px;
  margin-right: 12px;
  color: grey;
  font-size: 1.4em;
}

h4 {
  color: darkblue;
  margin-left: 12px;
  margin-right: 12px;
  font-size: 1.2em;
}

h5 {
  font-size: 1.1em;
}

#index {
  font-weight: bold;
}

#leftbar {
  padding-top: 25px;
}

@media only screen and (max-width: 600px) {
  #leftbar {
    visibility: hidden;
  }
}

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