/* 
	themes.scss
	
	This stylesheet is used to define themes
	
*/
.infowindow h5 {
  margin: 4px 0 4px; }
.infowindow .line {
  width: 100%;
  border-bottom: #5c534a solid 1px;
  margin: 0px; }
.infowindow .button {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  font-weight: bold;
  padding: 1px 12px; }

