/* 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;
}

.margin-rigth {
  margin-right: 16.666666666666664%;
}

.title-red-center {
    color: red;
    text-align: center;
}

.floater {
    background-color: black;
    color: white;
    border: #000 solid thin;
    position: relative;
    z-index: 100;
    float: outside;
    margin-bottom: -50px;
    margin-right: -200px;
}

.square-border {
    border: #000 solid thin;
}

.bold {
    font-weight: bold;
}


