.text {
    padding: 10px;
    background-color: white !important;
    color: black;
    z-index: 1000;
    position: fixed;
    right: 0;
    top: 500px;
}

.test_introduction {
    background-color: #333;
    color: white;
    padding: 2px 15px;
    margin: 3px;
    width: 650px;
}

.testview {
    margin:  0 10px;
    font-family: Courier New;
    width: 800px;
    padding: 5px;
    position: relative;
}

.test_statistics {
    background-color: white !important;
    padding: 10px;
    font-size: 20px;
    position: fixed;
    right: 50px;
    top: 45px;
    width: 300px;
    border:  2px solid black;
}

.tests_result {
    background-color: white !important;
    padding: 10px;
    font-size: 20px;
    position: fixed;
    right: 50px;
    top: 145px;
    width: 300px;
    border:  2px solid black;
}

.tests_problems, .tests_allpassed {
    display: none;
    width: 100%;
    height: 100%;
    padding: 2px;
    margin: 0;
    text-align: center;
}

.tests_allpassed {
    background-color: #adff2f;
}

.tests_problems {
    background-color: red;
    color: white;
    cursor: pointer;
}

.test_statistics div {
    margin: 5px;
}

.tests_succeeded {
    color: #9acd32;
}

.tests_failed {
    color: red;
}

.failed_unit {
    color: white !important;
    background-color: red !important;
}

.testview .testinfo{
    display: none;
    padding: 5px;
    float: left;
    width: 670px;
    margin: 1px;
    border-bottom: 1px solid black;
}

.testview .failed {
    background-color: red !important;
    color: white;
}

.testview .succeeded {
    background-color: #adff2f !important;
    color: black;
}

.testview .testunit .test_description:hover {
    cursor: pointer;
    background-color: #add8e6 !important;
    color: black !important;
}

.test_keypress, .test_generic_message, .test_initial, .test_expected, .test_result {
    background-color: #ccc;
}

.testview .testunit {
    margin: 2px;
    float: left;
    width: 680px;
    background-color: #ddd;
}

.test_description {
  font-size: 1.1em;
  display: block !important;
  background-color: #9acd32;
  color: black;
  padding: 10px 10px !important;
  width: 660px !important;
}

.test_generic_message {
  padding: 3px;
  float: right;
  width: 130px;
}

.testinfo > div {
  padding:  5px;
}

.test_keypress {
  margin-left: 20px !important;
  float: left;
  padding: 3px;
  background-color: #333;
  color: white;
}

.test_expected, .test_result, .test_initial {
  float: left;
  padding: 5px;
  color: white;
  background-color: #9932cc;
}

.cursor {
  background-color: white !important;
  color: black !important;
}

.testunit_as_dom > .cursor.blinking_off {
  color: white !important;
  background-color: #9932cc !important;
}

.testunit_as_dom > div {
    border-right: 1px solid #483d8b;
    border-bottom:  1px solid #483d8b;
    float: left;
    width: 20px !important;
    height: 20px !important;
    text-align: center;
}

.testunit_as_dom .linebreak {
    background-color: #555 !important;
}

.testunit_as_dom .empty {}