@charset "utf-8";
/* CSS Document */

/* Jumbotron: reduce space at bottom */
.jumbotron {
    padding-bottom: 6px; 
}

/* Dropdowns: Add Scrolling */
.scrollable-menu-ss {
    height: auto;
    max-height: 600px;
    overflow-x: hidden;
}

/* Blockquote Font: A little smaller */
.blockquote {

}

.blockquote-footer {

  margin-bottom: 2.0rem;
}

/* TD: A little smaller for calendars */
.table-sm td {
  font-size: 80%;
}

/* Calendar: Scrollable */
.calendar-ss {  
    max-height: 300px;
    overflow-y: auto;
}