.fa.fa-star {
}

p {
  font-size: 12px;
}

.table-responsive {
  height: 300px;
  overflow: hidden;
  position: relative;
}

.fixed-tender {
  position: sticky;
  top: 0;
  /*background: #dad5d3;*/
  z-index: 1;
}

.scroll-item {
  position: relative;
  display: inline-block;
  animation: scroll-up 20s linear infinite;
}

div {
}

@keyframes scroll-up {
  0% {
    transform: translateY(100%);
  }
  100% {
    transform: translateY(-100%);
  }
}

.civilfont {
  font-size: 14px;
  color: #00446d;
  text-align: justify;
}

a:hover {
  text-decoration: underline !important;
}

