/* map styles for embedded maps */

.article-map.small {
    width: 300px;
    height: 200px;
}

.article-map.large {
    width: 100%;
    height: 100%;
}

