.article {
  margin-top: 10px;
}

.article .article-body {
  margin-top: 10px;
}

.article h1, .article h2, .article h3, .article h4, .article h5, .article h6 {
  text-align: center;
  color: #333;
}

.article h1 {
  font-size: 24px;
}

.article h2 {
  font-size: 22px;
}

.article h3 {
  font-size: 20px;
}

.article h4 {
  font-size: 18px;
}

.article h5 {
  font-size: 16px;
}

.article h6 {
  font-size: 14px;
}

.article p {
  text-align: justify;
  text-indent: 30px;
}

.article p .red {
  color: #BCB4FF;
  background-color: transparent;
}

.article p .dark {
  color: #000;
}

.article p img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  padding: 10px;
  background-color: #FFF;
  border: solid 1px #CCC;
  max-height: 200px;
}

.article p img:hover {
  border-color: #999;
}

.article table {
  width: 100%;
  margin-top: 20px;
  margin-bottom: 20px;
}

.article table tr th {
  background-color: #DDD;
  padding: 10px 5px;
  border: solid 1px #999;
}

.article table tr td {
  padding: 10px 5px;
  border: solid 1px #999;
}

.article table tr:nth-child(even) td {
  background-color: #F3F3F3;
}

.article table tr:nth-child(odd) td {
  background-color: #FFF;
}

.articles_links {
  text-align: center;
}

.articles_links .image_link {
  display: inline-block;
  width: 24%;
  vertical-align: top;
  position: relative;
  border: solid 1px #666;
  margin-bottom: 10px;
  margin-left: 5px;
  overflow: hidden;
}

.articles_links .image_link:hover img {
  transform: scale(1.1);
}

.articles_links .image_link:hover p {
  font-size: 16px;
  padding: 23px 0;
}

.articles_links .image_link img {
  width: 100%;
  height: auto;
  transition: all 0.3s ease-out;
}

.articles_links .image_link p {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 25px 0;
  margin: 0;
  background-color: rgba(188, 180, 255, 0.6);
  color: #000;
  font-size: 14px;
  text-align: center;
  display: block;
  transition: all 0.3s ease-out;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: bold;
}

.articles_links .simple_link {
  text-transform: uppercase;
  color: #000;
  background-color: rgba(188, 180, 255, 0.6);
  display: inline-block;
  padding: 5px 10px;
  margin: 2px;
  text-decoration: none;
  border: solid 1px rgba(188, 180, 255, 0.6);
}

.articles_links .simple_link:hover {
  color: #000;
  border-color: #000;
}

.articles_links .simple_link.selected {
  color: #000;
  border-color: #000;
  background-color: rgba(188, 180, 255, 0.6);
}

@media screen and (max-width: 991px) {
  .articles_links .image_link {
    width: 32%;
  }
}

@media screen and (max-width: 767px) {
  .articles_links .image_link {
    width: 49%;
    margin-bottom: 0;
    margin-left: -4px;
  }
  .articles_links .simple_link {
    font-size: 0.9em;
    padding: 5px;
  }
}

@media screen and (max-width: 480px) {
  .articles_links .image_link p {
    font-size: 14px;
    padding: 10px 0;
  }
}

@media screen and (max-width: 350px) {
  .articles_links .image_link p {
    font-size: 13px;
    font-weight: normal;
  }
}
