body, blockquote {
  margin: 0;
  padding: 0;
  font-size: 62.5%;
  background: white;
  font-family: Arial, verdana, sans-serif;
  color: black; }

p, em {
  margin: 0;
  padding: 0; }

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
  font-size: 100%; }

a img, iframe {
  border: none; }

ul, ol, dl, li, dt, dd {
  margin: 0;
  padding: 0; }

a:focus {
  outline: none; }

form, fieldset {
  margin: 0;
  padding: 0; }

fieldset {
  border: 1px solid #dddddd; }

legend {
  padding: 0;
  color: #dddddd; }

input, textarea, select {
  margin: 0;
  padding: 1px;
  font-size: 100%;
  font-family: inherit; }

select {
  padding: 0; }

.clear {
  clear: both; }

.center {
  margin: 0px auto;
  text-align: center; }

body {
  background-color: gray;
  background-image: url("bg.png");
  font-size: 16px;
  font-family: serif, times;
  margin-left: 30px;
  margin-right: 30px;
  margin-top: 0px;
  margin-bottom: 0px; }

.deck-container {
  margin-top: 20px;
  margin-bottom: 20px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.3);
  height: 560px;
  width: 864px;
  min-height: 560px; }

a[href] {
  color: SteelBlue; }
  a[href]:visited {
    color: #205b8e; }

.header {
  text-align: center;
  background-image: url("../img/date_bg.png");
  color: #7a7499;
  border: 2px solid #a09bbd;
  margin-bottom: 3px;
  margin-top: 10px;
  font-size: 3em;
  border-topleft-radius: 10px;
  -moz-border-radius-topleft: 10px;
  -webkit-border-topleft-radius: 10px;
  border-topright-radius: 10px;
  -moz-border-radius-topright: 10px;
  -webkit-border-topright-radius: 10px;
  border-bottomleft-radius: 10px;
  -moz-border-radius-bottomleft: 10px;
  -webkit-border-bottomleft-radius: 10px;
  border-bottomright-radius: 10px;
  -moz-border-radius-bottomright: 10px;
  -webkit-border-bottomright-radius: 10px; }
  .header p {
    margin: 9px; }

.navbar {
  text-align: center;
  margin-top: 10px;
  margin-bottom: 10px; }
  .navbar a {
    margin-right: 4px; }

.lecture_date_cell {
  vertical-align: top;
  padding-right: 35px;
  font-family: Impact, Charcoal, sans-serif; }

.lecture_date_box {
  text-align: center;
  width: 52px;
  background-image: url("../img/date_bg.png");
  color: #7a7499;
  border: 2px solid #a09bbd;
  margin-bottom: 35px;
  border-topleft-radius: 10px;
  -moz-border-radius-topleft: 10px;
  -webkit-border-topleft-radius: 10px;
  border-topright-radius: 10px;
  -moz-border-radius-topright: 10px;
  -webkit-border-topright-radius: 10px;
  border-bottomleft-radius: 10px;
  -moz-border-radius-bottomleft: 10px;
  -webkit-border-bottomleft-radius: 10px;
  border-bottomright-radius: 10px;
  -moz-border-radius-bottomright: 10px;
  -webkit-border-bottomright-radius: 10px; }

.lecture_date_box_day {
  font-size: 1.5em; }

.lecture_info_cell {
  vertical-align: top; }

.lecture_title {
  margin-top: 1px;
  font-size: 1.6em; }
  .lecture_title a {
    color: #104b7e; }

.lecture_description {
  color: #555555;
  font-style: italic;
  margin-bottom: 10px;
  margin-left: 10px; }

.lecture_item_cell {
  vertical_align: center;
  padding-left: 20px; }

.lecture_item_content {
  font-family: Tahoma, Geneva, sans-serif;
  vertical_align: center; }
  .lecture_item_content ul {
    list-style-type: none; }

.section_title {
  margin-top: 1px;
  font-size: 1.6em; }
  .section_title a {
    color: #104b7e; }

.assignment_title {
  margin-top: 1px;
  font-size: 1.6em; }
  .assignment_title a {
    color: #104b7e; }

.assignment_description {
  color: #555555;
  font-style: italic;
  margin-bottom: 10px;
  margin-left: 10px; }

.assignment_list {
  margin-left: 35px; }
  .assignment_list ul {
    list-style-type: none; }

.assignment_item_cell {
  vertical_align: center;
  padding-left: 20px; }

.assignment_item_content {
  font-family: Tahoma, Geneva, sans-serif;
  vertical_align: center; }
  .assignment_item_content ul {
    list-style-type: none; }

.right_align {
  align: right; }

.lecture_info {
  padding-bottom: 15px; }

.markdown {
  margin-left: 35px;
  margin-bottom: 35px; }
  .markdown h1 {
    font-family: serif;
    font-weight: normal;
    margin-bottom: 16px;
    font-size: 2.3em;
    color: #003b6e; }
  .markdown h2 {
    font-family: serif;
    font-weight: normal;
    padding-top: 16px;
    margin-bottom: 16px;
    font-size: 1.6em;
    color: #104b7e; }
  .markdown p {
    margin-bottom: 9px; }
  .markdown ul {
    padding-top: 16px;
    margin-left: 25px; }

.shortcuts {
  text-align: center; }
  .shortcuts img {
    height: 2em;
    vertical-align: middle; }
