a {
	color: #34b233;
}

.tpl-action-pdf {
    background-color: pink;
}

.esri-popup__inline-actions-container:only-child > .esri-popup__action,
.esri-popup__inline-actions-container:only-child > .esri-popup__action-toggle {
    max-width: 45%
}

.esri-popup__button {
    color: #006699;
}

.esri-popup__button:hover {
    color: #fff;
    background-color: #006699;
}

#infoDiv {
    padding: 10px;
}

.esri-legend__layer-caption {
	display:none;
}

.esri-legend__message {
	display:none;
}

.esri-layer-list-panel {
	margin: 0px 15px;
}

.esri-layer-list-panel__content--legend .esri-legend__service {
	padding: 0 0 0 0;
}

.esri-layer-list__item-container {
	border-left: 3px solid transparent;
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	padding: 12px 7px 6px 20px;
	transition: border-color 250ms ease-in-out;
}

.esri-view-height-xsmall .esri-expand .esri-widget--panel, .esri-view-height-xsmall .esri-expand .esri-widget--panel-height-only, .esri-view-height-xsmall .esri-ui-corner .esri-component.esri-widget--panel, .esri-view-height-xsmall .esri-ui-corner .esri-component.esri-widget--panel-height-only {
    max-height: 250px;
}

.hentry.card .card-body {
	padding: 1.5rem;
}
