
#bottomMenu{
	position: absolute;
    width: 100%;
    bottom: 1em;
    /* text-align: center;*/
}


#bottomLeft{
	left: 2em;
    height: 3em;
    position: absolute;
    bottom: 0;
}

#bottomMiddle{
	display:inline-block;
	height:1.5em;
}

#bottomMenu img{
	height:100%;
}

#bottomMiddle img{
	padding: 0.2em 0.4em;
    margin: 0 0.4em;
}

#bottomMiddle .white{
	background-color:#FFF;
}
#bottomMiddle .blue{
	background-color:#196094;
}

/* Dropup Button */
.dropbtn {
  background-color: #3498DB;
  color: white;
  padding: 16px;
  font-size: 16px;
  border: none;
}

/* The container <div> - needed to position the dropup content */
.dropup {
  position: relative;
  display: inline-block;
}

/* Dropup content (Hidden by Default) */
.dropup-content {
  display: none;
  position: absolute;
  left: -50px;
  bottom: 50px;
  background-color: #f1f1f1;
  min-width: 200px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

/* Links inside the dropup */
.dropup-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

/* Change color of dropup links on hover */
.dropup-content a:hover {background-color: #ddd}


/* Change color of dropdown links on hover */
.dropup-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;}



