.show {
    display: block;
}

#community {
    padding-right: 2em;
    background: none;
    border: none;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 700;
    color: #222;
    padding: 0px 15px 0px 15px;
    text-align:right;
    margin-top: 0px;
}

#community:hover {
    color:rgb(0,160,242) !important;
    background-color: rgb(255,255,255) !important;
}

#community:focus {
    outline: none;
}


#navPadding {
    margin-top: 1em;
}

.dropElements {
    text-align:left;
}

/* Dropdown Button */
.dropbtn {
    background-color: #4CAF50;
    color: black;
    padding: 16px;
    font-size: 16px;
    border: none;
    cursor: pointer;
}

/* Dropdown container */
.dropdown {
    position: relative;
    display: inline-block;
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
    /*max-height: 200px;  Set max height for scrolling */
    /*overflow-y: auto;  Enable vertical scrolling */
    top: 50px;
}

/*INTERNS PAGE*/
/* Links inside the dropdown */
.box_var,.box1{
    padding:10px;
}
.dropdown-content button {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    width: 100%;
    border: none;
    background: none;
    text-align: left;
}
/* Change color of dropdown links on hover */
.dropdown-content button:hover {
    background-color: #f1f1f1
}

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

/* Show the dropdown button on hover */
.dropdown:hover .dropbtn {
    background-color: #4fc0f0;
}
.dropdown_short{
    max-height:250px;
    overflow-y:scroll;
    top:50px !important;
}