.icon-xs { width: 16px; margin-right: 8px; }
.icon-sm { width: 24px; margin-right: 8px; }
.icon-md { width: 32px; margin-right: 8px; }
.icon-lg { width: 40px; margin-right: 8px; }
.icon-xl { width: 48px; margin-right: 8px; }

.dashed+label {
    font-weight: normal !important;
}

section {
    margin-bottom: 34px;
}

.has-pieces-top {
    border-top: 2px solid #ccc !important;
    border-left: 2px solid #ccc !important;
    border-right: 2px solid #ccc !important;
}

tr.success {
    border-left: 2px solid #ccc !important;
    border-right: 2px solid #ccc !important;
}

tr.success + tr:not(.success) {
    border-top: 2px solid #ccc !important;
}