body {
  background-color: #f2f3f5;
  font-family: DIN, Helvetica, Arial, sans-serif, Avenir;
}

#title {
  text-align: center;
}

.previus {
  width: 20%;
  float: left;
  text-align: right;
}

.page {
  width: 20%;
  float: left;
}
.next {
  width: 20%;
  float: left;
  text-align: left;
}

#pagination {
  left: 0;
  bottom: 0;
  width: 100%;
  text-align: center;
  height: 50px;
  color: #000000;
  right: 0;
  margin-left: 20%;
  margin-top: 30px;
  min-height: 40px;
}

.links {
  display: block;
}

#loader {
  width: 100%;
}

#loader img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 500px;
}

.main {
  text-align: center;
}

.navbar {
  background-color: #282727 !important;
  font-family: DIN, Helvetica, Arial, sans-serif, Avenir !important;
}

.navbar-brand {
  color: #f1f1f1;
}

.navbar-brand:hover {
  color: #999999;
}
.mainContainer {
  display: flex;
  flex-direction: column;
  width: 100%;
  min-height: 100%;
}

.footer {
  width: 100%;
  height: 50px;
  right: 0;
  bottom: 0;
  left: 0;
  margin-top: auto;
  color: #dddddd;
  text-align: center;
  background-color: #282727;
  padding: 10px;
}

#loader {
  width: 100%;
}

#loader img {
  display: block;
  width: 100px;
  height: 100px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 10%;
}

.card-title {
  color: #dddddd;
  text-align: left;
}
.card-body {
  max-height: 350px;
}

.card {
  border: none;
  box-shadow: 0 1px 20px 0 rgba(0, 0, 0, 1);
  background-color: #282727;
  padding: 5px;
  border-radius: 15px;
  color: #aaaaaa;
  text-align: left;
  line-height: 1.2;
  font-family: DIN, Helvetica, Arial, sans-serif, Avenir;
}

#container {
  margin-top: auto;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 25px;
  min-height: 520px;
  width: 98%;
}

.textcols {
  white-space: nowrap;
}
.textcols-item {
  white-space: normal;
  display: inline-block;
  width: 50%;
  vertical-align: top;
}
.textcols .textcols-item:first-child {
  margin-right: 4%;
}

.list-group-item {
  text-align: left;
  line-height: 1.5;
  font-family: DIN, Helvetica, Arial, sans-serif, Avenir;
}
a.btn-light {
  width: 2em;
  height: 2em;
  background: url("../img/arro-up.svg") center/50% no-repeat #dddddd;
}
a.btn-light.collapsed {
  width: 2em;
  height: 2em;
  background: url("../img/arrow-down.svg") center/50% no-repeat #dddddd;
}
