/* breakpoints */
.map {
  -webkit-border-image: url("../images/border-small.png") 10% repeat repeat;
  -o-border-image: url("../images/border-small.png") 10% repeat repeat;
  border-image: url("../images/border-small.png") 10% repeat repeat;
  border-width: 4px;
  border-style: solid;
  max-width: 100%;
  overflow: hidden;
  position: relative;
  background: #fafafa;
}

.no-borderimage .map {
  border: 2px solid none;
}

.map .map-canvas {
  position: relative;
}

.map img {
  max-width: none;
}

.map .MicrosoftMap .infobox-close {
  position: static;
  float: right;
}

.map .MicrosoftMap .Infobox .infobox-body {
  height: 100%;
}

.map .MicrosoftMap .Infobox .infobox-info {
  height: 100%;
  box-sizing: border-box;
}
