/*
div.atPopupFeatureInfo .infoResult {
    border-bottom: 1px dashed grey !important;
    padding-top: 5px !important;
}
*/

#atMap .atPopupFeatureInfo .infoResult {
	 border-bottom: 1px dashed grey !important;
	 padding-top: 5px !important;
}
#atMap .atPopupFeatureInfo .atLastResult {
	border-bottom: 0px !important;
	padding-bottom: 0;
}


#atMyNearest tr.atAlt0 {
  /* border-top: 1px dashed #004366 !important; */
   border-bottom: 1px dashed #004366 !important;
}

#atMyNearest tr.atAlt1 {
   /*border-top: 1px dashed #004366 !important; */
   border-bottom: 1px dashed #004366 !important; 
}

/* 07/01/22 TP Make the attribution, scale bar & grid refs show up better */
.olControlAttribution, .olControlMousePosition, .olControlScaleLineTop, .olControlScaleLineBottom
{
	background-color: rgba(255, 255, 255, 0.6);
}

.olControlAttribution
{
	right: auto !important;
}

