<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">div.olMap {
	height: 400px !important;
}
div.pin-body-location.olMap {
	height: 250px !important;
}

.olControlAttribution {
	bottom: 5px !important;
	font-size: 10px !important;
}

div.olControlZoom,div.olControlTextButtonPanel {
	top: auto !important;
	left: auto !important;
	bottom: 25px !important;
	right: 5px !important;
}

.olLayerDiv&gt;div {
	background-image: url(../images/marker.png);
	background-repeat: no-repeat;
	background-position: center;
	cursor: pointer;
}

.olLayerDiv.mousedown {
	z-index: 9999999998 !important;
}

.olLayerDiv.mousedown&gt;div {
	background-image: url(../images/marker-grey.png);
}

.olLayerDiv .olAlphaImg {
	display: none;
}

.olForeignContainer .olPopup {
	background: #ffffff;
	box-shadow: 0 1px 8px rgba(0, 0, 0, 0.4);
	width: 270px !important;
	border-radius: 3px;
	padding: 10px 0;
	z-index: 9999999999 !important;
}

.olForeignContainer .olPopup .olPopupContent {
	width: auto !important;
	height: auto !important;
}

.olForeignContainer .olPopup .placeName {
	border-bottom: 1px solid #ebebeb;
	margin-bottom: 10px;
	padding: 0 10px 10px;
	font-size: 15px;
}

.olForeignContainer .olPopup p {
	color: #999999;
	line-height: 16px;
	padding: 0 10px;
	font-size: 12px;
}

.olForeignContainer .olPopup .heading {
	margin: 0;
	margin-top: 10px;
	padding: 0 10px;
	font-size: 14px;
}

.olForeignContainer .olPopup .sourceLinkWrapper {
	border-top: 1px solid #ebebeb;
	margin-top: 10px;
	padding: 10px 10px 0;
	text-align: center;
}

.ribbon-pinlocation {
	background-image: url(../images/marker.png);
	display: inline-block;
	height: 25px;
	width: 21px;
	line-height: 29px;
	background-position: 0 0;
	background-repeat: no-repeat;
	position: absolute;
	bottom: 50px;
	right: 10px;
	z-index: 1;
	cursor: pointer;
	text-indent: -50000px;
	overflow: hidden;
}

.ribbon-pinlocation-2 {
	background-image: url(../images/marker-grey.png);
	display: inline-block;
	height: 25px;
	width: 21px;
	line-height: 29px;
	background-position: 0 0;
	background-repeat: no-repeat;
	position: absolute;
	bottom: 50px;
	right: 10px;
	z-index: 1;
	cursor: pointer;
	text-indent: -50000px;
	overflow: hidden;
}

.ribbon-pinlocation-was-there {
	background-image: url(../images/marker-was.png);
	display: inline-block;
	height: 25px;
	width: 21px;
	line-height: 29px;
	background-position: 0 0;
	background-repeat: no-repeat;
	position: absolute;
	bottom: 50px;
	right: 60px;
	z-index: 1;
	cursor: pointer;
	text-indent: -50000px;
	overflow: hidden;
}
.ribbon-pinlocation-was-there.active {
	background-image: url(../images/marker-was-grey.png);
}
.ribbon-pinlocation-want-there {
	background-image: url(../images/marker-want.png);
	display: inline-block;
	height: 25px;
	width: 21px;
	line-height: 29px;
	background-position: 0 0;
	background-repeat: no-repeat;
	position: absolute;
	bottom: 50px;
	right: 35px;
	z-index: 1;
	cursor: pointer;
	text-indent: -50000px;
	overflow: hidden;
}
.ribbon-pinlocation-want-there.active {
	background-image: url(../images/marker-want-grey.png);
}

.box.box-location-shadow {
	box-shadow: 0 1px 8px rgba(0, 0, 0, 0.4);
	-moz-box-shadow: 0 1px 8px rgba(0, 0, 0, 0.4);
	-webkit-box-shadow: 0 1px 8px rgba(0, 0, 0, 0.4);
}

.foursquareform .cell-addpin .drag-sort {
	width: 200px;
}

.foursquareform .cell-addpin .data {
	width: 328px;
	height: 300px;
}

/*====================================*\
	SCROLL PANE
\*====================================*/
.foursquareform .cell-addpin .data .jspContainer {
	overflow: hidden;
	position: relative;
}

.foursquareform .cell-addpin .data .jspPane {
	position: absolute;
}

.foursquareform .cell-addpin .data .jspVerticalBar {
	position: absolute;
	top: 0;
	right: 0;
	width: 5px;
	height: 100%;
}

.foursquareform .cell-addpin .data .jspTrack {
	/*background: #f1f3f4;*/
	position: relative;
}

.foursquareform .cell-addpin .data .jspDrag {
	background: #b0b7bb;
	position: relative;
	top: 0;
	left: 0;
	cursor: pointer;
}

.foursquareform .cell-addpin .data .jspCap {
	display: none;
}

.foursquare-list {
	list-style: none;
	margin: 0;
	padding: 0;
}
.foursquare-list li {
	margin-bottom: 5px;
}
.foursquare-list li.venue {
	cursor: pointer;
}
.foursquare-list h3 {
	font-size: 15px;
	line-height: 32px;
}
.foursquare-list h3 span {
	margin-right: 5px;
}
.foursquare-list li p.address {
	font-size: 11px;
	line-height: 14px;
	margin-left: 37px;
	position: relative;
	top: -6px;
}

.icon-addplacepin {
	background-repeat: no-repeat;
	background-position: center top;
	width: 24px;
	text-indent: -50000px;
	background-image: url(../images/icon-add.png);
	background-position: center 18px;
}
.icon-addplacepin:hover {
	background-position: center -158px;
}
.foursquare-items {
	list-style: none;
}
.foursquare-items li {
	float: left;
	margin-right: 5px;
	margin-bottom: 5px;
}
.foursquare-items li:hover {
	opacity: 0.8;
}
.foursquare-items li img {
	width: 100px;
	height: 100px;
}

.location-form {
	padding-bottom: 10px;
}
.poweredByFoursquare {
	background: #ffffff;
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 0;
}
.poweredByFoursquare .attributionImage {
	height: 23px;
	background-image: url('../images/logo.png');
	background-position:center;
	background-repeat:no-repeat;
	display: block;
	margin: 7px auto;
}

.ois_n { 
 width: 5497px;
}
.olPopupCloseBox {
	background-image: url("../images/close.png") !important;
	background-position: center;
	background-repeat: no-repeat;
}

.location-popup-thumb {
	float: left;
	width: 50px;
}
.location-popup-info {
	float: left;
	width: 205px;
}
.location-popup-thumb img {
	width: 50px;
	height: 50px;
}

.pin-location-list {
	list-style-type: none;
}
.pin-location-list li {
	margin-bottom: 5px;
}
.pin-location-list li span {
	font-size: 12px;
}

.boardicons li span.icon-location {
	background-image: url(../images/marker-grey.png);
	background-size: 14px 16px; 
}

.sbOptions li a span.icon-location {
	background-image: url(../images/marker-grey.png);
}

.pinicons li a.icon-pinpage-pinlocation {
	background-image: url(../images/marker.png);
	background-position: center 19px;
	text-indent: -50000px;
}
.foursquare-items li.full-width {
	width: 100%;
	text-align: center;
}
.foursquare-items li.full-width a {
	cursor: pointer;
}

.dropdown .dropdown-wrapper &gt; ul.addpin &gt; li &gt; a.icon-location_create {
	background-image: url(../images/icon-places.png);
}</pre></body></html>