.apost,
.apost:hover {
  text-decoration: none !important;
  color: inherit !important;
}

.post {
  border: none;
}

.post-ppal-title {
  color: #005393 !important;
}

.post-ppal-title,
.post-list-title {
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-weight: bold;
  color: #AF2367;
}

.post-ppal-line-h {
  display: block;
  color: #005393 !important;
  background-color: #005393 !important;
  position: relative;
  bottom: 0;
  width: 100%;
  height: 2px;
  margin-top: 0;
}

.post-old-line-1,
.post-old-line-2,
.post-old-line-3,
.post-ppal-line {
  display: block;
  color: #005393 !important;
  background-color: #005393 !important;
  position: absolute;
  top: 0;
  right: 0;
  width: 2px;
  height: 90%;
}

@media only screen and (min-width: 990px) {
  .post-old-line-2,
  .post-ppal-line {
    display: block;
  }

  .post-old-line-3 {
    display: none;
  }
}

@media only screen and (min-width: 768px) and (max-width: 989px) {
  .post-old-line.even,
  .post-ppal-line {
    display: block;
  }

  .post-old-line.odd {
    display: none;
  }
}

@media only screen and (max-width: 767px) {
  .post-old-line.even {
    display: none;
  }

  .post-old-line.odd,
  .post-ppal-line {
    display: none;
  }
}

