.button-warning {
    color: white;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
    background: rgb(202, 60, 60);
}

.row-offset { margin-top:20px; }

.report_progress iframe {width: 100%; border: none; height: 7.5em;}

.table-user tr td:first-child {white-space: nowrap;}
.key {font-size: smaller;}

a.icon:hover {
    text-decoration: none;
}

form.icon {
    display: inline-block;
}

form.icon button {
    border: none;
    background: none;
    color: #337ab7;
}

form.icon button:hover, form.icon button:focus {
    color: #23527c;
}

.glyphicon-ok-circle {
    opacity: 0.33;
}

.admin-form textarea {
    height: 2.1em !important;
}

.admin-form .inline-field {
    padding: 2px;
    margin-bottom: 2px;
}

.trello-icon {
    width: 14px;
}