

/* ============= tracker-top ================================= */

.tracker-top .icon-container{
	margin: 25px 0;
	background: url(../../images/core/menu/malware-research/malware-tracker.svg) no-repeat left center;
	background-size: 64px auto;
	padding-left: 84px;
}
.tracker-top h1{
	margin: 0;
}
.tracker-top h2.alt{
	margin: 0px 0 2px 0;
	font-weight: normal;
	font-size: 22px;
}
.tracker-top small{
	display: block;
	color: #787B85;
	font-size: 12px;
}
.tracker-top button.info{
	padding: 0;
	min-width: 17px;
	height: 17px;
	background-color: transparent;
	border: 1px solid #787B85;
	border-radius: 50%;
	color: #787B85;
	line-height: 1;
	font-family: arial;
	font-size: 13px;
}

/* ============= section-mt-map ================================= */

.section-mt-map{
	background-color: #f5f8fd;
}
.section-mt-map .map{
	min-height: 800px;
}

/* ============== section-mt-countries =========================== */

.section-mt-countries table{
	width: 100%;
}
.section-mt-countries .rate-value{
	display: inline-block;
	min-width: 50px;
	vertical-align: super;
}
.section-mt-countries .graph{
	height: 1.5em;
	background-color:#E05654;
	display: inline-block;
}
@media screen and (max-width: 750px) {
	.section-mt-countries table{
		width: 100%;
		min-width: 0;
	}
	.section-mt-countries .graph{
		display: none;
	}
}