body {
  font-size: 14px !important;
  line-height: 1.42857143;
  margin: 0;
  max-width: 95%;
  padding: 0 0 0 0;
}

@media only screen and (max-width: 800px) {
    p {
        margin-left: 3%;
        margin-right: 3%;
    }

    button {
        margin-left: 5%;
    }
}

h1 {
  font-size: 30px;
  margin-top: 15px;
  margin-bottom: 10px;
  margin-left: 10px;
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}

table {
  table-layout: fixed;
  width: auto;
  max-width: 60%;
  margin-left: 5%;
  border-collapse: collapse;
  border: none;
}

thead th:nth-child(1) {
  width: 70px;
}
thead th:nth-child(2) {
  width: 70px;
}
thead th:nth-child(3) {
  width: 70px;
}
thead th:nth-child(4) {
  width: 120px;
}
thead th:nth-child(4) {
  width: 120px;
}

tr {
  border-bottom: 1px solid #ccc;
  border-collapse: collapse;
}

th, td {
  border: none;
  padding: 5px;
}

tr td:nth-child(1) {
  text-align: center;
}
tr td:nth-child(2) {
  text-align: center;
}
tr td:nth-child(3) {
  text-align: center;
}
tr td:nth-child(4) {
  text-align: center;
}

.hoverTable tr:not(:first-child):hover {
  background-color: #e1e1e1;
}

@media (prefers-color-scheme: dark) {
    .hoverTable tr:not(:first-child):hover {
        background-color: #e1e1e1;
        color: rgb(75, 75, 75);
    }
}

#sidebar-div {
  float: left;
  width: 33%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

@media only screen and (max-width: 700px) {
    #sidebar-div {
        width: 99%; /* 100% makes a horizontal scroll appear */
    }
}

#sidebar-div-content {
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
}

@media (prefers-color-scheme: dark) {
    #sidebar-div-content {
        background-color: rgb(125, 125, 125);
    }
}

label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: 700;
}

.form-control {
  display: block;
  width: 100%;
  height: 34px;
  box-sizing: border-box;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
}

@media (prefers-color-scheme: dark) {
    .form-control {
        background-color: #555;
        color: #fff;
    }
}

@media (prefers-color-scheme: dark) {
    canvas {
        filter: invert(1) hue-rotate(180deg);
    }
}
