@import url(https://fonts.googleapis.com/css2?family=Arimo:wght@400;500&display=swap);
body {
  font-family: "Arimo", sans-serif;
  font-size: 16px;
}

.fixed-first-column th:first-child,
.fixed-first-column td:first-child {
  position: -webkit-sticky !important;
  position: sticky !important;
  left: 0;
  border: 1px solid #000;
  background-color: #fff;
}

body {
  background: url("/assets/images/back.body.jpg") repeat-x;
}

header .container {
  position: relative;
}

#paper-label {
  position: absolute;
  top: 60px;
  left: 0;
  max-width: 125px;
  z-index: 2;
}

p a {
  color: #7aaf43;
}
p a:hover {
  color: #7aaf43;
  text-decoration: underline;
}

p {
  line-height: 1.8;
}

ul {
  padding-left: 15px;
}
ul li {
  list-style-type: circle;
  padding: 2px;
}

nav {
  background-color: #7aaf43;
  padding: 5px 0px 5px 60px;
  width: calc(100% - 75px);
  margin-top: 7px;
  margin-left: 75px;
}
nav a {
  color: #FFF;
  text-decoration: none;
  padding: 0.5rem 1rem;
}
nav a:hover {
  text-decoration: underline;
  color: #FFF;
}

h1, h2 {
  color: #7aaf43;
  margin-bottom: 0.5rem;
  margin-top: 0.5rem;
}

h3, h4, h5 {
  color: #727272;
  margin-bottom: 0.5rem;
  margin-top: 0.5rem;
}

.btn-recovered {
  background-color: #7aaf43;
  border-color: #72a43f;
}
.btn-recovered:hover {
  background-color: #72a43f;
  border-color: #72a43f;
}

/*header {
    background: url('/assets/images/back.body.jpg') repeat-x;
}


h1, h2, h3, h4 {
    color: #7aaf43;
}*/
