/*------------------------------------*\ 
    #VENDORS-CUSTOM:MAPPING (Styles for various CWS custom mapping plugins)
\*------------------------------------*/
/*
    The following selectors have styles applied in the CDN and therefore
    shouldn't be changed:

    #mapKeyDiv
    #mapKeyDiv th
    div.blockMsg
    .cws-multipoint-map
    .cws-multipoint-map .mapDisplay
*/
#mapKeyDiv {
  padding: 0;
  text-align: left;
}

div.blockMsg {
  width: auto;
  margin: 0 50px;
  padding: 1em;
  border: 3px solid #999999;
  border-radius: 10px;
  text-align: center;
  background-color: #fff;
  font-weight: bold;
  font-size: 16px;
}

/*
    [*] Reset box sizing as Bootstrap settings create display errors with
    infobubbles
*/
.cws-multipoint-map * {
  box-sizing: content-box;
  /* [*] */
}
/*# sourceMappingURL=mapping.css.map */
