/*body { overflow: hidden; }

#content { 
    overflow: scroll; 
    position: absolute;
    top: 60px;
    bottom: 0px;
    width: 100%;
}*/

body {
  padding-top: 70px;
}

.syllabus-unique-event {
  font-size: larger;
  background-color: #efefef;
  padding: 4px;
}

.mini-jumbo {
   padding: 10px 10px;
}

.jumbo-check {
  font-size: larger;
}

.jumbo-check li {
  padding-bottom: 10px;
}

#project-affix ul {
  list-style: none;
}

#project-affix ul li {
  padding-top: 10px;
}

a.star {
  display:inline-block;
  background-image: url(../images/star-full.png);
  background-image: url(../images/star-empty.png);
  width: 16px;
  height: 16px;
}
  
a.star.selected {
  display:inline-block;
  background-image: url(../images/star-full.png);
  width: 16px;
  height: 16px;
}

.rating_text {
  padding-right: 8px;
}

.panel-title {
  font-size: larger;
}

.chosen-select {
  font-size: 100px;
}

.list-group-item-tight {
  border: none;
  padding: 0px;
}

.piazza-link{
  font-size: 18px;
}
