/* Venn diagram main CSS file */

#venn_diagram {
    display: none;
    font-size: 1.2em;
    width: 100%;
    z-index: 0;
    margin-bottom: 30px;
}

#venn_diagram div {
    float: left;
}

#venn_diagram h3 {
    font-size: 1.1em;
}

#venn_diagram sup {
    font-weight: normal;
    font-size: .7em;
}

#venn_diagram_table {
    table-layout: fixed;
}

#venn_image {
    width: 300px;
}

#venn_html {
    width: 500px;
    padding-left: 10px;
}
