html {
  font-family: Gotham;
  /*background: #eee;*/
  padding: 1rem;
}

td.pad {
  padding-left: 0.8em;
  text-align: left;
  /*display: block;*/
}

.footer_text {
  font-size: 0.75em;
}

body {
  max-width: 1000px;
  margin: 0 auto;
  background: white;
}

p {
    color: #767676; /* official ucgicago dark grey, light is #D6D6CE */
    line-height: 1.1em;
    margin-bottom: 0.1rem;
    margin-top: 0.1rem;
    text-align: justify;
}


div.class_title {
  color: #800000; /* official uchicago maroon */

} 

h1, h2, h3, h4, h5, h6 {
  font-family: Gotham;
  color: #800000; /* official uchicago maroon */
  margin-top: 1em;
  margin-bottom: 0.1rem;
}

h1 {
  font-size: 1.6em;
  /*margin-bottom: 0;*/
}

h2 {
  font-size: 1.2em;
  /*margin-bottom: 0;*/
}

h3 {
  font-size: 1em;
  margin-bottom: 0;
}

a, a:visited {
  color: #B1746F /*#660000*/; 
}

a:hover {
  color: #660000;
}

hr {
  border: none;
  border-top: 1px solid #D6D6CE;
}

hr.newsline { 
  border-top: 1px dashed #8c8b8b; 
} 
hr.newsline:after { 
  content: '\002702'; 
  display: inline-block; 
  position: relative; 
  top: -12px; 
  left: 40px; 
  padding: 0 3px; 
  background: #ffffff; 
  color: #8c8b8b; 
  font-size: 18px; 
}

nav {
  background: #D6D6CE;
  display: flex;
  align-items: center;
  padding: 0 0.5rem;
}

nav h1 {
  flex: auto;
  margin: 0;
}

nav h1 a {
  text-decoration: none;
  padding: 0.25rem 0.5rem;
}

nav ul  {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
}

nav ul li a, nav ul li span, header .action {
  display: block;
  padding: 0.5rem;
}

.content {
  /*padding: 0 1rem 1rem;*/
}

.content > .header {
  /*border-bottom: 1px solid lightgray;*/
  display: flex;
  align-items: flex-end;
  margin: 0;
  font-weight: bold; 
}

h2 span {
  border-bottom: 1px solid lightgray;
  display:none;
  
}

.published {
  /*display:inline;*/
  color:  #767676;
}

.content > header h1 {
  flex: auto;
  margin: 0rem 0 0.25rem 0;
}

.flash {
  margin: 0em 0;
  padding: 0em;
  display: inline;
  /*background: #cae6f6;
  border: 1px solid #377ba8;*/
}

.more_info {
    display: inline;
}

.post > header {
  display: flex;
  align-items: flex-end;
  /*font-size: 0.85em;*/
}

.post > header > div:first-of-type {
  flex: auto;
}

.post > header h1 {
  font-size: 1.5em;
  margin-bottom: 0;
}

.post .about {
  color: #767676;
  font-style: italic;
}

.post .body {
  white-space: pre-line;
}

.content:last-child {
  margin-bottom: 0;
}

.content form {
  margin: 0em 0;
  display: flex;
  flex-direction: column;
}

.content label {
  font-weight: bold;
  margin-bottom: 0em;
}

.content input, .content textarea {
  margin-bottom: 0em;
}

.content textarea {
  min-height: 12em;
  resize: vertical;
}

input.danger {
  color: #cc2f2e;
}

input[type=submit] {
  align-self: start;
  min-width: 10em;
}
