#CC-loader {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    display: none;
    z-index: 100;
    background: rgba(0, 0, 0, 0.6);
    cursor: progress;
}

#CC-alerts {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 99;
}
.button-bar {
    margin-bottom: 20px;
    background: #F0F0F0;
    padding: 10px;
}

table tr td {
    max-width: 250px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.form-badge {
    margin-top: 10px;
}
