table.tx_bmfiles {
	width: 100%;
	border-collapse:collapse;
}

table.tx_bmfiles td {
	border-top: 0;
	border-bottom: 1px solid #ededed;
	border-left: 0;
	border-right: 0;
	padding: 30px 0;
	font-size: 14px;
	font-weight: bold;
	text-align: left;
}

table.tx_bmfiles td p.bodytext a {
	text-decoration: underline;
}

table.tx_bmfiles td p.bodytext a:hover {
	text-decoration: none;
}

table.tx_bmfiles td div.tx_bmfiles-description {
	font-weight: normal;
	margin-right: 10px;
}

.tx_bmfiles-description p:last-child {
	padding-bottom: 0px;
}

table.tx_bmfiles td.tx_bmfiles-fileextsize {
	text-transform: uppercase;
	width: 15%;
	font-weight: normal;
}

table.tx_bmfiles td.tx_bmfiles-download {
	text-align: right;
	width: 15%;
	white-space: nowrap;
}

table.tx_bmfiles td.tx_bmfiles-download a {
	font-weight: normal;
	color: #cb3132;
	border-bottom: 1px solid #cb3132;
	padding-bottom: 4px;
	text-transform: uppercase;
	margin-left: 5px;
	font-size: 12px;
	line-height: 34px;
	text-decoration: none;
}

table.tx_bmfiles td.tx_bmfiles-download a:hover {
    border-bottom: none;
}

table.tx_bmfiles td.tx_bmfiles-download a i:before {
	color: #cb3132;
}
.select-console {
	width: 100%;
	border-top: 1px solid #665f5b;
	border-bottom: 1px solid #665f5b;
	border-left: 0;
	border-right: 0;
	padding: 20px 0 30px 0;
}

.select-console div, .select-console form {
	display: inline-block;
	font-size: 14px;
	font-weight: normal;
	text-align: left;
}

.search-container {
	padding: 11px 12px 0 12px;
}


.table-lable {
	padding: 11px 12px 0 12px;
}

.fa-borderbottom:before {
	text-decoration: underline;
	margin-right: 2px;
}

table.tx_bmfiles td.tx_bmfiles-download a.language {
	opacity: 0.7;
}

table.tx_bmfiles td.tx_bmfiles-download .tx_bmfiles-download-languages {

}

.tx_bmfiles-hidden {
	display:none;
}

.tx_bmfiles-emtpyEnd {
	width: 28%;
}

#tx_bmfiles-sort {
	font-weight: bold;
}

.tx-bmfiles select {
    font-family: DINCompPro, sans-serif;
    background-color:transparent;
    background-repeat:no-repeat;
    background-position: right 0px top 15px;
    background-size: 16px 16px;
    padding: 11px 12px 0 12px;
    width:auto;
    font-size: 14px;
    -webkit-appearance: none;
    border:0;
    outline:0;
    -webkit-transition:0.3s ease all;
    -moz-transition:0.3s ease all;
    -ms-transition:0.3s ease all;
     -o-transition:0.3s ease all;
    transition:0.3s ease all;
    
    -moz-appearance: none;
    text-indent: 0.01px;
    text-overflow: '';
}

.tx-bmfiles select:focus, select:active {
  border:0;
  outline:0;
}

@media screen and (max-width: 680px) {
	.tx_bmfiles-emtpyEnd {
		width: 0;
	}
}