/* Universal viewer custom and fixes for common Omeka themes */
@media screen {
    .universal-viewer {
        height: 600px;
    }
    .universal-viewer .headerPanel .centerOptions .mode label {
        width: auto;
        min-width: 31px;
    }
    /* Fix for firefox */
    .universal-viewer .uv .footerPanel .searchOptions {
        width: 480px;
    }
}
