<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.tabContent {
  display: none;
  padding: 6px 12px;
  border: 0px solid #ccc;
  border-top: none;
}
/* Style the tab */
.tab {
  overflow: hidden;
  border: 0px solid #ccc;
  background-color: white;
}

/* Style the buttons inside the tab */
.tab button {
  background-color: inherit;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 5px 10px;
  margin: 5px;
  border-radius:5px;
  box-shadow: 0 1px 3px rgba(0,0,0,0.52), 0 1px 2px rgba(0,0,0,0.24);
  transition: 0.3s;
  font-size: 12px;
}

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

/* Create an active/current tablink class */
.tab button.active {
  border-radius:5px;
  color: #ffffff;
  background-color: #032143;
}

.ui-autocomplete {
  max-height: 200px;
  overflow-y: auto;
  /* prevent horizontal scrollbar */
  overflow-x: hidden;
  background: #ffffff;
  width: 300px;
  border-style: solid;
  border-color: #032143;
  padding: 5px;
  cursor: pointer;
}
/* IE 6 doesn't support max-height
 * we use height instead, but this forces the menu to always be this tall
 */
* html .ui-autocomplete {
  height: 200px;
}

a.x:hover {fill: #032143;stroke: red; stroke-width: 3px; transition: fill 0.1s;}

#mapsection {
 width: 100%;
 height: auto;
 fill: #99ccff;
 stroke: #fff;
 transition: transform 0.05s;
 stroke-width: 9px;}

/* reset */
* {
  margin: 0;
  padding: 0;
}

#wrapper {
  position: absolute;
  width: 100%;
  height: 100%;
}

/* changes the cursor style */
label {cursor: pointer;}

label:focus {outline: none;}

/* hide inputs */
.menu-checkbox {display: none;}

.menu-toggle {
  position: absolute;
  top: 0;
  right: -30px;
  width: 30px;
  height: 30px;
  line-height: 0px;
  display: block;
  text-indent: -9999px;
  padding: 0;
  background: #fff url(https://www.ersys.com/ersys_images/bw_menu.svg) 50% 50%/25px 25px no-repeat;
}

.menu {
  position: fixed;
  top: 0;
  left: 0;
  width: 320px;
  height: 100%;
  background: #032143;
  transform: translate3d(-320px, 0, 0);
  transition: transform 0.35s;
}

.menu ul li &gt; label {background: url(https://www.ersys.com/ersys_images/bw_rt_arrow.svg) 95% 50%/16px 16px no-repeat;}

.menu ul li a, .menu ul li label {
  display: block;
  text-align: left;
  padding: 0 10px;
  line-height: 30px;
  text-decoration: none;
  color: #fff;
}
.menu ul li a:hover, .menu ul li label:hover {color: #000000; background: #ffffff; border-radius: 0px; border: 0px #000000;}

/* fade in checked menu */
.menu-checkbox:checked + .menu {transform: translate3d(0, 0, 0);}

.menu-toggle {display: block;}

/* change to X symbol */
.menu-checkbox:checked + .menu &gt; .menu-toggle {background: #fff url(https://www.ersys.com/ersys_images/bw_x.svg) 50% 50%/25px 25px no-repeat;}

/* hide navigation icon for sublabels */
.menu .menu .menu-toggle {background: none;}

/*.menu .menu-checkbox:checked + .menu &gt; .menu-toggle {background: none;}*/

/* for show */
html, body {height: 100%; line-height: 1.3; font-family: Arial, Helvetica, sans-serif;font-size:12px}

body {background: url('https://www.ersys.com/ersys_images/bg.png'); background-repeat: repeat-x;}

p {margin-bottom: 15px;}

* {box-sizing: border-box;}

.row::after {
  content: "";
  clear: both;
  display: table;
}

[class*="col-"] {
  float: left;
  padding: 15px;
}

.aside {
  padding: 0px;
  color: #ffffff;
  text-align: center;
  font-size: 14px;
}

.header {
  background-color: #9933cc;
  color: #ffffff;
  padding: 15px;
}

.footer {
  background-color: #0099cc;
  color: #ffffff;
  text-align: center;
  font-size: 12px;
  padding: 15px;
}

/* For mobile phones: */
[class*="col-"] {
  width: 100%;
}

@media only screen and (min-width: 600px) {
  /* For tablets: */
  .col-s-1 {width: 50%;}
  .col-s-2 {width: 32%;}
  .col-s-3 {width: 13%;}
  .col-s-1x {width: 82%;}
  .col-s-3x {width: 13%;}
  div.newspaper {column-count:3;}
}
@media only screen and (min-width: 768px) {
  /* For desktop: */
  .col-1 {width: 50%;}
  .col-2 {width: 32%;}
  .col-3 {width: 13%;}
  .col-1x {width: 82%;}
  .col-3x {width: 13%;}
  div.newspaper {column-count:4;}
}

a:link {
  text-decoration: none; color: white;
}

a:visited {
  text-decoration: none; color: white;
}

a:hover {
  color: red;
}
</pre></body></html>