
body {
    font-family: monospace;
}

.matched {
    font-weight: bold;
    color: red;
}

.baselineMatched {
    font-weight: bold;
    color: blue;
}

.textTd {
    text-align: left;
}

.numberTd {
    text-align: right;
}

h1 {
    font-family: sans-serif;
    font-size: 120%;
    font-weight: bold;
}

h2 {
    font-family: sans-serif;
    font-size: 120%;
    font-weight: bold;
}

#thisText {
    width: 700px;
}

span {
    display: inline-block;
}

#baselineText {
    display: none;
}

#popupDiv {
    display: none;
}

#findNextMatch {
    border: 1px solid black;
    box-shadow: 0px 5px 5px #888888;
    background-color: white;
    padding: 10px;
    position: fixed;
    top: 5px;
    left: 625px;
    font-weight: bold;
    font-size: 14px;
}

