#workFileContent .propertyContainor {
	clear: both;
}

#workFileContent .propertyContainor .key {
	color: #7E8281;
}

#workFileContent .propertyContainor img {
	width: 100%;
	max-width: 500px;
}

#workFileContent .mapUrl {
	clear: both;
	line-height: 39px;
	margin-top: 5px;
}

#workFileContent .mapIcon {
	float: left;
	margin-right: 5px;
}

#workFileContent .mapUrl a {
	color: #888888;
	font-weight: bold;
}

#workFileContent .fileTitle {
	font-size: 16pt;
}

#workFileContent .subject a {
  background: #0aa1b5;
  color: #FFF;
  padding: 5px 0;
  width: 100%;
  display: block;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
}

