body {
  background-image: url(back.jpg);
  font-size: small;
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen",
    "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue",
    sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

code {
  font-family: source-code-pro, Menlo, Monaco, Consolas, "Courier New",
    monospace;
}

.wrapper {
  margin: 0 auto;
  width: 95%;
}

.done {
  text-decoration: line-through;
}
.lost {
  color: gray;
}
.hard {
  color: red;
}
.near {
  color: orange;
}
.btn {
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 5px;
  padding-right: 5px;
}

.lds-dual-ring {
  display: inline-block;
  width: 80px;
  height: 80px;
}
.lds-dual-ring:after {
  content: " ";
  display: block;
  width: 64px;
  height: 64px;
  margin: 8px;
  border-radius: 50%;
  border: 6px solid blue;
  border-color: blue transparent blue transparent;
  animation: lds-dual-ring 1.2s linear infinite;
}
@keyframes lds-dual-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.date {
  text-align: bottom;
}

td {
  width: 100%;
}
table {
  display: "flex";
}
.column2 {
  width: 5%;
}
.column3 {
  width: 10%;
}
li {
  list-style-type: decimal;
}
#nav {
  position: sticky;
  top: 0;
  z-index: 1;
}
#nav a:hover {
  background-color: #ddd;
  color: orange;
}
a.active {
  color: #000000 !important;
  text-decoration: underline !important;
}
.container {
  width: auto;
  padding: 0;
}
.navbar-brand {
  font-size: small;
  padding: 0;
}
.head {
  font-size: small;
}
.col-sm {
  width: auto;
}
.textareaContainer {
  display: block;
  padding: 10px;
}
textarea {
  width: 100%;
  margin: 0;
  padding: 0;
  border-width: 0;
}
