.article.annotationMode .annotated {
  background:#FFFCAD !important;
  cursor:pointer;
  padding:1px 3px 1px 3px;
  box-shadow:0 0 3px #cecece;
  -webkit-box-shadow:0 0 3px #cecece;
  -moz-box-shadow:0 0 3px #cecece;
  border-radius:3px;
  display:inline;
  transition: all 0.10s ease-in-out;
  -webkit-transition: all 0.10s ease-in-out;
  -moz-transition: all 0.10s ease-in-out;
}
.article.annotationMode .annotated:hover {
  box-shadow:0 0 5px #999;
  -wekbkit-box-shadow:0 0 5px #999;
  -moz-box-shadow:0 0 5px #999;
}
.annotationPlaceholder {
  display:inline-block;
}
#annotation_popup {
  display:none;
  position:absolute;
  z-index:999999;
  
}
.DC-note-container {
  background:#fff;
  width:630px;
}
.DC-note .DC-note-excerpt-wrap {
  overflow: hidden;
  max-height: 300px;
  overflow-y: auto;
}
#annotation-onoff {
  width: 160px;
  padding: 5px;
  background: #E9F0F8;
  box-shadow: 0 0 5px #f0f0f0;
  -webkit-box-shadow: 0 0 5px #f0f0f0;
  -moz-box-shadow: 0 0 5px #f0f0f0;
  border-top: 2px solid #CECECE;
  margin-bottom: 10px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  font-family: "Helvetica Neue", arial, sans-serif;
  font-size: 14px;
  clear:left;
}
#annotation-onoff p {
  padding:0;
  margin:0;
}
.annotation-toggle {
  cursor:pointer;
}
.annotation-toggle[data-state=off] {
  font-weight:bold;
}

.annotation-close-box {
  height: 16px;
  width: 16px;
  background: #FFE325 url("http://propublica.s3.amazonaws.com/assets/carswell/cross-dark.gif") no-repeat center center;
  top: 0;
  left: 96%;    
  cursor: pointer;
  position:absolute;
}
.annotation-arrow {
  background: transparent url('http://propublica.s3.amazonaws.com/assets/carswell/downarrow.png') no-repeat center center;
  height: 20px;
  width: 35px;
  top: 99%;      
  position:absolute;
}
