.draggable {
    position: absolute;
    background-position: top;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    background-color: yellow;
}

#droppable {
    padding: 0.5em;
}

td > a {
    color: #332B66;
}

a {
    color: #332B66;
}

    a:hover {
        color: #332B66;
    }

.secondary-color-dark {
    background-color: white !important;
}

.grey-color-dark {
    background-color: #1c2a48 !important;
}

.btn-primary {
    background-color: #332B66 !important;
    color: #fff !important;
}

.btn-grey {
    background-color: #1c2a48 !important;
    color: #fff !important;
}

.btn-secondary {
    background-color: #101820 !important;
    color: #fff !important;
}

.btn-outline-primary {
    border: 2px solid #332B66 !important;
    background-color: transparent !important;
    color: white !important;
}

.text-primary {
    color: #332B66 !important;
}

