.element_download_mirror_container_wrapper_div {
	width: 138px;
	height: 44px;
	padding: 3px;
	margin: 1px;
}
.element_download_mirror_container_div {
	background: rgba(51, 51, 51, 1.0);
	color: #f6f5ef;
	width: 138px;
	height: 44px;
	padding: 3px;
}
.element_download_mirror_container_link_holder_div {
	position: relative;
	width: 138px;
	height: 44px;
	padding: 3px;
	text-decoration: none;
	z-index: 1;
	margin-top: -50px;
}
.element_download_mirror_container_link_holder_div:hover {
	background: rgba(255, 255, 255, .1);
}
.element_download_total_container_wrapper_div {
	width: auto;
	height: 44px;
	padding: 3px;
	margin: 1px;
}
.element_download_total_container_div {
	background: rgba(51, 51, 51, 1.0);
	color: #f6f5ef;
	width: auto;
	height: 44px;
	padding: 3px;
	text-align: center;
}
.element_download_total_container_link_holder_div {
	position: relative;
	width: auto;
	height: 44px;
	padding: 3px;
	text-decoration: none;
	z-index: 1;
	margin-top: -50px;
}
.element_download_mirror_headline_div {
	text-transform: uppercase;
	font-weight: bold;
	font-size: 20px;
	line-height: 80%;
}
.element_download_mirror_sub_div {
	font-size: 14px;
	line-height: 100%;
	font-weight: bold;
}
.element_download_total_count_div {
	font-size: 44px;
	line-height: 75%;
	font-weight: bold;
	text-align: center;
}
.element_download_total_count_sub_div {
	font-size: 14px;
	line-height: 80%;
	font-weight: bold;
	text-align: center;
}
a.element_download_download_button {
	text-transform: uppercase;
	background: rgba(51, 51, 51, 1.0);
	color: rgba(255, 255, 255, 1.0);
	padding-left: 11px;
	padding-right: 11px;
	padding-bottom: 8px;
	padding-top: 8px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
	font-size: 24px;
	text-decoration: none;
}
a.element_download_download_button:hover {
	background: rgba(51, 51, 51, 0.75);
}
