/* 
    Document   : map
    Created on : 16/10/2014, 01:11:31 PM
    Author     : grisacea
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/

#content-map{
  border-left:  5px solid #9BBFE6;
  border-right: 5px solid #9BBFE6;
  border-radius:4px;
}

#map-invasive{
  width: auto;
  height: auto;
  background-color: #9BBFE6;
  margin: auto;
  visibility: visible;
  cursor: pointer;
}

#map-invasive_hidden{
  position: absolute;
  width: 180px;
  height: 150px;
  padding: 0.5em;
  visibility: hidden;
  background-color: #9BBFE6;
}

#map-invasive_hidden * {
  visibility: hidden;
}
