@CHARSET "ISO-8859-1";

h2 { text-transform: uppercase; font-size: 20px; }
h4 { font-size: 16px; font-weight: bold; }
hr { margin-top: 0px; }
td { font-size: 12px; }
th { font-size: 13px; text-transform: uppercase; }
.btn:hover, .btn:focus { color: #fff; background-color: #555; }
.btn:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
          box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
}
.page-title { font-weight: bold; }
.alert { padding-bottom: 5px; }
.form-group { padding-right: 70px; margin-bottom: 20px; }
.modal-dialog { width: 850px; }
.cancelled { color: #bf0000; }
.form-button { text-transform: uppercase; border-radius: 0px; font-weight: bold; margin-right: 10px; }
.reset-button { background-color: #EEE }
.submit-button { background-color: #990000; color: #fff; }
.session { text-transform: capitalize; }
.search-helpertext { padding-left: 3px; padding-right: 3px; }
.col-course { width: 6%; }
.col-title { width: 22%; }
.col-session { width: 10%; }
.col-units { width: auto; }
.col-section { width: auto; }
.col-mini { width: auto; }
.col-days { width: auto; }
.col-begin { width: auto; }
.col-end { width: auto; }
.col-location { width: 15%; }
.col-deliverymode { width: 12% }
.department-title { padding-top: 20px; }
.radio-inline { margin-right: 10px; }
.radio-inline + .radio-inline { margin-left: 0px; margin-right: 0px; }
#logo { background-color: #990000; position: relative; }
#logo img { padding-left: 15px; padding-right: 15px; margin-top: -4px; }
#logo ul { padding-top: 6px; padding-right: 20px; padding-left: 20px; margin-bottom: 0px; font-size: 12px; }
#logo ul a { color: #fff; }
#logo ul a:hover { text-decoration: underline; }
#header > div.navbar { margin-bottom: 0px; border-left-width: 0px; border-right-width: 0px; }
#header > div.navbar > div.navbar-default { background-color: #4d4d4d; }
#header > div.navbar ul a { font-weight: bold; color: #fff; margin: 7px 9px 0px 9px; border-radius: 0px; padding: 5px 15px 10px 15px; text-transform: uppercase; }
#header > div.navbar ul a:hover { color: #555; }
#header > div.navbar ul li.active a { color: #555; }
#content { padding: 0 15px 25px;}
#footer { background-color: #555; color: #fff; min-height: 35px; }
#footer > p { padding: 9px 15px 0px 15px; vertical-align: middle; }
#footer > p.text-left { float: left; }
#footer > p.text-right { float: right; }
#dept { height: 220px; }
#criteria { padding-top: 10px; }
#lastupdated { padding-bottom: 5px; padding-right: 18px; font-size: 12px; }
#course-detail-modal-body dt { text-transform: uppercase; color: #555; }
#course-detail-related-urls ul { list-style-type: none; padding-left: 0px; }
#course-type, #keyword-type { margin-top: -10px; }
#section-list { margin-left: 15px; }
#form-starting-time { margin-bottom: 35px; }
#dept-warn-sublabel { font-weight: bold; font-size: 80%; margin-top: -5px; }
@media (min-width: 992px) {
}
@media print { 
    a[href]:after { content: ""; }
    #logo .list-inline { display: none; }
}