/* 
	csw-Map-Bing.css
	
		
	Version: [2018-01-02 01:28 pm]
*/

.csw-Map-Bing .csw25pct { width: 25%; }
.csw-Map-Bing .csw50pct { width: 50%; }
.csw-Map-Bing .csw75pct { width: 75%; }
.csw-Map-Bing .csw100pct { width: 100%; }

@media screen and (max-width: 768px) {
	.csw-Map-Bing .csw25pct,
	.csw-Map-Bing .csw50pct,
	.csw-Map-Bing .csw75pct,
	.csw-Map-Bing .csw100pct {
		width: 100%;
	}
}

.csw-Map-Bing .cswAlignLeft {
	text-align: left;
}
.csw-Map-Bing .cswAlignCenter {
	text-align: center;
}
.csw-Map-Bing .cswAlignRight {
	text-align: right;
}

/* Reset the Bing Map InfoBubble alignment */
.csw-Map-Bing .MicrosoftMap .infobox-info {
	text-align: left;
}
