body {
  background-color: #F7F7F7;
  padding-top: 3px;
  height: 400px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 300; }
  body h1, body h2, body h3, body h4, body h5, body h6 {
    letter-spacing: -1pt;
    font-weight: 100;
    color: #5B5A5A; }
    body h1 strong, body h2 strong, body h3 strong, body h4 strong, body h5 strong, body h6 strong {
      font-weight: 700; }
  body h1 {
    font-size: 28px;
    border-bottom: 1px solid #C8C8C8;
    padding-bottom: 10px;
    margin-top: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  @media only screen and (min-width: 600px) {
    body {
      border: 1px solid #C8C8C8; } }

#themap {
  border: 1px solid #C8C8C8;
  width: 100%;
  height: 440px !important;
  float: left; }
  @media only screen and (min-width: 600px) {
    #themap {
      height: 290px !important; } }

.mycluster {
  font-family: 'Open Sans', sans-serif;
  font-weight: 800;
  padding-top: 16px;
  background-color: rgba(31, 121, 200, 0.7);
  border: 2px solid #1F79C8;
  color: #F7F7F7;
  text-align: center;
  font-size: 14px;
  border-radius: 40px;
  font-weight: bold; }
  .mycluster.small {
    background-color: rgba(94, 171, 155, 0.7);
    border: 2px solid #5EAB9B; }
  .mycluster.medium {
    background-color: rgba(253, 182, 50, 0.7);
    border: 2px solid #FDB632;
    color: #5B5A5A; }
  .mycluster.large {
    background-color: rgba(243, 115, 56, 0.8);
    border: 2px solid #F37338; }
  .mycluster.huge {
    background-color: rgba(194, 35, 38, 0.8);
    border: 2px solid #C22326; }

#button-wrapper {
  position: absolute;
  top: 4px;
  right: 20px;
  z-index: 400; }

#reset-links {
  background-color: #C8C8C8;
  border: none;
  color: white;
  font-weight: 400;
  font-size: 11px;
  text-transform: uppercase; }

.disclaimer {
  margin-top: 2px;
  margin-bottom: 1px;
  font-size: 9px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

#mapbase {
  background-color: #1F79C8;
  border: 1px solid #C8C8C8;
  background: url(http://design.kgwcreative.com/04-17-parking-tickets/top10/images/phone-assets/1.jpg) no-repeat center bottom;
  background-size: 100%;
  height: 280px; }
  @media only screen and (min-width: 600px) {
    #mapbase {
      background: url(http://design.kgwcreative.com/04-17-parking-tickets/top10/images/desktop-assets/1.jpg) no-repeat center bottom; } }
  @media only screen and (min-width: 300px) {
    #mapbase {
      height: 440px; } }
  @media only screen and (min-width: 600px) {
    #mapbase {
      height: 280px; } }

.svg-container {
  border: 1px solid #C8C8C8;
  background-color: #F7F7F7;
  display: inline-block;
  padding: 0;
  margin: 10px; }
  .svg-container svg {
    width: 100%;
    padding: 10px; }
    @media only screen and (min-width: 600px) {
      .svg-container svg {
        height: 254px; } }

svg text {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

svg text::selection {
  background: none; }

.preload {
  opacity: 0;
  position: absolute;
  top: -9999px;
  left: -9999px; }
