.tagEntry {
	padding: 10px;
	background-color: #F1F1F1;
	border: 1px solid #DADADA;
	margin: 10px;
	white-space: nowrap;
}

.tagInfo {
	display: inline-block;
	height: 100%;
	vertical-align: top;
	margin-left: 10px;
	word-wrap: break-word;
}

.tagTitle {
	font-weight: bold;
	overflow-wrap: break-word;
}

.tagTitle:hover {
	cursor: pointer;
}

.tagDate {
	font-size: 10px;
	font-style: italic;
	color: rgb(114, 114, 114);
}

.tagThumbnail {
	width: 105px;
	display: inline-block;
}

.tagActions {
	display: inline-block;
	margin-top: 10px;
}

.tagReports {
	margin-top: 10px;
}

.tagWrapper {
	background-color: #fff;
	margin: 0 auto;
	margin-bottom: 20px;
	border: 1px solid #dcd8d0;
}

.tagPreviewToggle {
	display: inline-block;
}

div#tags {
	width: 100%;
	display: inline-block;
}

div.tagWrapper div#viewerContainer {
	display: inline-block;
	vertical-align: top;
}

div#tagContent {
	clear: both;
}

div.tagEntry .geoTag {
	width: 425px;
	height: 425px;
	margin-left: 10px;
	display: inline-block;
	vertical-align: top;
}

div.tagWrapper div#viewerContainer div#RVC {
	max-height: 420px;
	min-height: 420px;
}

div.tagWrapper div#viewerContainer div#RVC div.viewer {
	max-height: 400px;
	min-height: 400px;
}


/* Geotags admin */

#geotags .contentWrap {
	overflow: hidden;
}

#geotags .geoList {
	width: 50%;
	float: left;
}

#geotags .map {
	background-color: #ddd;
	height: 600px;
	width: 49%;
	float: right;
}

#geotags .actions {
	margin: 0 auto;
	width: 470px;
}

#geotags .segmented {
	display: inline-block;
	margin: 5px 15px;
}

#geotags #adminMap {
    height: 645px;
}

#geotags #mainGeoImage > img, #geotags #mainGeoImage > div  {
    height: auto !important;
    width: 100% !important;
}