.uppercase {
  text-transform: uppercase; }

.table-display {
  display: table;
  width: 100%;
  height: 100%; }

.table-cell-display {
  display: table-cell;
  vertical-align: middle;
  height: 100%; }

.header {
  border: 1px solid red; }

/*# sourceMappingURL=stylesheet.css.map */
