
.coa_cms_editlinks {
  display: inline-block;
  padding: 5px;
  margin-bottom: 5px;
  background-color: #e1ddbe;
  border: #7b0909 solid 1px;  
}

#coa_contentbox .coa_cms_editlinks ul {
  list-style-type: none;  margin: 0;  padding: 0; 
}

.coa_cms_editlinks ul {
  list-style-type: none;  margin: 0;  padding: 0; 
}

#coa_contentbox .coa_cms_editlinks li {
  float: left; margin: 0; padding: 0 5px 0 8px;
  background-image: url(https://www3.alexandriava.gov/scripts/c/NN/images/arrow-right.gif);
  background-repeat: no-repeat; background-position: 0 4px; text-align: left;
}

.coa_cms_editlinks li {
  float: left; margin: 0; padding: 0 5px 0 8px;
  background-image: url(https://www3.alexandriava.gov/scripts/c/NN/images/arrow-right.gif);
  background-repeat: no-repeat; background-position: 0 4px; text-align: left;
}

.coa-overview-editor{
font-family:arial;
display:block;
margin:0 0 5px 0;
border:1px solid #013c86;
padding:12px;	
border-radius:10px;
background-color:#e4f0ff;
font-size:15px;
}

.coa-overview-editor p{margin:0 10px 8px 10px;}
.coa-overview-editor h1{color:#013c86;margin:0 10px 10px 10px;font-size:2.5em;}

.coa-overview-editor::before {
    content: "NOTE: This is the new \"Page Overview\" text area, which is accessed through the metadata tab of your CMS page. In the new site design, this \"Overview Text\" will automatically appear in the header of your page, beneath the title. It is also used as the page description when shared on social media. This box is hidden from the public and non-CMS users.";
    white-space: pre-line;
    display: block;
    color: #013c86;
	border-bottom:1px dotted #013c86;
    padding: 5px;
	font-weight:bold;
	font-size:12px;
	margin:0 0 10px 0;
}

