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

/* line 21, /srv/http/htdocs/courses/cmsc140/f20app/app/assets/stylesheets/top.css.scss */
table.calendar {
  width: 100%;
  border-collapse: collapse;
}
/* line 15, /srv/http/htdocs/courses/cmsc140/f20app/app/assets/stylesheets/top.css.scss */
table.calendar td {
  text-align: center;
  vertical-align: top;
}
/* line 25, /srv/http/htdocs/courses/cmsc140/f20app/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/f20app/app/assets/stylesheets/top.css.scss */
table.calendar a:hover {
  border: thin dotted gray;
  background: #fcf4e8;
}
/* line 36, /srv/http/htdocs/courses/cmsc140/f20app/app/assets/stylesheets/top.css.scss */
table.calendar td {
  padding: 2px;
  min-height: 4ex;
}
/* line 40, /srv/http/htdocs/courses/cmsc140/f20app/app/assets/stylesheets/top.css.scss */
table.calendar td .day_mark {
  position: absolute;
  top: 1px;
  right: 20%;
  border: 1px solid #666;
  padding: 1px;
}
/* line 48, /srv/http/htdocs/courses/cmsc140/f20app/app/assets/stylesheets/top.css.scss */
table.calendar td.classday {
  position: relative;
}
/* line 51, /srv/http/htdocs/courses/cmsc140/f20app/app/assets/stylesheets/top.css.scss */
table.calendar td.before_today {
  background: #d4cdc4;
  background-clip: padding-box;
}
/* line 55, /srv/http/htdocs/courses/cmsc140/f20app/app/assets/stylesheets/top.css.scss */
table.calendar td.before_today a {
  border: thin solid #d4cdc4;
}
/* line 59, /srv/http/htdocs/courses/cmsc140/f20app/app/assets/stylesheets/top.css.scss */
table.calendar td.wnum {
  vertical-align: middle;
}
/* line 62, /srv/http/htdocs/courses/cmsc140/f20app/app/assets/stylesheets/top.css.scss */
table.calendar td.no_class {
  vertical-align: top;
  padding-top: 3ex;
}
/* line 66, /srv/http/htdocs/courses/cmsc140/f20app/app/assets/stylesheets/top.css.scss */
table.calendar tr.headers {
  border-bottom: thin solid #999;
}
/* line 69, /srv/http/htdocs/courses/cmsc140/f20app/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 72, /srv/http/htdocs/courses/cmsc140/f20app/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 75, /srv/http/htdocs/courses/cmsc140/f20app/app/assets/stylesheets/top.css.scss */
table.calendar td.first_week_in_month {
  border-top: thin solid #999;
}
/* line 78, /srv/http/htdocs/courses/cmsc140/f20app/app/assets/stylesheets/top.css.scss */
table.calendar td.last_week_in_month {
  border-bottom: thin solid #999;
}

/* line 83, /srv/http/htdocs/courses/cmsc140/f20app/app/assets/stylesheets/top.css.scss */
table.daily {
  width: 100%;
  border-collapse: collapse;
}
/* line 15, /srv/http/htdocs/courses/cmsc140/f20app/app/assets/stylesheets/top.css.scss */
table.daily td {
  text-align: center;
  vertical-align: top;
}
/* line 89, /srv/http/htdocs/courses/cmsc140/f20app/app/assets/stylesheets/top.css.scss */
table.daily th {
  height: 5em;
  vertical-align: bottom;
  text-align: left;
}
/* line 94, /srv/http/htdocs/courses/cmsc140/f20app/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 104, /srv/http/htdocs/courses/cmsc140/f20app/app/assets/stylesheets/top.css.scss */
table.daily td {
  border: thin solid #f0f0e8;
}
/* line 107, /srv/http/htdocs/courses/cmsc140/f20app/app/assets/stylesheets/top.css.scss */
table.daily td.topics, table.daily td.last_book {
  border-right: thin solid #999;
}
/* line 110, /srv/http/htdocs/courses/cmsc140/f20app/app/assets/stylesheets/top.css.scss */
table.daily td.weblinks, table.daily td.first_book {
  border-left: thin solid #999;
}
/* line 113, /srv/http/htdocs/courses/cmsc140/f20app/app/assets/stylesheets/top.css.scss */
table.daily tr.first_in_week td {
  border-top: thin solid #999;
}
/* line 116, /srv/http/htdocs/courses/cmsc140/f20app/app/assets/stylesheets/top.css.scss */
table.daily tr.headers th, table.daily tr.last_in_week td {
  border-bottom: thin solid #999;
}
/* line 119, /srv/http/htdocs/courses/cmsc140/f20app/app/assets/stylesheets/top.css.scss */
table.daily td.date {
  text-align: right;
  width: 4em;
  white-space: nowrap;
}
/* line 124, /srv/http/htdocs/courses/cmsc140/f20app/app/assets/stylesheets/top.css.scss */
table.daily td.weekid {
  width: 3em;
}
/* line 127, /srv/http/htdocs/courses/cmsc140/f20app/app/assets/stylesheets/top.css.scss */
table.daily .topics, table.daily .weblinks {
  text-align: left;
}
