div.attachment_categories_column {
    text-align: center;
    margin-right: 4px;
    margin-bottom: 4px;
}

.attachment_category {
    font-family: "Trebuchet MS", Verdana, sans-serif;
}

.attachments_fields input.description {
    width: 250px;
}

span.add_attachment {
    display: block;
}

.attachment_category_style_default {
    position: relative;
    bottom: 2px;
    text-transform: uppercase;
    font-weight: bold;
    padding: 0px 2px 0px 2px;
    font-size: 75%;
    margin-right: 2px;
    margin-left: 2px;
    border-radius: 2px;
}

.attachment_category_style_other {
    border: solid grey 1px;
    border-radius: 6px;
    padding: 0px 2px 0px 2px;
    margin: 2px 5px 2px 5px;
}

div.thumbnails div {
    text-align: center;
}

input.archive_attachments {
    margin-left: 2px;
}

@media screen and (max-width: 899px) {
    div.attachment_categories_column>select {
        width: unset;
    }
    .attachments_fields input.description {
        margin-right: 16px;
    }
}
