body {
    background-color: #222831;
    color: #ececec;
}

a, .toptoclink, .toclink {
    color: #f2a365;
}

.heading {
    padding-top: 2em;
    text-align: center;
}

.main {
    font-family: 'Source Serif Pro';
    max-width: 35em;
}

.main::before {
    content: url('/masthead.png');
    width: 100%;
}

.refelem, .refcolumn, .refcontent {
    background-color: #30475e;
    color: #ececec;
    border-color: #30475e;
    font-family: 'Source Serif Pro';
}

.RktSym, .RktPn {
    color: #c8e442;
}

.Exercise {
  padding: 0em 0em 0.5em 0em;
  border-left-style: solid;
  border-bottom-style: solid;
  border-width: 5px;
  border-color: #30475e;
}

.ExerciseHeader {
   font-weight: bold;
   background-color: #30475e;
   padding: 0.5em; /* 0px 0px 5px 10px; */
}

.ExerciseBody {
  margin-left: 0px;
  margin-right: 10px;
}

.LongMult td[data-underline="yes"] {
    border-bottom: 1px solid #f2a365;
}

.Tweet {
    border-width: .1em;
    border-style: solid;
    border-color: #55acee;
    padding: 1em 1em 2.5em 1em;
    border-radius: .5em;
    text-decoration: none;
    display: block;
}
.TweetLink {
    content: "tweet";
    float: right;
}

.QuoteBox {
    border-width: 0em 0em 0em .1em;
    border-style: solid;
    border-color: #f2a365;
    padding: 1em 1em 1em 1em;
    display: block;
}
.QuoteBoxAuthor {
    float: right;
}

.ImpCallOut {
    font-style: italic;
    font-size: large;
    display: flex;
    justify-content: center;
}

.FoldingAside {
    border-width: 0em 0em 0em .1em;
    border-style: solid;
    border-color: #f2a365;
    padding: 0.5em 0.5em 0.5em 0.5em;
    display: block;
}
.FoldingAside::before {
    content: "Aside: ";
}

.WelcomeBox {
    width: 100%;
    font-size: xx-large;
}
.WelcomeBoxParen {
    font-size: 1200%;
}
.RktVal {
    color: white;
}
