File: C:/Apache24/htdocs/wp-content/plugins/echo-knowledge-base/css/error-handlers.css
.epkb-js-error-notice {
position: fixed;
bottom: 10px;
right: 10px;
max-width: 460px;
background: #ffd9d9;
border: 1px solid red;
border-radius: 5px;
padding: 10px;
z-index: 99999;
}
.epkb-js-error-close {
position: absolute;
right: 10px;
top: 5px;
font-size: 20px;
cursor: pointer;
}
.epkb-js-error-title {
font-weight: bold;
margin-bottom: 5px;
}
.epkb-js-error-body {
font-style: italic;
margin-bottom: 5px;
}
.epkb-js-error-about {
font-size: 10px;
}