/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Feb 16 2023 | 03:25:34 */
/* Add your CSS code here.

For example:
.example {
    color: red;
}

For brushing up on your CSS knowledge, check out http://www.w3schools.com/css/css_syntax.asp

End of comment */ 

.s-posts-news .posts-news-block {
   padding-top: 70px;
}
.s-posts-news .posts-news-block:first-child {
   padding-top: 0;
}
.s-posts-news .alm-load-more-btn.more.done {
  display: none;
}

@media (max-width: 1366px) {
	.s-posts-news .posts-news-block {
	  padding-top: 50px;
	}
}
@media screen and (min-width: 922px) and (max-width: 1280px){
	.s-content-pubs table {
		width: -webkit-fill-available !important;
	}
}

.slider-chapters .slide-chapters ul li > a{
	color: #007D36;
    text-decoration: underline;
    text-underline-offset: 2px;
    font-weight: 600;
}
.slider-chapters .slide-chapters ul li > a:hover{
	text-decoration: none;
    color: inherit;
}
.slider-chapters .slide-chapters ul li {
	font-size: 14px;
}
@media (min-width: 1660px){
	.slider-chapters .slide-chapters ul li {
		font-size: 18px;
	}
}

.sect-notice{
	margin-top: 18px !important;
}