.template-byu-content {
  font-family: "Whitney SSm A", "Whitney SSm B", "OpenSans", "Thonburi", "DroidSans", "Droid Sans", "sans-serif", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Helvetica, Arial, sans-serif;
  font-weight: 500;
}
.btn-success,
.btn-danger {
  height: 30px;
  margin-bottom: 2px;
  line-height: 1;
}
input {
  width: 150px !important;
}
.data-card {
  padding: 10px;
  margin-bottom: 30px;
}
.bar-graph {
  margin-top: 10px;
  padding: 0 0 50px 50px;
  height: 300px;
  width: 100%;
}
.bar-graph .bar-graph-bars {
  display: flex;
  flex-flow: row nowrap;
  align-items: flex-end;
  justify-content: space-around;
  position: relative;
  height: 100%;
  border-left: 1px solid #aaa;
  border-bottom: 1px solid #aaa;
}
.bar-graph .bar-graph-bars .bar-y-label {
  position: absolute;
  left: -2em;
}
.bar-graph .bar-graph-bars .bar-graph-bar {
  width: 10px;
  background: indianred;
  position: relative;
}
.bar-graph .bar-graph-bars .bar-graph-bar span {
  position: absolute;
  bottom: -1.5em;
  left: 40%;
}
.flex-row-wrap {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
}
.flex-row-wrap > div {
  width: 48%;
}
@media (min-width: 1035px) {
  .content-centered {
    width: 1000px;
    margin: 30px auto 0 auto;
  }
}
@media (max-width: 680px) {
  .hide-sm {
    display: none !important;
  }
  table {
    width: 100%;
  }
  .flex-col {
    flex-grow: 1;
  }
}
