.label {
    float: left;
}

label input[type=radio] {
    display: none;
}

.waiting {
    background-color: rgba(230, 230, 230, 0.6);
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
}

.search .searchList {
    width: inherit;
    display: block;
    position: absolute;
    overflow: auto;
    max-height: 150px;
}

.context-menu{
    position: fixed;
    z-index: 300;
    width: 100%;
    background: black;
    color: white;
    top: 0;
}

.nav-link{
    cursor: pointer;
}

.pick{
    background-color: #007bff;
}

a{
    text-decoration: none;
}