﻿.name-status-name {
    position: relative;
}
.name-status-primary {
    position: absolute;
    left: 2em;
    font-size: 0.5em;
    cursor: pointer;
}
.name-status-left
{
    position: absolute;
    left: 0;
}
.name-status-right
{
    position: absolute;
    right: 0;
}

[data-toggles=".note-siblings"] > .my-dropdown-arrow {
    top: 8px;
}

.dropdown > dd {
    position: absolute;
    top: 1.8em;
    left: 35%;
    z-index: 30;
    background-color: #253939;
}

.dropdown > dd > ul {
    display: none;
    list-style: none;
    padding: 5px 0px;
    width: auto;
    min-width: 170px;
    z-index: 5;
}

.dropdown > dd > ul > li > a {
    padding: 5px;
    display: block;
    font-size: 1.0em;
    margin-left: 6px;
    color: white;
}
