
.citieslist li {
    min-width: 201px;
    display: inline-block;
    width: 33%;
    padding: 5px;
    vertical-align: top;
    margin-bottom: 10px;
	line-height: 1.2 !important;
}

ul.citieslist {
    padding-left: 15px;
}

.citieslist li:hover {
    background: #ececec;
}

.h3 {
    font-size: 28px !important;
    margin: 20px 0;
}

.h4 {
    font-size: 24px !important;
    margin: 20px 0 !important;
}

.std {
    font-size: 18px;
}	

.std li {
    width: 24% !important;
}
.hdg li {
    width: 100%;
}

/* Style the buttons that are used to open and close the accordion panel */
.accordion {
  background-color: #eee;
  color: #444;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 18px;
  transition: 0.4s;
}

.citieslist.active, .accordion:hover {
  background-color: #ccc;
  border: 0px !important;
  font-weight: bold;
  text-shadow: 0 0 5px #000;
}

.accordion:after {
  content: '\002B';
  color: #777;
  font-weight: bold;
  float: right;
  margin-left: 5px;
}

.active:after {
  content: "\2212";
}

.panel {
  padding: 0 18px;
  background-color: white;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}