body {
  margin: 0 auto;
  font-family: arial;
  width: 825px;
  font-size: 13px;
}

code, pre {
  color: green;
}

.article {
  width: 600px;
}

#info-column {
  float: right;
  width: 225px;
}

#abstract, #toc {
  padding-bottom: 8px;
}

.cover-container {
  font-size: 11px;
}

.cover-container, .sidebar {
  margin-left: 30px;
}

.cover, .sidebar {
  border: 1px solid #ccc;
  width: 194px;
}

.sidebar {
  background-color: #f7f7f7;
}

.sidebar a {
  color: #1C51A8;
  font-size: 11px;
  text-decoration: none;
}

.sidebar a:hover {
  text-decoration: underline;
}

.sidebar-header {
  font-weight: bold;
  border-bottom: 1px solid #ccc;
  padding-bottom: 2px;
}

.sidebar-header-inner {
  padding: 2px 0 2px 4px;
}

.sidebar-content {
  padding: 4px;
}

.sidebar-prose {
  font-size: 11px;
}

.sidebar-list {
  margin: 0;
  padding-left: 1em;
  list-style-position: inside;
  text-indent: -1em;
}

h3 {
  font-size: 16px;
  margin: 1em 0;  
}

.has-byline {
  margin-bottom: 0;  
}

.byline {
  margin-bottom: 1em;
  font-style: italic;
}

h4 {
  font-size: 14px;  
}

h5 {
  font-size: 13px;
  margin-bottom: 2px;  
}

h5 code {
  font-size: 13px;
}

.quote {
  font-size: 20px;
  font-style: italic;
  font-family: Georgia;
}

