.attachment-size {
    font-weight: bold;
    color: #000;
}

.attachment-download-button-row {
    width: 150px;
}

.attachment-download-button {
    background-color: #f8dc00;
    padding: 7px 45px;
    border: 0;
    border-radius: 20px;
    font-family: 'Titillium Web', sans-serif;
    font-weight: bold;
    font-size: 14px;
    color: #000;
    right: 0;
    bottom: 20px;
    transition: background 0.6s ease-out;
    -webkit-transition: background 0.6s ease-out;
    text-transform: uppercase;
}

.table tbody > tr {
    height: 60px;
}

.table tbody > tr > td {
    vertical-align: middle !important;
    border: none !important;
}

.table tbody > tr {
    border-top: 1px solid #dddddd;
    border-left: 3px solid #fff;
}

.table tbody > tr:hover {
    border-left: 3px solid #f8dc00;
}

.table tbody > tr:first-child {
    border-top: none;
}

.attachment-size {
    text-align: center;
    font-family: Arial;
    font-size: 17px;
}

.attachment-about {
    font-family: 'Titillium Web', sans-serif;
    font-size: 14px;
    color: #000;
    width: 420px;
}

.attachment-title {
    width: 110px;
    text-align: center;
    font-family: 'Titillium Web', sans-serif;
    font-size: 17px;
    clear: both;
    display: block;
    font-weight: bold;
    color: #000;    
}

.attachment-title > a { 
    color: #000;
    word-break: break-all;
}

.attachment-title > a:hover { 
    color: #f8dc00;
}

.attachment-icon {
    float: left;
    padding: 20px 20px 10px 20px !important;
}

.attachment-icon-preview {
    width: 100px !important;
    height: auto !important;
    margin-top: 15px;
    margin-left: -12%;
    float: none !important;
    padding: 0 !important;
}

.attachment-icon-preview-single {
    padding: 0 !important;
    float: none !important;
}

.attachment-icon-container {
    width: 110px;
    min-height: 75px;
}

.page-margin {
    margin-right: 5px !important;
}

.single-attachment {
    border-top: 1px solid #dddddd;
    border-bottom: 1px solid #dddddd;
}

/** kontakt */
.page-template-page-contact .single-attachment {
    margin-bottom: -21px !important;
}
.page-template-page-contact .attachment-about {
    font-size: 12px !important;
    padding: 4px !important;
}
.page-template-page-contact .attachment-size {
    font-size: 14px !important;
}
.page-template-page-contact .attachment-icon-container {
    display: none;
}
