
.dropdown {
    position: relative;
    display: inline-block;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    padding: 12px 16px;
    z-index: 1;
}

.dropdown-content2 {

    position: absolute;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);


}

.playerLink {
    list-style-type: none;
}

.playerLink:hover {
    background-color: #f0f0f0;
}

.inputLink {
    list-style-type: none;
}

.inputLink:hover {
    background-color: #f0f0f0;
}

.closebtn {
    margin-left: 15px;
    color: #999999;
    font-weight: bold;
    float: right;
    font-size: 22px;
    line-height: 20px;
    cursor: pointer;
    transition: 0.3s;
}

.closebtn:hover {
    color: black;
}

.sign {
    font-size: 30px;
}