.amp-icon .results-box textarea {
    min-width: 98%;
    background: transparent;
    color: #fff;
    border-color: #868383;
	display: block;
	min-height: 150px;
	margin-bottom: 15px;
}

#wpadminbar .amp-icon,
.amp-icon {
  border-radius: 100%;
  border: 2px solid white;
  width: 17px;
  height: 17px;
  margin-top: 0px;
  position: relative;
  top: 5px;
  color: white;
}

.useful-links .amp-icon {
    display: inline-block;
	width: 11px;
    height: 11px;
	position: relative;
	margin-right: 5px;
}

.useful-links .amp-icon:before {
	top: 50%;
	transform: translate(-50%);
	font-size: 80%;
}
.useful-links .results-box a {
    -webkit-appearance: button;
    color: initial;
}
.useful-links .results-box a:hover {
    background: initial;
}
.useful-links .amp-checker {
    display: inline-block;
    vertical-align: middle;
    height: 32px;
}

#wpadminbar .amp-icon:before {
    content: "\f0e7";
    font-family: "Font Awesome 5 Free";
	font-weight: bold;
    top: -40%;
    left: 50%;
    position: absolute;
    transform: translate(-50%);
}

.amp-icon{
  padding:3px;
  cursor: pointer;
}

.amp-icon:before{
  content: "\f0e7";
  font-family: "Font Awesome 5 Free";  
  font-weight: bold;
  position: absolute;
  left: 50%;
  transform: translate(-50%);
}

#wpadminbar #wp-admin-bar-page_test .results-box,
.results-box {
    position: absolute;
    top: 25px;
    background-color: #32373c;
    color:white;
    padding: 0px 5px;
    left: -12px;
    display:none;
    width:1000px;
	max-width: 45vw;
    padding:10px 20px;
}
tbody#the-list .results-box {
	top: initial;
	bottom: 0;
}
#wpadminbar #wp-admin-bar-page_test:hover .results-box,
.useful-links .amp-checker:hover .results-box,
.useful-links .amp-checker .results-box:hover {
    display:initial;
}
.useful-links .results-box {
    line-height: 2.5;
    font-size: 13px;
    left: -17px;
    z-index: 99;
}

#wpadminbar .hidden-field,
.hidden-field{
  display:none;
}

#wpadminbar .ab-item.ab-empty-item:hover,
.ab-item.ab-empty-item:hover {
    background-color: #32373c;
}

#the-list .amp-icon:hover .results-box {
  display:initial;
  right:15px;
  left:initial;
  z-index:99;
  max-height:300px;
  overflow:scroll;
}
.amp.column-amp:hover .results-box table td{
    color:white;
}


.amp-icon.amp-success {
    background-color: green;
}

.amp-icon.amp-failed {
    background-color: red;
}

.amp-icon.amp-failed.amp-error, .amp-icon.amp-error > span {
    background-color: #9a9da0;
    margin: 0 auto;
}

/* Hasn't Been Checked */
/* Isn't Turned on */

#wpadminbar .amp-icon > span,
.amp-icon > span {
    position: absolute;
    right: -12px;
    bottom: -10px;
    padding: 2px;
    background-color: red;
    border-radius: 100%;
    width: 12px;
    height: 12px;
    text-align: center;
    line-height: 1;
    border: 2px solid white;
    font-size: 10px;
}

#wpadminbar .amp-icon > span{
	right: -14px;
}
