input.gallery-code,
input.gallery-hash {
    background-color: #ddd;
    color: #111;
    border: none;
    width: 100%;
    text-align: center;
}


.dynamic-gallery .dynamic-images {
    overflow: hidden;
    text-align: center;
}

.dynamic-gallery .image-template {
    margin: 0 2% 2% 0;
    display: inline-block;
    position: relative;
    overflow: hidden;
    outline: 1px solid #eee;
    background-color: #eee;
}

.dynamic-gallery .image-template img.image {
    display: block;
    margin-left: auto;
    margin-right: auto;
    max-height: 100%;
    width: auto;
    cursor: pointer;
}

.dynamic-gallery .image-template .image-index {
    display: inline;
    position: absolute;
    left: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.8);
    color: #fff;
    padding: 2px 5px;
    border-radius: 0 4px 0 0;
    opacity: 0.5;
}

select#gallery_columns {
    min-width: 80px;
    text-align: center;
}

select#gallery_image_size {
    width: 100%;
}

.media-sidebar {
    width: 300px
}

.attachments-browser .attachments,
.attachments-browser .uploader-inline,
.attachments-browser .media-toolbar {
    right: 333px
}