body {
    font-family: arial;
    font-size: 0.9em;
    height: 800px;
}
h3 {
    margin-bottom: 1%;
    padding-bottom: 0%;
    font-size: 1em;
}
td {
    text-align: center;
    padding: 0 3px;
}
button {
    margin: 5px;
    padding: 5px;
    height: 35px;
}
#container {
    margin: 0% 15%;
    padding: 1% 5%;
    width: 60%;
    background: #fff;
}
#modelParameters {
    margin-bottom: 2ex;
}
.inputbox, .sequence {
    border: 1px solid gray;
}
.inputbox {
    width: 50px;
    height: 25px;
    text-align: center;
}
.sequence {
    width: 650px;
    height: 125px;
    text-align: left;
    margin-top: 0%;
    padding-top: 0%;
}
.transition {
    background: #69c;
}
.emission {
    background: #96c;
}
.initial {
    background: #ff6;
}
a.help {
    text-decoration: none;
    color: #000;
    margin-left: 0.25em;
    background: #bbb;
    font-weight: bold;
    cursor: help;
}

.predIsland {
    color: #f00;
}
.actIsland {
    background: #ddd;
}
#trainingOutput {
    font-size: 1em;
}
#trainingOutput td {
    border: 1px solid gray;
}


