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

.graph_container {
    margin-left: 10px;
    margin-bottom: 10px;
}

h1 {
    font-size: 110%;
}

#controls {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 50px;
    border-bottom: 1px solid black;
    background-color: white;
    padding-top: 20px;
    padding-left: 20px;
    font-weight: bold;
}

#all_graphs {
    margin-top: 80px;
}

#tooltip {
    position: absolute;
    font-size: 12px;
    width:  auto;
    height: auto;
    background-color: white;
    border: 1px solid black;
    box-shadow: 5px 10px 8px #888888;
    padding: 5px;
    display: none;
}

.tooltip_p {
    width: 600px;
}

.anger_word {
    font-weight: bold;
    color: #e31a1c;
}

.fear_word {
    font-weight: bold;
    color: #33a02c;
}

.sadness_word {
    font-weight: bold;
    color: #1f78b4;
}

.happiness_word {
    font-weight: bold;
    color: #871fb4;
}
