/** Shopify CDN: Minification failed

Line 8:0 Unexpected "<"
Line 17:0 Unexpected "<"

**/

<style>
  #map_wrapper {
    height: 400px;
  }

  #map_canvas {
    width: 100%;
    height: 100%;
  }
</style>


.something {
	color: lightblue;
}


.tab {
  float: left;
  border: 1px solid #ccc;
  background-color: #f1f1f1;
  width: 30%;
    height: 600px;
    overflow-y: scroll;

}
button.tablinks a {
    color: #ed1b30;
}

/* Style the buttons inside the tab */
.tab button {
  display: block;
  background-color: inherit;
  color: black;
  padding: 22px 16px;
  width: 100%;
  border: none;
  outline: none;
  text-align: left;
  cursor: pointer;
  transition: 0.3s;
  font-size: 14px;
}

/* Change background color of buttons on hover */
.tab button:hover {
  background-color: #ddd;
}

/* Create an active/current "tab button" class */
.tab button.active {
  background-color: #ccc;
}

/* Style the tab content */
.tabcontent {
  float: left;
  padding: 0px;
  border: 1px solid #ccc;
  width: 70%;
  border-left: none;
  height: 300px;
}






