.nowrap {
  white-space: nowrap;
}

.vertical-align {
  vertical-align: top;
}

.row-striped:nth-of-type(odd){
  background-color: #efefef;
}

.row-striped:nth-of-type(even){
  background-color: #ffffff;
}

@media (max-width: 48em) {
  table .btn {
    font-size: 0.75rem;
    font-size: 3.5vw;
  }
}
