table.resource-details tr td:first-child {
    width: 70px;
    padding-right: 15px;
}
.resource-details .resource-image {
    vertical-align: top;
}
.resource-info {
    margin-bottom: 15px;
    color: #b3b3b3;
    font-size: 0.9em;
}
.attachments-container {
    padding-top: 10px;
}
.attachment-file {
    width: 50%;
    float: left;
    padding: 10px;
    border: 1px solid #b3b3b3;
    box-sizing: border-box;
}
.attachment-file video,
.attachment-file audio {
    max-width: 767px;
    width: 100%;
}
.attachment-file .resource-photo {
    max-width: 100%;
}
.attachment-name {
    text-transform: uppercase;
    margin-bottom: 10px;
}
.resource-footer {
    padding-top: 20px;
}
table.resource-details {
    width: 100%;
}
.attachment-download {
    margin-top: 10px;
}
@media (max-width:767px) {
    .attachment-file {
        width: 100%;
    }
}