.error{
    color: red;
    font-weight: bold;
}
.log{
    color: green;
    font-weight: bold;
}
.true-response{
    position: fixed;
    right: 20px;
    top: 100px;
    background-color: green;
    color: antiquewhite;
    font-size: 1.35em;
    font-family: 'Courier New', Courier, monospace;
    text-align: center;
    padding: 20px;
    border: 5px solid black;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    max-width: 50%;
    z-index: 9999999999999999999;
}
.true-response.with-errors{
    background-color: darkred;
}
.true-response.with-time{
    background-color: deeppink;
    top: 10px;
    padding: 5px;
    font-size: 0.75em;
    border: 3px solid black;
    text-align: left;
    opacity: 0.75;
}
.true-response.with-time ul{
    list-style: none;
    margin: 0;
    padding: 0;
}