.article-content a, .content a {
  color: #3498eb;
  border-bottom: none;
  box-shadow:none;
  text-decoration:underline;
}

.article-content a:hover, .content a:hover {
  background: #ffeccc;
}

.emphasized {
  font-weight:bold;
  color: red;
  width:100%;
}

.week {
  border-style:solid;
  border-width:1px;
  margin-bottom:10px;
}
.week-header{
  width:100%;
  background-color:#3498eb;
  color:white;
}

.week-label {
  padding-left:5px;
}

.week ul {
  list-style-type: none;
  margin-right:5px;
}

.week ul ul {
  list-style-type: circle;
}

.week .fas {
  padding-right:2px;
}

.toc {
  border: 1px solid black;
  border-radius: 4px;
}

.toc ul {
  list-style-type: none;
}

.toc h2 {
  margin-left:35px;
  padding-top 0px;
}