@CHARSET "UTF-8";
a.confirmLink {
/* 	margin-left: 50%; */
} 

.mapIFrame {
	border: none;
	width: 710px; 
	height: 680px; 
	overflow: hidden; 
}

.itemMapStyling {
	 width: 710px;
	 min-height: 680px;
	 overflow: auto;
}

.dialog-medium-high {
	width: 620px; 
	min-height: 380px;
	overflow: auto;	
}

.dialog-small {
	width: 310px;
	height: 350px;
	overflow: auto;	
}

.dialog-medium-extra-high {
	width: 620px;
	height: 350px;
	overflow: auto;
}

.dialog-big {
	width: 620px; 
	min-height: 620px;
	overflow: auto;
}

.dialog-medium {
	width: 620px;
	height: 225px;
	overflow: auto;
}

.dialog-medium-ext {
	width: 620px;
	height: 340px;
	overflow: auto;
}

.link-heading {
  text-transform: uppercase;
}

.byline-header {
    font-weight: bold;
    float: left;
}

.nowrap {
    white-space: nowrap;
}

.capitalizeFirst {
    /* this is only to be able to use 'first-letter' below... */
    display: block;
}

.capitalizeFirst::first-letter {
    text-transform: uppercase;
}