 /* Dropdown Button */
.dropbtn {
        font:14px Arial ;
        text-decoration:none;
        cursor: pointer;
        padding-left:16px
}


}

/* The container <div> - needed to position the dropdown content */
.dropdown {
        position: relative;

    display: text;
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
    display: none;
    position: ;
    z-index: 1;
}

/* Links inside the dropdown */
.dropdown-content a {

    ;
    text-decoration: none;
    display: text;
}

/* Change color of dropdown links on hover */
.dropdown-content a:hover {background-color: white}

/* Show the dropdown menu (use JS to add this class to the .dropdown-content container when the user clicks on the dropdown button) */
.show {display:block;}