<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#accommodation-on-map-toolbox
{
  position:absolute;
  top: 0;
  left: 0;
  height: auto !important;
  width: 100px;
  background-color: #fff;
  border: 1px solid #000;
}

#accommodation-on-map
{
  height: 100%;
}

  #accommodation-on-map #sunPath
  {
    margin: 10px;
    padding: 10px;
    background-color: #fff;
    border: 2px solid #fff;
    text-align: center;

  }

  #accommodation-on-map #sunPath #showSunCheckbox, #accommodation-on-map #sunPath #showSunCheckbox + label
  {
    vertical-align: middle;
  }

  #accommodation-on-map #sunPath #showSunCheckbox + label
  {
    vertical-align: middle;
    padding-left: 5px;
  }

  #accommodation-on-map #sunPath #showSunDate
  {
    margin-top: 5px;
  }

  #accommodation-on-map #compassrose-container
  {
    margin: 10px;
    padding: 10px;
    text-align: center;
    width: 50px;
    height: 50px;
    background-image: url(../Content/Images/compassrose.png);
    background-size: contain;
  }

  /*#accommodation-on-map #sunPath select
  {
    margin-top: 5px;
  }*/

  .mapview-tabs
  {
    list-style-type: none;
    width: 100%;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
  }

.mapview-tabs-tab
{
  height:25px;
  line-height:25px;
  float:right;
  text-align:center;
  cursor:pointer;
  color:#808080;
  padding:0 15px 0 30px;
  background:url('img/mapview-tabs-tab-icons.png') #c1c1c1 no-repeat 0px 0px;
}

.mapview-tabs-tab-active
{
  background:url('img/mapview-tabs-tab-icons-active.png') #0b4770 no-repeat 0px 0px;
  color:#fff;
}

.mapview-tabs-tab-streetview
{
  background-position:0px 0px;
}

.mapview-tabs-tab-map
{
  background-position:0px -25px;
}

.mapview-disclaimer
{
  text-align:center;
}</pre></body></html>