 .tag-dropdown {
    position: absolute;
    background-color: #f9f9f9;
    border: 1px solid #ccc;
    display: none;
    z-index: 3;
    width: 100%;
    margin-top: -24px;
}

.tag-dropdown-header {
    text-align: center;
    padding: 8px;
}



.tag-dropdown-header {
    font-weight: bold;
}

.tagged {
    border-radius: 12px;
    padding: 4px 10px;
    margin : 0 0 4px;
}


.tagged-student, .tag-dropdown-header-student {
    color: #007E82 !important;
    background-color: #E6F8F9 !important;
}

.tagged-trainer, .tag-dropdown-header-trainer {
    color: #9C7903 !important;
    background-color: #FEF2CC !important;
}

.tagged-coordinator, .tag-dropdown-header-coordinator {
    color: #098009 !important;
    background-color: #D9EAD3 !important;
}

.tagged-admin, .tag-dropdown-header-admin {
    color: #225F57 !important;
    background-color: #99DAD1 !important;
}