
 /* Dropdown Button */
.cphdropbtn {
    background-color: #b0b0b0;
    color: white;
    padding: 16px;
    font-size: 16px;
    font: serif;
    border: none;
    cursor: pointer;
}

/* The container <div> - needed to position the dropdown content */
.cphdropdown {
    position: relative;
    display: inline-block;
}

.cphdropdown1 {
    valign: bottom;
    position: relative;
    display: inline-block;
}

/* Dropdown Content (Hidden by Default) */
.cphdropdown-content {
    display: none;
    align: left;
    position: absolute;
    background-color: #b0b0bf;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    color: #c05050;
}

.cphdropdown-content1 {
    vertical-align: bottom;
    min-width: 160px;
    color: #c05050;
}

.cphdropdown-content2 {
    align: left;
    position: absolute;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
}

/* Links inside the dropdown */
.cphdropdown-content a {
    color: #303080;
    padding: 2px 5px;
    text-decoration: none;
    display: block;
}

/* Change color of dropdown links on hover */
.cphdropdown-content a:hover {
    background-color: #d0d0f0;
}

/* Show the dropdown menu on hover */
.cphdropdown:hover .cphdropdown-content {
    display: block;
}

/* Change the background color of the dropdown button when the dropdown content is shown */
.cphdropdown:hover .cphdropbtn {
    background-color: #404060;
}

cphspnav devselect {
  display: none;
}
