html,
body {
height: 100%;
margin: 0;
padding: 0;
}
#map {
min-height: 550px;
height: 100%;
}
#description {
font-family: Roboto;
font-size: 15px;
font-weight: 300;
}
#infowindow-content .title {
font-weight: bold;
}
#infowindow-content {
display: none;
}
#map #infowindow-content {
display: inline;
}
.gm-style-iw.gm-style-iw-c button {
top:  -5px !important;
right: -5px !important;
width: 40px !important;
height: 40px !important;
}
.gm-style-iw.gm-style-iw-c button span {
width: 30px !important;
height: 30px !important;
margin: 5px !important;
}
.pac-card {
margin: 10px 10px 0 0;
border-radius: 2px 0 0 2px;
box-sizing: border-box;
-moz-box-sizing: border-box;
outline: none;
box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
background-color: #fff;
font-family: Roboto;
}
#pac-container {
padding-bottom: 12px;
margin-right: 12px;
}
.pac-controls {
display: inline-block;
padding: 5px 11px;
}
.pac-controls label {
font-family: Roboto;
font-size: 13px;
font-weight: 300;
}
#pac-input {
background-color: #fff;
font-family: Roboto;
font-size: 15px;
font-weight: 300;
margin: 1em;
padding: .5em 1em;
text-overflow: ellipsis;
width: 225px;
border: 1px solid gray;
border-radius: 3px;
left: 0 !important;
}
@media (min-width: 425px) {
#pac-input {
width: 300px;
}
}
#pac-input:focus {
border-color: #4d90fe;
}
#title {
color: #fff;
background-color: #4d90fe;
font-size: 25px;
font-weight: 500;
padding: 6px 12px;
}
#target {
width: 250px;
}
button.gm-ui-hover-effect {
margin: 5px !important;
outline: none !important;
opacity: .5;
}
#content {
min-width: 150px;
padding: .25em 2.5em .5em 1em;
}
#content h3 {
font-size: 16px;
}
#content p {
margin-top: 0;
font-size: 14px;
margin-bottom: 0.75em;
}
#content a {
color: #007db9 !important;
}
#content p i {
font-size: 0.9rem;
display: block;
margin-top: -1em;
}
#content ul {
padding-left: 0;
list-style-type: none;
}
#content li {
font-size: 1rem;
line-height: 1.25;
}
.gmnoprint {
top: unset !important;
bottom :0 !important;
}
#content p.coords {
display: block;
font-size: 0.75rem;
margin-top: -1em;
}

.table__wrapper {
width: 100%;
}
.table__wrapper .table {
width: 100%;
max-width: 100%;
}
.table__center {
margin: 0 auto;
}
.table__content {
border: 1px solid #f0f0f0;
border-collapse: collapse;
width: 100%;
}
.table__content tr {
border-bottom: 1px solid #f0f0f0;
}
.table__content thead tr {
background-color: black;
color: white;
font-size: 1rem;
}
.table__content th,
.table__content td {
border: 1px solid black !important;
border-left: transparent !important;
border-right: transparent !important;
}
.table__content th {
padding: 0.75em;
}
.table__content td {
padding: .5em;
text-align: center;
}
.table__content a {
text-decoration: none;
font-size: 1.1rem;
}
.table__content th[scope="row"] {
text-align: left;
font-size: 1.1rem;
}
.table__content th[scope="row"] span {
font-size: 1rem;
}
.table__content td b {
background: url('https://www.georgiapower.com/content/dam/georgia-power/callout-icons/grid-checkmark.png') no-repeat center center;
color: transparent;
overflow: hidden;
}

@media screen and (max-width:991px) {
.table__content td:not(.mobile-view) {
display: none;
}
.table__content {
margin: 0 auto;
width: 100%;
border-spacing: 0;
}
.table__content td b {
background-position: 15px 0px !important;
}
.table__content b {
padding-left: 1em;
}
.table__content thead {
position: absolute;
clip: rect(1px, 1px, 1px, 1px);
padding: 0;
border: 0;
height: 1px;
width: 1px;
overflow: hidden;
}
.table__content tbody,
.table__content tr,
.table__content th,
.table__content td {
display: block;
padding: 0;
text-align: left;
white-space: normal;
}
.table__content tr td,
.table__content tr th {
padding: 0.5em 1em;
vertical-align: middle;
overflow: hidden;
position: relative;
vertical-align: top;
border-top: none;
width: 100%;
white-space: normal;
border-top: 1px solid black !important;
border-bottom: none !important;
}
.table__content th[scope="row"] {
width: 100%;
text-align: center;
display: block;
background-color: #B3BFC6;
margin: 0 auto;
padding: .5em 0;
}
.table__content td[data-header]:before {
content: attr(data-header);
float: left;
width: 50%;
color: #000000;
font-weight: 300;
text-align: right;
padding-right: 1em;
font-size: 1.1rem;
}
.table__content td[data-header] > * {
display: block;
width: 50%;
float: right;
clear: right;
padding-left: 1em;
margin-top: 0;
}
.table__content td[data-header]:after {
content: "";
position: absolute;
left: 0;
top: 0;
width: 50%;
border-right: 1px solid #EDF0F1;
padding-bottom: 200%;
display: block;
}
}
@media screen and (max-width: 600px) {
.table__center {
width: 100%;
}
}

.disclaimer {
    margin: 0.5em 1em;
    font-size: 1rem;
}