#powermap {
    margin-top: -30%;
}

.cls-1, .cls-10, .cls-11, .cls-12, .cls-13, .cls-14, .cls-15, .cls-16, .cls-17, .cls-18, .cls-19, .cls-2, .cls-20, .cls-21, .cls-3, .cls-4, .cls-5, .cls-6, .cls-7, .cls-8, .cls-9 {
    stroke: #231f20;
    stroke-miterlimit: 10;
    cursor: pointer;
}

.cls-22 {
    font-size: 8px;
    fill: #fff;
    font-family: OpenSans;
    cursor: pointer;
}

.district-info {
    color: #9e9e9e;
    width: 90%;
    display: block;
    height: 80%;
    background-color: white;
    overflow: auto;
    margin: 0 auto;
    margin-top: 11%;
    padding: 20px;
    position: relative;
}

.district-info .district-placeholder {
    margin: 20px 0;
}

.district-info .district-box {
    border: 1px solid #9e9e9e;
    padding: 15px;
    width: 100%
}

.district-info .district-close {
    color: #000000;
    right: 10px;
    top: 5px;
    position: absolute;
    font-size: 24px;
}

.district-info .district-box .district-name {
    color: #3e8d96;
    font-weight: bold
}

.district-info .district-box .total {
    /* font-weight: bold */
}

.district-info .district-box .district-attribute {
    display: block
}

.district-info .district-box .district-attribute span {
    float: right
}

.district-info .district-box .district-button {
    color: #3e8d96;
    border: 1px solid #3e8d96;
    display: inline-block;
    text-align: center;
    width: 100%;
    margin-top: 15px;
    text-transform: uppercase;
    font-size: 12px;
    padding: 5px
}

.district-info table {
    border: none !important;
}

.district-info table tbody td, .district-info table thead th {
    color: #000;
    padding: 5px 5px;
}

.district-info table tbody tr {
    vertical-align: top;
}

.district-info table tr.even {
    background-color: #efefef;
}

.district-info .metric {
    text-align: right;
}

.map-csa-categories {
    display: block;
    float: left;
    margin-right: 30px;
}

.map-timeline {
    float: left;
}

.district-info-holder {
    position: fixed;
    top: 0;
    left: 0;
    background: #fff;
    background-color: rgba(153, 153, 153, 0.8);
    width: 100%;
    height: 100%;
    z-index: 10;
    display: none;
}

.district-info-holder.info-on {
    display: block;
}

.powermap-container {
    width: 100%;
}

.svg-container {
    position: relative;
    display: block;
    height: auto;
    width: 100%;
    overflow: hidden;
}
