/* app css stylesheet */

/*.menu {
  list-style: none;
  border-bottom: 0.1em solid black;
  margin-bottom: 2em;
  padding: 0 0 0.5em;
}

.menu:before {
  content: "[";
}

.menu:after {
  content: "]";
}

.menu > li {
  display: inline;
}

.menu > li:before {
  content: "|";
  padding-right: 0.3em;
}

.menu > li:nth-child(1):before {
  content: "";
  padding: 0;
}

.sortorder:after {
  content: '\25b2';
}
.sortorder.reverse:after {
  content: '\25bc';
}


#page-wrapper {
  min-height: 785px;
  background-color: white;
  margin: 0px;
}

.page-header {
  margin-top: 0px;
  padding: 20px;
}

.col-centered {
  float: none;
  margin: 0 auto;
}*/

.dash-centered {
  font-size: 1.5em;
  text-align: center;
}
