.downloads a {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	padding: 10px;
	width: calc(100% - 20px);
	border: none;
	margin-bottom: 10px;
	margin-right: 0px;
	text-decoration: none;
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
	border: 1px solid #e2e2e2;
	font-family: "Fira Sans", sans-serif;
}
.downloads a:hover {
	border-color: #279af1;
}
.downloads a:hover strong {
	color: #279af1;
}
.downloads a .text {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.downloads a .text strong {
	font-weight: 400;
	color: #0b0042;
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
}
.downloads a .text span {
	color: #999;
	margin-left: 30px;
}
.downloads a img {
	margin-right: 10px;
	width: 24px;
}
/*# sourceMappingURL=pliki.horizontal.min.css.map */
