body {
  margin: auto;
  text-align: center;
}
h1 {
  font-family: Arial, Helvetica, sans-serif;
  color: #757575;
  margin-bottom: 15px;
  text-align: center;
}
p {
  text-align: center;
  font-size: 12px;
  color: #757575;
}
textarea[name="tasks_AM"] {
  width: 600px;
  height: 230px;
}
textarea[name="tasks_PM"] {
  width: 600px;
  height: 230px;
}
table#tasks,
th#tasks,
td#tasks {
  border-collapse: collapse;
  width: 50%;
  margin: auto;
  margin-top: 30px;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 40px;
  padding-right: 40px;
}
tr#tasks {
  border-bottom: 1px solid black;
  background-color: #e5e5e5;
  height: 30px;
}
td[scope="title"] {
  text-align: left !important;
}
input[type="text"] {
  width: 600px;
  height: 30px;
  background-color: #e5e5e5;
}
input#button {
  margin-left: auto;
}
.button {
  margin-left: 50%;
  padding-top: 30px;
  display: inline-grid;
}
input[type="submit"] {
  display: grid;
  margin-left: auto;
  width: 100px;
  height: 25px;
  margin-bottom: 5px;
  border-radius: 10px;
}
input[type="text"]:hover {
  background-color: #d5d5d5;
}
input[scope="username"] {
  width: 170px;
  height: 30px;
  margin-bottom: 5px;
}
input[type="password"] {
  background-color: #e5e5e5;
  width: 170px;
  margin-bottom: 5px;
}
input[type="password"]:hover {
  background-color: #d5d5d5;
}
input[name="submit_acc"] {
  margin-top: 20px;
  margin-left: 43%;
}
input[name="login_acc"] {
  width: 175px;
  margin: auto;
  margin-top: 30px;
  border-radius: 0px;
}
input[name="retour_acc"] {
  margin-left: 83px;
}
textarea[name="tasks_AM"] {
  background-color: #e5e5e5;
}
textarea[name="tasks_AM"]:hover {
  background-color: #d5d5d5;
}
textarea[name="tasks_PM"] {
  background-color: #e5e5e5;
}
textarea[name="tasks_PM"]:hover {
  background-color: #d5d5d5;
}
a {
  text-decoration: none;
  color: black;
}
a:visited {
  color: black;
}
form {
  display: inline-block;
}
#logout {
  text-align: center;
  display: inline-block;
  cursor: pointer;
  border: none;
  background: rgba(0, 0, 0, 0);
}
#signup {
  text-align: center;
  font-size: 13px;
  display: inline-block;
  cursor: pointer;
  border: none;
  background: rgba(0, 0, 0, 0);
  color: #757575;
}
div#top-bar {
  padding-top: 12px;
  height: 30px;
  background-color: #d5d5d5;
  text-align: right;
  padding-right: 50px;
}
fieldset {
  display: inline;
  padding-top: 20px;
  padding-bottom: 20px;
  width: 270px;
  margin-top: 5px;
}
fieldset#login {
  display: inline;
  width: 270px;
  margin-top: 10px;
  padding-top: 30px;
  padding-bottom: 30px;
  padding-left: 10px;
  padding-right: 10px;
}
fieldset#account {
  display: inline;
  width: 270px;
  margin-top: 10px;
  padding-top: 30px;
  padding-bottom: 30px;
  padding-left: 30px;
  padding-right: 30px;
}
div#glyphicon_back {
  margin-left: auto;
}
.obligatory {
  color: red;
  padding-left: 3px;
}
.posts {
  margin-top: 15px;
  margin-bottom: 5px;
  text-align: left;
  display: block;
  color: #6a6a6a;
}
.navigation {
  position: relative;
  height: 30px;
  border: 1px dashed #6a6a6a;
  margin-bottom: 30px;
  margin-top: 10px;
  margin-left: 25%;
  margin-right: 25%;
}
.left {
  position: absolute;
  display: inline-block;
  top: -5px;
  left: 0px;
  width: 100px;
  padding-left: 10px;
  vertical-align: middle;
}
.center {
  position: relative;
  text-align: center;
  top: 0px;
  width: 150px;
  margin: 0px auto;
  font-size: 14px;
  padding-top: 8px;
}
.right {
  position: absolute;
  top: -5px;
  right: 0px;
  width: 100px;
  padding-right: 10px;
  vertical-align: middle;
}
div#side-bar {
  height: 100%;
  position: fixed;

  margin-top: 0px;
  width: 15.95em;
  float: left;
  border-right: dotted 0.198em #6a6a6a;
  text-align: left;
}
.button {
  margin-top: -10px;
  margin-bottom: 0px;
}
.form {
  display: inline-grid;
}
.msg {
  margin-top: 30px;
  margin-bottom: 20px;
}
.logmsg {
  margin-top: 30px;
  margin-bottom: -10px;
}
.notadmin {
  margin-bottom: 35px;
}
.show {
  margin-left: 780px;
}
.highlight {
  display: inline;
  font-size: 110%;
}
.lowlight {
  display: inline;
  font-weight: lighter;
  font-size: 80%;
  opacity: 0.5;
}