dl.files {
	font-family: 'Raleway', sans-serif;
	font-size: 13px;
	display: block;
}

dl.files dt {
	text-transform: none;
	margin: 0;
	padding: 0;
	font-weight: 700;
	font-family: 'Raleway', sans-serif;
	font-size: 13px;
}

dl.files dd {
	margin: 0;
	padding: 0;
}

dl.files dd {
    color: #ffffff;
}
 
div.inline-attachment dl.file {
	display: none;
}

dl.file{
	display: none;
}

/* ddd */
dl.extra-box {
    border-radius: 11px;
    display: block;
    margin-bottom: 5px;
    min-height: 59px;
    padding: 10px 10px 8px;
    position: relative;
    width: 300px;
	text-decoration: none !important;
	font-weight: 700;
	color: #ffffff !important;
	font-family: 'Raleway', sans-serif;
	font-size: 13px;
	background-color: #1b2335;
	border: 1px solid #4f46e5;
}
dl.extra-box dt a {
    color: #4f46e5 !important;
    display: block;
    font-weight: 700;
    padding-bottom: 5px;
    text-decoration: none !important;
}
dl.extra-box dd a, dl.download-contrib dd {
    color: #ffffff !important;
    display: block;
    font-weight: 700;
    padding-right: 40px;
    text-decoration: none !important;
}

dl.extra-box.orange, .big-tag.orange {
    background: #1b2335;
    border: 1px solid #4f46e5;
}

dl.extra-box.download dd.extras {
    color: #ffffff;
    margin-top: 0.5em;
}

dl.extra-box.download dd.extras a {
    color: #4f46e5 !important;
    display: inline;
    padding: 0;
}

dl.download::before {
    background: url("./images/download-arrow.png") no-repeat scroll 0 0;
    content: "";
    display: block;
    height: 50px;
    position: absolute;
    right: 5px;
    top: 0;
    width: 47px;
}

dl.download dt {
    position: relative;
    text-transform: uppercase;
}