/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */

#tribuntu-map {
   position: relative;
   width: 700px;
   height: 500px;
   margin: 0 auto;
}

#tribuntu-side {
   position: absolute;
   top: 0px;
   width: 30%;
   background: #fff;
   padding: 0px 20px;
   border-radius: 3px;
   display: none;
}

#tribuntu-side h4 {
   margin: 10px 0px;
}

#tribuntu-side ul {
   list-style: none;
   padding: 0px;
}

#tribuntu-side li {
   margin: 10px 0px;
}

/* For mobile phones: */
@media only screen and (max-width: 768px) {
 
  #tribuntu-map {
   width: 100%;
}

#tribuntu-side {
   width: 100%;
   }
}