
.letters{
	margin: 40px 0;
}
.letters a{
	padding: 0 3px;
	border: 1px solid transparent;
}
.letters a.active{
	border: 1px solid #1e6df6;
	border-radius: 3px;
}

/* ============== category-top =============================== */

.category-top h1.icon{
	background-repeat: no-repeat;
	background-position: 0 0;
	background-image: url(../../images/core/menu/malware-research/threat-database.svg);
	background-size: auto 50px;
	min-height: 50px;
	padding: 2px 0 2px 70px;
	font-size: 40px;
}
@media screen and (max-width: 910px) {
	.category-top h1.icon{
		background-size: auto 40px;
		min-height: 40px;
		padding: 2px 0 2px 60px;
		font-size: clamp(30px, 3vw, 40px);
	}
}

/* ============== section-category-top =============================== */

.section-category-top{
	background-color: #F5F8FD;
}
.section-category-top h2{
	margin-bottom: 30px;
	color: #2256B1;
	font-size: 35px;
}
.section-category-top .top_table th{
	background-color: #E9EFF8;
}
.section-category-top .top_table .index{
	font-size: 22px;
}
.section-category-top .top_table .index{
	font-weight: bold;
}
.section-category-top .top_table a,
.categories-list a{
	text-decoration: underline;
	font-size: 22px;
}
.section-category-top .button{
	border-radius: 5px;
	font-size: 22px;
	font-weight: normal;
}
@media screen and (max-width: 1000px){
	.priority-low{
		display:none !important;
	}
}

/* ============== category-posts =============================== */

.category-posts{
	background-color: white;
}
.category-posts.no-top-section-above{
	margin-top: -45px;
}
.category-posts.no-top-section-above h2{
	display: none;
}
