body {
  color: #333;
  font-family: Verdana, Arial, Helvetica, sans-serif !important;
  font-weight: normal;
  font-size: 11px;
}
h5 {
  padding-bottom: 1em;
  border-bottom: 1px solid #aaa;
}
hr {
  border: none;
  border-bottom: 1px solid #aaa;
}
/*
 *
 *
 * IMGW 
 * custom styling
 *
 *
 */
.gp-buttonCheckbox {
  display: inline-block;
}
.gp-buttonCheckbox > input {
  display: none;
}
.gp-buttonCheckbox > label {
  display: block;
  padding: .25em;
  font-size: 1.0em;
  font-weight: normal;
  border-radius: .15em;
}
.gp-buttonCheckbox > label:hover {
  cursor: pointer;
}
.gp-buttonCheckbox input[type="checkbox"]:checked + label {
  font-weight: bold;
}
.gp-buttonCheckbox > label {
  color: #ffffff;
  background-color: #999999;
}
.gp-buttonCheckbox > label:after {
  float: right;
  width: 15px;
  height: 15px;
  content: " ";
  background-image: url("../img/checkbox.png");
  background-repeat: no-repeat;
  background-position: 0 0;
}
.gp-buttonCheckbox > label:hover {
  color: #ffffff;
  background-color: #828282;
}
.gp-buttonCheckbox > label:hover:after {
  background-position: 0 -15px;
}
.gp-buttonCheckbox input[type="checkbox"]:checked + label {
  color: #ffffff;
  background-color: #707070;
}
.gp-buttonCheckbox input[type="checkbox"]:checked + label:after {
  background-position: 0 -30px;
}
.gp-buttonCheckbox input[type="checkbox"]:checked + label:hover {
  color: #ffffff;
  background-color: #828282;
}
.gp-buttonCheckbox input[type="checkbox"]:checked + label:hover:after {
  background-position: 0 -15px;
}
.gp-buttonCheckbox.centered label {
  text-align: center;
}
#divPointSize {
  margin: 5px;
}
a.btn {
  display: block;
  margin: 2px auto;
  padding: 2px 0;
  text-align: center;
  text-decoration: none;
  font-weight: normal;
  color: #fff;
  background-color: #333;
  border: 1px solid #333;
  border-radius: .15em;
}
a.btn:hover {
  color: #fff;
  background-color: #555;
  border: 1px solid #333;
}
a.gp-button {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  display: block;
  margin: .25em;
  padding: .25em;
  text-decoration: none;
}
.w-full {
  width: 100%;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
.w-1-4 {
  width: 20%;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
#divLevels:after {
  display: table;
  clear: both;
  content: " ";
  height: 0;
}
table {
  border: 1px solid #777;
  margin-bottom: 1em;
}
table tr {
  border-bottom: 1px solid #333;
}
table th {
  color: #000;
  background-color: #eee;
  padding: 2px 8px;
}
table td {
  border-top: 1px solid #777;
  border-right: 1px solid #777;
  padding: 2px 8px;
}
table td:last-child {
  border-right: none;
}
ul.places {
  list-style: none;
  margin: 0;
  padding: 0;
}
ul.places li {
  margin: 0 0 1em 0;
  padding: 0;
  position: relative;
}
.places-item a {
  display: block;
  position: relative;
  width: 100%;
  max-width: 432px;
  height: auto;
  border: 3px solid #fff;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
.places-item a:hover {
  border-color: #009ee0;
  background-color: #009ee0;
}
.places-item img {
  width: 100%;
  max-width: 432px;
  height: auto;
}
.places-item span {
  position: absolute;
  top: 0;
  right: 0;
  padding: 4px 4px;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.5);
  text-align: right;
  font-weight: bold;
}
