/* app css stylesheet */

body {
  min-height: 75rem;
  padding-top: 4.5rem;
}

.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 + li:before {
  content: "|";
  padding-right: 0.3em;
}

.users th.sortable a {
  cursor: pointer;
}

.users td, .users th {
  border-left: 1px solid;
  padding: 5px 10px;
}

.users td:first-child, .users th:first-child {
  border-left: none;
}

.sortorder:after {
  content: '\25b2';   // BLACK UP-POINTING TRIANGLE
}

.sortorder.reverse:after {
  content: '\25bc';   // BLACK DOWN-POINTING TRIANGLE
}

tr.bastien td {
  background-color: pink;
}

.fa.fa-check {
  color: green;
}

.fa.fa-times {
  color: red;
}

.answer{
  display: block;
  margin: auto !important;
}
