﻿@charset "utf-8";
/*@table-bg-hover:                #f5f5f5;*/
/*@font-family-alternate: 'Century Gothic', CenturyGothic, AppleGothic, sans-serif;*/
@media screen, print {
  #GoogleMapContainer {
    margin-top: 40px;
  }
  #GoogleMapContainer iframe {
    height: 400px;
    width: 100%;
    border: 0;
  }
  /*ul.ticks {
        list-style-type: none;
        margin: 0;
        padding: 0;
        text-align: left;
        padding: 0;
        margin-top: 0;
        padding: 10px 20px 0 20px;
        width: 100%;

        li {
            background-image: url(/wp-content/themes/chameleon/static/img/lists/bullet.svg);
            background-repeat: no-repeat;
            display: list-item;
            vertical-align: top !important;
            background-size: 25px;
            padding: 0 0 15px 35px;
            margin-bottom: 10px;
        }
    }*/
}