button {
	background-color: transparent;
	border-style: none;
}



/* Dropdown Button 
.dropbtn {
    background-color: #3498DB;
    color: white;
    padding: 16px;
    font-size: 16px;
    border: none;
    cursor: pointer;
}*/

/* Dropdown button on hover & focus 
.dropbtn:hover, .dropbtn:focus {
    background-color: #2980B9;
}
*/
/* The container <div> - needed to position the dropdown content */
.dropdown {
    position: relative;
	float: right;
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
	display: none;
    position: absolute;
    /*min-width: 160px;*/
    z-index: 1;
	left: 414px;
	top: 26px;

}

/* Links inside the dropdown */
.dropdown-content a {
	height: 21px;
    color: black;
/*    padding: 12px 16px;*/
    text-decoration: none;
    display: block;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	/*background-color: rgba(82, 137, 217, 0.49);*/
	
margin-left: 10px;
	margin-right: 10px;
/*border-bottom: 1px solid white;*/
}


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

/* 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;}


/*.tapCatcher {
	position: absolute;
	width: 640px;
	height: 640px;
	background-color: rgba(177, 37, 37, 0.27);
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	top: 50px;
}*/
