body {
    padding: 0;
    font: 14px Helvetica, Arial, sans-serif;
    margin: 0
}

h1, h2, h3, h4, h5, h6 {
    font-family: Helvetica, Arial, sans-serif !important
}


#container {
    width: 100%;
    height: 100%;
    overflow: auto
}

#content-div {
    height: 600px;
    margin: 0 50px 50px;
}

#search-div {
    padding-right: 10px;
}

#chart {
    background-color: #bdbdad38;
    flex: 4;
    display: none;
}

#options-div {
    margin: 5px 50px 0;
}

#info {
    background-color: #bdbdad38;
    flex: 2;
}

g.dot {
    fill: #0000007d;
}

g.dot.selected {
    fill: blue;
}

#papers-list {
    list-style: none;
    padding-left: 0;
    overflow: auto;
}

#paper-abstract {
    font-size: 10px;
}

#info div, #info div div.card-body {
    overflow: auto;
}


rect.selection {
    cursor: move !important;
    -webkit-touch-callout: none !important;
    -webkit-user-select: none !important;
    -khtml-user-select: none !important;
    -moz-user-select: none !important;
    -ms-user-select: none !important;
    user-select: none !important;
    stroke: #545454;
    stroke-width: 2px;
    stroke-opacity: 1;
    fill: white;
    fill-opacity: 0.5;
}
