.postinfo {
  text-align: right;
  color: #E1E1E1;
  font-size: 1.2rem;
  margin-top: 2rem;
}

.postinfo hr {
  margin-top: 0;
}

.sublink a {
  text-decoration: none;
  color: #E1E1E1;
  text-transform: lowercase;
}

.sublink a:hover { 
  color: #0FA0CE;
}

.pagetitle {
  color: #E1E1E1;
}

.center {
  text-align: center;
}

.footer {
  font-size: 1.2rem;
}

.nav {
  margin-top: .5em;
  margin-bottom: 1em;
}

.post-title {
  text-transform: lowercase;
  font-size: 1.4rem;
  letter-spacing: .2rem;
  font-weight: 600;
}

.post-title a {
  text-decoration: none;
  color: inherit;
}

.post-title a:hover { 
  color: #0FA0CE;
}

ul {
  list-style: disc inside;
  padding-left: 2.5rem;
}

.topContainer {
  max-width: 600px;
}

.mainColumn {
  margin-top: 10%;
}

.hrBottom {
  margin-bottom: 0em;
}

.floatLeft {
  float: left;
}