/* Download attachments */
.download-attachments .download-title {
    padding-bottom: 0px;
	margin: 0px;
}

.download-attachments table {
	border-collapse: collapse;
	border-spacing: 0;
	background-color: transparent;
	width: 100%; max-width: 100%;
	border-collapse: separate;
    border-spacing: 0 10px;
}

.download-attachments div a,
.download-attachments ul a,
.download-attachments table a {
	text-decoration: none;
	border: none;
	color: black;
}

.download-attachments table td,
.download-attachments table th {
	padding: 8px;
	line-height: 1.6;
	vertical-align: middle;
	border-top: 1px solid #ddd;
	text-align: left;
	border: 1px solid #D6D8E0;
	font-size: 12px;
}

.da-attachments-list {
	list-style: none;
}

.download-title {
	font-size: 22px;
}


.attachment-download-button, .attachment-view-button{
	width: 100px;
	background-color: #0b5563;
    text-align: center !important;
    color: white;
}

.icon-file {
	width: 16px;
	height:auto;
	vertical-align:middle;
	margin-right:0px;
}

.icon-box {
	width: 34px;
	text-align: center;
}

/* --- ResponsywnoÅ›Ä‡ na telefony --- */
@media (max-width: 768px) {
    .da-attachments-table {
        display: block;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        width: 100%;
    }

    .da-attachments-table th,
    .da-attachments-table td {
        white-space: nowrap;
        padding: 8px 8px !important;
        font-size: 12px !important;
    }
	.icon-box {
	width:70px; text-align: center;
}
.icon-file {
	width:20px; height:auto; vertical-align:middle; margin-left: 0px; margin-right: 10px;
}
}

