* {
  outline: none;
}

a {
  cursor: pointer;
}

button {
  outline: none!important;
}

body {
  font: 15px/22px 'proxima-nova', 'Helvetica Neue', Arial, sans-serif;
}

p {
  font-size: 15px;
  line-height: 20px;
  color: #555;
}

a,
a:hover,
a:focus {
  text-decoration: none;
}

.lg-html {
  height: 100%;
}

.lg-body {
  height: 100%;
}

.lg-tooltip,
.lg-tooltip__down {
  position: relative;
}

.lg-tooltip__help:after {
  content: '?';
  font-style: normal;
  display: inline-block;
  width: 16px;
  height: 16px;
  line-height: 16px;
  background-color: #e9e9e9;
  border-radius: 100%;
  color: #717171;
  font-size: 12px;
  text-align: center;
  margin-left: 3px;
  cursor: pointer;
}

.lg-tooltip__container {
  display: none;
  padding: 10px 12px;
  background-color: #707070;
  list-style: none;
  position: absolute;
  z-index: 100;
  border-radius: 4px;
  bottom: calc(100% + 6px);
  left: -7px;
  text-transform: none;
  min-width: 200px;
}

.lg-tooltip__down .lg-tooltip__container {
    top: calc(100% + 6px);
    bottom: initial;
}


.lg-tooltip__container:before {
  content: '';
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #707070;
  display: inline-block;
  height: 0;
  width: 0;
  top: 100%;
  position: absolute;
  vertical-align: top;
}

.lg-tooltip__down .lg-tooltip__container:before {
    content: '';
    top: initial;
    border-top: initial;
    border-bottom: 6px solid #707070;
    bottom: 100%;
}

.lg-tooltip:hover .lg-tooltip__container,
.lg-tooltip__down:hover .lg-tooltip__container {
  display: block;
}

.lg-tooltip__container p {
  font-size: 12px;
  line-height: 15px;
  color: #ffffff;
}

.lg-tooltip__container p:last-child {
  margin-bottom: 0;
}
