/* line 7, /srv/http/htdocs/courses/cmsc140/s20app/app/assets/stylesheets/top.css.scss */
.term, .prof {
  margin-top: 0.5ex;
  margin-bottom: 0.5ex;
}

/* line 21, /srv/http/htdocs/courses/cmsc140/s20app/app/assets/stylesheets/top.css.scss */
table.calendar {
  width: 100%;
  border-collapse: collapse;
}
/* line 15, /srv/http/htdocs/courses/cmsc140/s20app/app/assets/stylesheets/top.css.scss */
table.calendar td {
  text-align: center;
  vertical-align: top;
}
/* line 25, /srv/http/htdocs/courses/cmsc140/s20app/app/assets/stylesheets/top.css.scss */
table.calendar a {
  display: block;
  width: 100%;
  min-height: 10ex;
  text-decoration: none;
  color: black;
  border: thin solid #fcf9f4;
}
/* line 32, /srv/http/htdocs/courses/cmsc140/s20app/app/assets/stylesheets/top.css.scss */
table.calendar a:hover {
  border: thin dotted gray;
  background: #fcf4e8;
}
/* line 36, /srv/http/htdocs/courses/cmsc140/s20app/app/assets/stylesheets/top.css.scss */
table.calendar td {
  padding: 2px;
  min-height: 4ex;
}
/* line 40, /srv/http/htdocs/courses/cmsc140/s20app/app/assets/stylesheets/top.css.scss */
table.calendar td.before_today {
  background: #d4cdc4;
}
/* line 43, /srv/http/htdocs/courses/cmsc140/s20app/app/assets/stylesheets/top.css.scss */
table.calendar td.before_today a {
  border: thin solid #d4cdc4;
}
/* line 47, /srv/http/htdocs/courses/cmsc140/s20app/app/assets/stylesheets/top.css.scss */
table.calendar td.wnum {
  vertical-align: middle;
}
/* line 50, /srv/http/htdocs/courses/cmsc140/s20app/app/assets/stylesheets/top.css.scss */
table.calendar td.no_class {
  vertical-align: top;
  padding-top: 3ex;
}
/* line 54, /srv/http/htdocs/courses/cmsc140/s20app/app/assets/stylesheets/top.css.scss */
table.calendar tr.headers {
  border-bottom: thin solid #999;
}
/* line 57, /srv/http/htdocs/courses/cmsc140/s20app/app/assets/stylesheets/top.css.scss */
table.calendar td.first_day_in_month, table.calendar td.first_day_in_week {
  border-left: thin solid #999;
}
/* line 60, /srv/http/htdocs/courses/cmsc140/s20app/app/assets/stylesheets/top.css.scss */
table.calendar td.last_day_in_month, table.calendar td.last_day_in_week {
  border-right: thin solid #999;
}
/* line 63, /srv/http/htdocs/courses/cmsc140/s20app/app/assets/stylesheets/top.css.scss */
table.calendar td.first_week_in_month {
  border-top: thin solid #999;
}
/* line 66, /srv/http/htdocs/courses/cmsc140/s20app/app/assets/stylesheets/top.css.scss */
table.calendar td.last_week_in_month {
  border-bottom: thin solid #999;
}

/* line 71, /srv/http/htdocs/courses/cmsc140/s20app/app/assets/stylesheets/top.css.scss */
table.daily {
  width: 100%;
  border-collapse: collapse;
}
/* line 15, /srv/http/htdocs/courses/cmsc140/s20app/app/assets/stylesheets/top.css.scss */
table.daily td {
  text-align: center;
  vertical-align: top;
}
/* line 77, /srv/http/htdocs/courses/cmsc140/s20app/app/assets/stylesheets/top.css.scss */
table.daily th {
  height: 5em;
  vertical-align: bottom;
  text-align: left;
}
/* line 82, /srv/http/htdocs/courses/cmsc140/s20app/app/assets/stylesheets/top.css.scss */
table.daily th div.bookname {
  vertical-align: middle;
  text-align: center;
  width: 2ex;
  -webkit-transform: rotate(-60deg);
  -moz-transform: rotate(-60deg);
  white-space: nowrap;
}
/* line 92, /srv/http/htdocs/courses/cmsc140/s20app/app/assets/stylesheets/top.css.scss */
table.daily td {
  border: thin solid #f0f0e8;
}
/* line 95, /srv/http/htdocs/courses/cmsc140/s20app/app/assets/stylesheets/top.css.scss */
table.daily td.topics, table.daily td.last_book {
  border-right: thin solid #999;
}
/* line 98, /srv/http/htdocs/courses/cmsc140/s20app/app/assets/stylesheets/top.css.scss */
table.daily td.weblinks, table.daily td.first_book {
  border-left: thin solid #999;
}
/* line 101, /srv/http/htdocs/courses/cmsc140/s20app/app/assets/stylesheets/top.css.scss */
table.daily tr.first_in_week td {
  border-top: thin solid #999;
}
/* line 104, /srv/http/htdocs/courses/cmsc140/s20app/app/assets/stylesheets/top.css.scss */
table.daily tr.headers th, table.daily tr.last_in_week td {
  border-bottom: thin solid #999;
}
/* line 107, /srv/http/htdocs/courses/cmsc140/s20app/app/assets/stylesheets/top.css.scss */
table.daily td.date {
  text-align: right;
  width: 4em;
  white-space: nowrap;
}
/* line 112, /srv/http/htdocs/courses/cmsc140/s20app/app/assets/stylesheets/top.css.scss */
table.daily td.weekid {
  width: 3em;
}
/* line 115, /srv/http/htdocs/courses/cmsc140/s20app/app/assets/stylesheets/top.css.scss */
table.daily .topics, table.daily .weblinks {
  text-align: left;
}
