/* Extra small devices (portrait phones, less than 576px) */
/* No media query for `xs` since this is the default in Bootstrap */
.OMSZEventCountiesMap {
	text-align: center;
	height: 100px;
}
	.OMSZEventCountiesMap .OMSZEventCountiesMapLoading {
		position: relative;
		top: 40px;
		text-align: center;
	}

    .OMSZEventCountiesMap .innerContainer {

    }

    .OMSZEventCountiesMap img {
        opacity: 0;
    }

    .OMSZEventCountiesMap svg polygon {
        stroke: #555;
        stroke-width: 1;
        stroke-linecap: round;
        stroke-linejoin: round;
        stroke-opacity: 1;
    }
        .OMSZEventCountiesMap svg polygon:last-child,
        .OMSZEventCountiesMap svg polygon:last-child:hover,
        .OMSZEventCountiesMap svg polygon:last-child:focus {
            stroke-width: 0;
            stroke-linecap: round;
            stroke-linejoin: round;
            stroke-opacity: 0;
            fill: none !important;
            fill-opacity: 0;
        }

    .OMSZEventCountiesMap .hover {
        stroke: #555;
        stroke-width: 1;
        stroke-linecap: round;
        stroke-linejoin: round;
        stroke-opacity: 0.25;
        fill: #aaa !important;
        fill-opacity: 1;
    }

    .OMSZEventCountiesMap a,
    .OMSZEventCountiesMap a:link {
        margin-top: 15px;
        color: #fff !important;
    }

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {
    
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {
    
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
    
}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
    
}
