/* Roles and Levels Page Specific Styles */

/* Base style for belt cards if needed, extending card--info */
.card--belt {
    border-top-width: 3px;
    border-top-style: solid;
}

/* Belt Colors */
.belt-white {
    border-top-color: white;
}

.belt-yellow {
    border-top-color: yellow;
}

.belt-orange {
    border-top-color: orange;
}

.belt-lime {
    border-top-color: lime;
}

/* Was 'lime' in inline style */
.belt-cyan {
    border-top-color: cyan;
}

.belt-brown {
    border-top-color: #8B4513;
}

.belt-purple {
    border-top-color: purple;
}

.belt-black {
    border-top-color: #333;
    border-bottom: 3px solid #333;
    /* Black belt has bottom border too in original */
}

.belt-red {
    border-top-color: red;
}

.belt-gold {
    border-top-color: gold;
}