@media screen and (max-width: 600px){ .lessmore {right: 0px; font-size: 20pt; } select {height: 50px} .msg {padding: 0; margin: 0} } #menu {display: block; position: absolute; right: 10px; top: 17px; font-size:0.7em} body { background-color: #2E3436; color: #eeeeec; font-family: "Arial", sans-serif; font-size: 1em; } a, a:visited, a:active { color: #eeeeec; //border-bottom: 1px #eeeeec dotted; text-decoration-style: dotted; } //#faq {display: block; // position: absolute; left: 10px; top: 17px; font-size:0.7em} //#menu{display:none} .msg { display: block; margin: 1em 0; background-color:#272C2D; padding: 1.5em 3em 1.5em; word-wrap: break-word; } .lessmore { display: block; color: #babdb6; position:fixed; top: 0px; height:70px; width:100%; text-decoration: none; margin-bottom: 5pt; text-align: center; font-size: 40pt; background-color: #2E3436; border-bottom: none; } #faq {margin: 80px 0 0; } select { padding:9px 0; margin: 80px 0 0; width: 100%; color:#000; border:1px solid transparent; border-bottom:1px solid #009688; font-size: 1em;} #dropdown-content { display: none; position:absolute; right: 0; top: 70px; height: auto; width: 300px; background-color:#2E3436; //padding: 20px; font-size: 0.5em; z-index:1; } #dropdown-content>a { border:1px solid #eeeeec; display: block; padding: 10px }