.map{
    width: 80%;
    height: 500px;
    float: right;
}
.main-content{
    width: 79%;
}
.layerlist{
    width:19%;
    float: left;
}
/* Tooltip container */
.tooltip {
  cursor: pointer;
  opacity: 1;
  position: relative;
  display: inline-block;
  /* If you want dots under the hoverable text */
}

/* Tooltip text */
.tooltip .tooltiptext {
  visibility: hidden;
  width: 120px;
  background-color: #555;
  color: #fff;
  text-align: center;
  padding: 5px 0;
  border-radius: 6px;

  /* Position the tooltip text */
  position: absolute;
  z-index: 1;
  bottom: 125%;
  left: 50%;
  margin-left: -60px;

  /* Fade in tooltip */
  opacity: 1;
  transition: opacity 0.3s;
}

/* Tooltip arrow */
.tooltip .tooltiptext::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #555 transparent transparent transparent;
}

/* Show the tooltip text when you mouse over the tooltip container */
.tooltip:hover .tooltiptext {
  visibility: visible;
  /*opacity: 0;*/
}
.cite{
    position: relative;
    text-align: center;
    top: 100px;
}
.ui-dialog{
    padding:100px 0;
    /*width:450px !important;
    height:350px !important;*/
    color:white !important;
    background:red !important;
}
.ui-dialog-title{
    text-align: center;
}
.ui-widget-header{
    color:red !important;
    background:white !important;
}

#dialog h1{
    text-align: center;
    padding: 50px 0;
    color:white !important;
}
.shine{
    box-shadow: 0 0 20px white;
}