body, .buttonInfo, option, select, #button {font-family: "Lucida Console", Courier, monospace;}

body { 
  margin: 0;
  background-color: #ccffcc;
  text-align: center;
}

.header {
  overflow: hidden;
  border-bottom: 3px solid #e6b3e6;
}

.header a {
  float: left;
  color: green;
  text-align: center;
  padding: 6px;
  text-decoration: none;
  font-size: 18px; 
}

.header a:hover { color: #1aff1a; }

.header-right {
  float: right;
  padding: 12px;
}

.imgResponsive {
  width: 100%;
  height: auto;
}

#wait{
 visibility: hidden;
 background-color: trasparent;
 border: 0px;
 padding: 0px;
 z-index: 1003;
 width: 50px;
 height: 50px;
 margin: 0 47%;
}

@media screen and (max-width: 500px) {

  .header a.logo {
    text-align: left;
  }

  .header a {
    float: none;
    display: block;
    text-align: right;
  }
  
  .header-right {
    float: none;
  }

}
