
body {
    font-size: 16px;
    font-family: sans-serif;
    background: #f8f8f8;
}

.pageTitle {
    font-size: 20px;
    font-weight: bold;
    display: inline-block;
    padding-bottom: 10px;
}

.topicHeading {
    font-weight: bold;
    display: inline-block;
    padding-top: 10px;
    padding-bottom: 10px;
}

.sentencesHeading {
    padding-left: 45px;
    font-weight: bold;
    display: inline-block;
    padding-top: 10px;
    padding-bottom: 10px;
}

.label {
    vertical-align: top;
    display: inline-block;
    width: 250px;
}

.wordsOfInterest {
    display: inline-block;
    width: 70%;
    padding-bottom: 10px;
}

.matchedWordOfInterest {
    font-weight: bold;
}

.topicWords {
    display: inline-block;
    width: 70%;
    padding-bottom: 10px;
}

.numberOfSentences {
    display: inline-block;
    width: 250px;
}

.sentence {
    display: inline-block;
    width: 65%;
    padding-bottom: 10px;
}

.topicPct {
    display: inline-block;
    width: 75px;
    padding-bottom: 10px;
    vertical-align: top;
}

.fileName {
    display: inline-block;
    width: 230px;
    padding-bottom: 10px;
    vertical-align: top;
    overflow: hidden;
    margin-right: 20px;
}

.detailDiv {
    display: block;
    background-color: #ffffff;
    padding-top: 10px;
    padding-left: 10px;
    border: 1px solid #888888;
}

.sentenceDiv {
    display: none;
    background-color: #ffffff;
    padding-top: 10px;
    padding-left: 10px;
    border: 1px solid #888888;
}

#topic_words {
    display: none;
}

#topic_sentences {
    display: none;
}

#popup {
    display: none;
    width: 75%;
    padding: 10px;
    position: absolute;
    top: 10px;
    bottom: 10px;
    border: 1px solid black;
    box-shadow: 10px 10px 5px #888888;
    background-color: LightYellow;
    overflow-y: auto;
}

td {
    vertical-align: top;
}
