
body {
  /*font-family: "Oswalk", Helvetica, Arial, sans-serif; */
  /*font-family: "Courier New", Courier, monospace;*/
  font-family: monospace;
  font-size: 180%;
  font-weight: 500;
}

textarea {
  border:1px solid #999999;
  font-family:Consolas,Monaco,Lucida Console,Liberation Mono,DejaVu Sans Mono,Bitstream Vera Sans Mono,Courier New, monospace;
  font-weight: 600;
}

h3 {
  font-weight: bold;
}

.dropdown-menu {
    border: 1px solid #ddd;
    background-color: white;
}

.dropdown-menu li {
    border-top: 1px solid #ddd;
    padding: 2px 5px;
}

.dropdown-menu li:first-child {
    border-top: none;
}

.dropdown-menu li:hover,
.dropdown-menu .active {
    /*background-color: rgb(110, 183, 219);*/
    background-color: rgb(255, 0, 0);
}


/* SHOULD not modify */

.dropdown-menu {
    list-style: none;
    padding: 0;
    margin: 0;
}

.dropdown-menu a:hover {
    cursor: pointer;
}
