.chart {
    height: 200px;
    width: 80%;
    margin: 10px auto;
}

#mapster_wrap_0 {
    margin: 0 auto;
}

.section-photos .img-thumbnail {
    background-color: #2F201B;
}

.section-photos .photo-title {
    display: none;
}

.primary-caption {
    padding: 1em 2em 0;
    color: #5b6b7c;
    font-weight: normal;
    font-style: italic;
}

.aba-id-thumb {
    max-height:150px;
}

.dist-map-legend {
    font-size: 12px;
}
    .dist-map-legend li img {
        padding-bottom: 1px !important;
    }

.dist-map-help {
    text-align: center;
    font-size: 12px;
    font-style: italic;
    padding: 0.5em 2em;
}

.sighting-recent {
    color: #794f0a;
}

.sighting-semirecent {
    color: #f9e45e;
}

.sighting-old {
    color: #9c0c0c;
}

.mapster-tt {
    font-weight: 700;
    border: 1px solid #4B3B40;
    color: #4B3B40;
    background: #FFFCE9;
    width: 160px;
    text-align: center;
    box-shadow: 2px 2px 4px;
    border-radius: 4px;
    opacity: 0.9;
    padding: 0.8em;
}

.highlight img {
    position: relative;
    border-bottom: 4px solid #f9e45e;
    outline:1px solid #333;
}

.highlight-bullet {
    font-size: 10px;
    font-weight: bold;
    text-decoration: none;
    position: absolute;
    top: 0;
    left: 0;
    color: #f9e45e;
    opacity: 0.5;
}

.highlight span::after {
    position: absolute;
    content: ' ';
    width: 0;
    height: 0;
    border-bottom: 10px solid transparent;
    border-left: 10px solid transparent;
    border-right: 10px solid #f00;
    top: 0px;
    right: 0px;
}


@media print {
     .collapse {
         display: block !important;
         height: auto !important;
     }
 }
a.video { position: relative; display: inline-block; overflow: auto; }
a.video:after {
    content: "\f01d";
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 50px;
    display: inline-block;
    text-shadow: rgb(30, 30, 30) 0px 1px 0px;
    color: white;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left:-25px;
    margin-top: -25px;
}

.butterfly-id-container {
    float: right;
}
.butterfly-id-container figure {
    margin:0 0 1em 1em;
}
@media(max-width:767px) {
    .butterfly-id-container {
        float: none;
    }
        .butterfly-id-container figure {
            margin: 0 0 1.5em;
        }
}
