.committee-list {
    padding-top: .5rem;
    margin-bottom: 1rem;
  }
  
  @media (min-width: 576px) {
    /* space out names in the committee list to look more like a table */
    .committee-list li {
      line-height: 1.1rem;
      min-height: 2.5rem;
    }
  }
  
  .hanging-indent {
    padding-left    : 10px;
  }
  
  .centered {
    text-align      : center;
  }
  
  .fake-H2 {
    color           : #A3792C;
    font-size       : 24px;
    font-weight     : 300;
  }
  
  /* UL with ruled lines instead of bullets and optional alternating background colors */
  
  ul.ruled {
    padding         : .5em 0 1.5em 0;
    list-style-type : none;
  }
  
  ul.ruled li {
    border-bottom   : 2px solid #DDD;
    margin          : 0;
    padding         : 10px;
  }
  
  ul.ruled.alternating li:nth-child(odd) {
    background      : #eee;
  }
  
  ol.ruled {
    padding         : .5em 0 1.5em 0;
  }
  
  ol.ruled li {
    margin          : 0;
    padding         : 10px;
  }


/* https://engineering.purdue.edu/ChE/aboutus/safety/index_html */

#outerButtonDiv {
    background-color: #000;
    margin-top: 33px;
    margin-bottom: 33px;    
}

#buttonDiv {
    padding: 19px;
}

#buttonLink {
    color: #FFF;
    font-size: 22px;
    font-family: acumin-pro-condensed,"Franklin Gothic",sans-serif;
}

#buttonLink:hover {
    text-decoration: none;
}

