/**
  * Styles used in 2.00b Toy Museum
  * in addition to standard 2.00b site styles
  **/

.museum-map-container { 
}

.map-button {
  background-color: #FFF; /* overwritten in JS */
  color: #333 !important;
  padding: 3px 8px;
  border-radius: 5px;
  margin-right: 4px;
  line-height: 30px;
  font-family: 'Montserrat' !important;
  font-weight: bold;
  display: inline-block;
}

.map-button:hover {
    opacity: 0.6; 
}

.map-button-active {
  border-style: solid;
  border-width: 2px;
  border-color: #ccc;
}

.bold-font {
  font-weight: bold;
}