/* These styles are generated from project.scss. */

.alert-debug {
  color: black;
  background-color: white;
  border-color: #d6e9c6;
}

.alert-error {
  color: #b94a48;
  background-color: #f2dede;
  border-color: #eed3d7;
}

#latest-news .post {
	margin-right:30px;
	position:relative;
	min-height: 315.6px;
}

.article.article-detail.tag {
  background-color: #ed1c24;
  color: white;
  padding: 3px;
  line-height: 2;
  border-radius: 5px;
  white-space: nowrap;
}

.comments-wrapper .media-body h2 {
	font-size:18px;
	color: black;
}

#id_honeypot {
  /* visibility: hidden; */
  display: none;
 }

 #submit-id-preview {
  display: none;
 }

 .post-inner-image .col-sm-4 {
   padding-bottom: 1rem;
 }

 .details-news .latest-news-wrapper {
   margin-right: 0px;
 }

 .audio-item {
   margin-bottom: 7px;
 }
 .audio-item p {
   margin-bottom: 0px
 }
 
