#map.smallmap .olPopup div#featurePopup {
  background-color: rgba(255, 255, 255, 0.8) !important;
  color: #666 !important;
  text-align: center;
  height: 25px !important;
  padding: 4px !important; }

#map.smallmap .olPopup div#featurePopup h2 {
  background-color: rgba(255, 255, 255, 0) !important;
  color: #666 !important;
  margin-bottom: 0 !important;
  padding: 0 !important; }

#map.smallmap .olPopup div#featurePopup_contentDiv {
  background-color: rgba(255, 255, 255, 0) !important;
  font-size: 110%; }

#info {
  display: none; }

#info li {
  color: #CCC; }

#info li.highlight,
span.highlight {
  color: #CC0000;
  cursor: pointer; }

circle {
  cursor: pointer; }

.placemark {
  display: none; }

.rotate {
  -moz-transform: rotate(180deg);
  /* Firefox 3.6 Firefox 4 */
  -webkit-transform: rotate(180deg);
  /* Safari */
  -o-transform: rotate(180deg);
  /* Opera */
  -ms-transform: rotate(180deg);
  /* IE9 */
  transform: rotate(180deg);
  /* W3C */ }

#map.rotate .olPopup {
  -moz-transform: rotate(180deg);
  /* Firefox 3.6 Firefox 4 */
  -webkit-transform: rotate(180deg);
  /* Safari */
  -o-transform: rotate(180deg);
  /* Opera */
  -ms-transform: rotate(180deg);
  /* IE9 */
  transform: rotate(180deg);
  /* W3C */ }

div#controls {
  position: relative;
  top: 20px;
  z-index: 10000;
  left: 200px;
  text-decoration: underline; }

div#controls a {
  cursor: pointer; }
