.tt_mobile_sm {
  margin-top: .4em;
}

.tt_sm {
  border-radius: 5px;
  box-shadow: 3px 3px 4px rgba(0,0,0,.5);
  z-index: 1000000;
  background-color: #ffffff;
  padding: .6em;
  opacity:0.9;
  font: 12px/1.5 Verdana, Arial, Helvetica, sans-serif;
  color: black;
}

.tt_name_sm {
  float: left;
  font-weight: bold;
}

.tt_custom_sm {
  overflow: hidden;
}

.btn_simplemaps {
  color: black;
  text-decoration: none;
  background: #ffffff;
  display: inline-block;
  padding: .5em .5em;
  margin: 0;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  line-height: 1.43;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 1px solid;
  border-radius: .3em;
}

.btn_simplemaps:hover {
  text-decoration: underline;
}

.xmark_sm {
  float: right;
  margin-left: .5em;
  cursor: pointer;
  line-height: 0px;
  width: 1.3em !important;
}
