button.alert {
    padding: 0 1rem;
    line-height: 1.8rem;
    background-color: #e62e2e;
    margin-top: 20px;
    margin-bottom: 8px;
}

button.alert:hover {
    background-color: #bc0f0f;
}

#ResourceToolsContainer > li.full {
    width: 100%;
    text-align: center;
}

.locked-resource {
    position: relative;
    color: #aa0000;
    font-weight: bold;
}

#previewimagewrapper .locked-resource {
    display: none;
}

.ResourceTitleWorkflow4 {
    color: #aa0000;
}
