.x-mask {
    opacity: 0.5;!important;
}

#lblAbout {
    background-color: rgba(245, 245, 245, 0.6);
    bottom: 0;
    color: rgb(68, 68, 68);
    font-family: Roboto,Arial,sans-serif;
    font-size: 10px;
    font-weight: 400;
    left: 80px;
    margin-left: 1px;
    padding-right: 6px;
    padding-left: 6px;
    position: fixed;
    text-align: right;
    width: auto;
    height: 14px;
    line-height: 14px;
    z-index: 999;
}

.fs-map-controls {
margin-top: 10px;
border: 1px solid transparent;
border-radius: 2px 0 0 2px;
box-sizing: border-box;
-moz-box-sizing: border-box;
height: 32px;
outline: none;
box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
}

#fs-map-pac-input {
background-color: #fff;
font-family: Roboto;
font-size: 15px;
font-weight: 300;
margin-left: 12px;
padding: 0 11px 0 13px;
text-overflow: ellipsis;
width: 300px;
}

#fs-map-pac-input:focus {
border-color: #4d90fe;
}

.map_labels {
  color: white; !important;
  background-color: transparent;
  font-family: "Lucida Grande", "Arial", sans-serif;
  font-size: 12px;
  text-align: center;
  width: 20px;
  white-space: nowrap;
}

.hidescrollbar {
    overflow-x:hidden; !important;
}
