.span9 {
  display: flex;
  flex-direction: column; }
  .span9 .well.wellRight {
    position: relative;
    width: 100% !important;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    left: auto;
    float: none;
    order: 100; }

ul.breadcrumb br {
  display: none; }

ul.breadcrumb br:after {
  content: " "; }

table {
  margin: 10px; }

#smuNews table, #smuExhibits table {
  margin: 0; }

.well {
  padding: 10px; }

.sidebarCallout {
  background: #dddddd;
  color: #333333;
  padding: 15px;
  font-size: .9em;
  line-height: 1.3em;
  margin-bottom: 20px; }

.sidebarCallout h3 {
  font-weight: normal;
  font-size: 1.4em;
  text-align: center; }

h3.stripeyBar {
  background: #dddddd;
  padding: 10px;
  font-weight: normal; }

/* test comment */
#titleWrapper p.departmentName {
  /* hides standard red title bar */
  /* display:none; */ }

#titleWrapper img {
  /* hides title image */
  display: none; }

h1 {
  margin-bottom: 10px;
  color: #333333; }

h1 a, h1 a:hover, h1 a:link, h1 a:visited {
  color: #333333; }

.featuresTable img {
  /* featuresTable class will float images to the right and put appropriate padding around them*/
  float: right;
  margin: 5px 0 5px 5px; }

.featuresTable p {
  /* featuresTable class adds custom line height to paragraphs*/
  line-height: 18px; }

.featuresTable td {
  /* sets font size */
  font-size: 13px; }
