.tutorsVerticalList {
  margin: 25px 0 15px 0;
}
.tutorsHorizontalList {
  margin: 25px 0 0 0;
}
.magisButtons {
  margin: 15px 0 15px 0;
}
.magisButtons .btn {
  margin: 5px 5px 5px 0;
  white-space: normal;
  text-align: left;
  width: 100%;
}
.magisButtons .btn .btnIcon {
  min-width: 42px;
  text-align: center;
  margin-right: 3px;
}
hr {
  border-top-width: 5px;
  border-top-color: #FF8F5C;
}
.article .title {
  color: #FF5000;
  font-style: italic;
  font-weight: bold;
}
.article .body {
  margin: 5px 0;
  font-size: larger;
  color: #9C3507;
}
.article .homeAppImageContainer img {
  width: 100%;
  border: 4px solid #FF5000;
  -webkit-border-top-left-radius: 10px;
  border-top-left-radius: 10px;
  -webkit-border-bottom-right-radius: 10px;
  border-bottom-right-radius: 10px;
}
