/*
 * uchicago web colors from
 * http://identity.uchicago.edu/guidelines/palette.shtml
 */

body {
  font-family: verdana, sans serif;
  background-color: white;
  padding: 10px;
}

div.banner {
  color: ivory;
  background-color: darkgreen;
  border: thin solid black;
  padding-left: 12px;
}

div.navbar {
  background-color: darkgreen;
  border: thin solid black;
  margin-top: 10px;
  padding: 5px;
  color: #D6D6CE;
}

div.banner h1, div.banner h2 {
  font-weight : normal;
}

div.banner, div.navbar {
  margin-right: 0.5in;
}

div.main {
  margin-right: 1in;
}

a {
  color: darkgreen;
  text-decoration: none;
}

a.navbar-link {
  color: #D6D6CE;
  text-decoration: none;
}

a:hover, a.navbar-link:hover {
  text-decoration: underline;
}

.contract {
  font-family: monospace;
  background-color: lightgray;
  padding: 3px;
}

span.math {
  font-family: serif;
  font-size: 12pt;
  font-style: italic;
  font-weight: normal;
}

span.math span.exp {
  font-style: normal;
  font-size: 8pt;
  position: relative;
  bottom: 5px;
  left: 1px;  
}

div.eq {
  padding: 10px;
  margin-left: 2em;
}

th.week {
  align: center;
  white-space: nowrap;
}

li {
  padding-bottom: .2cm;
}

li ul {
  padding-top: .2cm;
}

table.schedule {
  font-size : smaller;
  border-spacing: 4px;
  border-collapse: separate;
}

td.lecture {
  padding : 6px;
  white-space : nowrap;
}

td.exam {
  font-weight : bold;
}

td.noclass {
  color : gray;
}

table.schedule th {
  background-color : darkgreen;
  color : ivory;
}

td.lecture, td.exam, td.noclass, td.project {
  background-color : #FFFFDD;
  min-height : 26px;
}

a.hw {
  text-decoration: underline;
  //padding : 6px;
  //border : thin solid black;
}

a.hw:hover {
  background-color : hotpink;
  color : papayawhip;
}

h1.hw {
  font-weight : normal;
  font-size : 20pt;
}

h2.hw {
  font-weight : bold;
  font-size : 14pt;
}

tt {
  font-size : 12pt;
  white-space : nowrap;
}

ul.hw_and_projects li {
  padding-bottom : 16px;
}