/**
*  @author Surton
*  @date 13.07.2018
*  @section article
*/

.site-main {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.article-content {
  padding-bottom: 25px;
}

.article-text {
  margin-bottom: 30px;
}

.article-content-link {
  padding: 0 5px;
  text-decoration: none;
  color: #0f45c7;
  -webkit-transition: background-color .2s;
  -o-transition: background-color .2s;
  transition: background-color .2s;
}

.fine-vision .article-content-link {
  text-decoration: underline;
  color: #000000 !important;
}

.article-content-link:hover {
  background-color: rgba(15, 69, 199, 0.1);
}

.fine-vision .article-content-link:hover {
  background-color: #333333 !important;
  color: #ffffff !important;
}