@media screen and (max-width:928px) {
	#map {
		width: 100% !important;
	}

	#map svg {
		width: 100%;
	}
}

#map-container h3 {
	font-family: samsung-interface-black, helvetica, arial, sans-serif;
	font-size: 32px;
	color: #27aae0;
	text-transform: uppercase;
	text-align: center;
	margin: 40px auto 20px;
}
#map {
	text-align: center;
	margin: 0 auto;
}
.map-winners {
	position: absolute;
	background: white;
	width: 320px;
	padding: 10px 20px;
	border: 1px solid black;
	-webkit-box-shadow: 3px 3px 5px 0px rgba(50, 50, 50, 0.75);
	-moz-box-shadow:    3px 3px 5px 0px rgba(50, 50, 50, 0.75);
	box-shadow:         3px 3px 5px 0px rgba(50, 50, 50, 0.75);
}
.map-winners h3 {
	font-weight: bold;
	margin-top: 6px;
	margin-bottom: 13px;
}
.map-winners ul {
	padding-left: 0;
	margin-top: 10px;
}
.map-winners li {
	list-style: none;
	font-size: 16px;
	line-height: 22px;
}
.map-winners li strong {
	font-size: inherit;
	font-weight: bold;
}
/* finalists link */
.finalists {
	text-align: center;
	margin: 20px auto 0;
}

@media screen and (max-width:768px) {
	.finalists {
		margin-top: 30px;
	}
}

.finalists.asterisk {
	margin: 0px;
}
/* bootstrap mobile styles */
.panel {
	border: 0;
	border-top: 1px solid #ddd;
	margin-bottom: 0;
}
.panel:last-of-type {
	border-bottom: 1px solid #ddd;
}
.panel-title, .panel-body {
	font-size: 18px;
	text-align: center;
	margin: 0 auto;
}
.panel-body {
	font-size: 16px;
	text-align: left;
}
