/**
 * olma.Popup
 */

.olma-popup {
}

.olma-popup-body {
  background-color: white;
  margin: 0 16px;
  padding: 2px;
  border: 1px solid rgb(123, 125, 125);
}

.olma-popup-line-top,
.olma-popup-line-bottom {
  height: 16px;
}

.olma-popup-tl .olma-popup-line-top,
.olma-popup-bl .olma-popup-line-bottom {
  border-left: 4px solid rgba(123, 125, 125, 0.7);
  margin: 0 0 0 7px;
}

.olma-popup-tl .olma-popup-line-top {
  transform: skew(45deg);
}

.olma-popup-bl .olma-popup-line-bottom {
  transform: skew(-45deg);
}

.olma-popup-tr .olma-popup-line-top,
.olma-popup-br .olma-popup-line-bottom {
  border-right: 4px solid rgba(123, 125, 125, 0.7);
  margin: 0 7px 0 0;
}

.olma-popup-tr .olma-popup-line-top {
  transform: skew(-45deg);
}


.olma-popup-br .olma-popup-line-bottom {
  transform: skew(45deg);
}

.olma-popup a:hover,
.olma-popup a:visited {
  text-decoration: none;
}

.olma-popup-image {
  width: 100px;
}

.olma-popup-moreinfo {
  background-color: rgba(20, 20, 20, 0.8);
  color: white;
  font-size: 9pt;
  font-weight: bold;
  text-align: center;
}