#dl-download {
	background-color: #eee;
	padding: 15px;
	margin-bottom: 30px;
}
#dl-lang {
	display: table;
}
#dl-lang-lbl {
	display: table-cell;
	padding-top: 15px;
	padding-right: 30px;
}
#dl-lang-sel {
	display: table-cell;
	padding-top: 15px;
	width: 100%;
}
#dl-button {
	padding-top: 15px;
}
#dl-detail {
	border-top: 1px dashed #d1d1d1!important;
	margin-top: 30px;
}
.dl-det-cell {
	padding-top: 20px;
	padding-bottom: 10px;
	line-height: 1.75;
}
@media (max-width: 767px) {
	#dl-lang {
		width: 100%;
	}
}
@media (max-width: 479px) {
	#dl-lang, #dl-button, #dl-detail {
		margin-left: 10%;
		margin-right: 10%;
		width: 80%;
	}
}
@media (min-width: 480px) and (max-width: 767px) {
	#dl-lang {
		float: left;
		width: 66%;
	}
	#dl-button {
		float: left;
		width: 33%;
	}
}
@media (min-width: 320px) and (max-width: 767px) {
	.dl-det-cell {
		float: left;
		width: 50%;
	}
}
select.dl-lang {
    border: none;
    padding: 10px 15px;
	width: 100%;
}
.dl-btn {
	display: block;
    background-color: #4b4c8b;
    border-bottom: 5px solid #6264aa;
    border-left: none;
    border-top: none;
    border-right: none;
    border-radius: 0;
    color: #fff;
    font-size: 12px;
    font-weight: 300;
    letter-spacing: 1.2px;
    padding: 15px 15px 10px 15px;
    text-align: center;
    text-transform: uppercase;
	width: 100%;
}
.dl-btn:hover, .dl-btn:focus {
	background-color: #33346d;
	color: #fff;
	text-decoration: none;
}
