/* @import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;600&display=swap');


body, html {
    margin: 0px;
    padding: 0px;
    font-family: "Open Sans", sans-serif;
}

* {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
} */

/* #container-group {
    width: 100%;
    margin-top: 50px;
    display: flex;
    flex-direction: column;
    align-items: center;

} */


#figure1 {
    font-family: "PT Sans", sans-serif;
    position: relative;
    /* width: 90%; */
    /* height: 550px; */
    flex: 1 0;
}

#figure1--stories {
    font-family: "PT Sans", sans-serif;
    flex: 0 1 200px;
    width: 200px;
    padding-top: 50px;
    height: 100%;
    overflow-y: scroll;
}


.story {
    width: 100%;
    margin-bottom: 10px;
}

.story--source {
    font-size: 10pt;
    text-transform: uppercase;
    font-weight: 600;
}

.story--title {
    font-size: 10pt;
}

.story--date {
    font-size: 12pt;
    font-weight: 600;
    margin-bottom: 20px;
    /* position: fixed;
    top: 0px;
    left: 0px;
    width: 100%; */
}

.placeholder {
    color: #AAAAAA;
    font-size: 12pt;
}


#figure1 .label {
    font-size: 14;
    font-weight: 600;
}

#figure1 .axis {
    font-size: 10pt;
    font-family: "PT Sans", sans-serif;
}

#figure1 .axisLabel {
    font-weight: 600;
    font-size: 12pt;
    text-anchor: middle;
}

#figure1 .wavelabel {
    font-family: "PT Sans", sans-serif;
    font-size: 12pt;
    text-transform: uppercase;
    text-anchor: middle;
    dominant-baseline: central;
    fill: #AAAAAA;
    font-weight: 600;
    letter-spacing: 2px;
    cursor: default;
}

#figure1 .eventMarker {
    stroke: #4682b4;
    stroke-width: 3;
}

#figure1 .eventMarker--selected {
    stroke: #F6C900;
}

#figure1 .eventMarker--label {
    font-family: "PT Sans", sans-serif;
    font-size: 8pt;
    font-weight: 600;
    text-transform: uppercase;
    text-anchor: start;
    dominant-baseline: central;
    cursor: default;
}

#figure1 a:link, #figure1 a:visited {
    color: #4682b4;
    text-decoration: none;
}

#figure1 a:hover {
    text-decoration: underline;
}

#figure1 .tooltip {
    position: absolute;
    bottom: 0px;
    left: 0px;
    font-size: 12pt;
    font-weight: 600;
    padding: 3px;
    background-color: rgba(255,255,255,0.8);
    visibility: hidden;
    pointer-events: none;
}

.eventDescription {
    display: block;
    width: 250px;
    margin-top: 5px;
    font-size: 10pt;
    font-weight: 400;
}


#overlay {
    pointer-events: all;
    fill: none;
    cursor: pointer;
}

/* Button styles */
.button {
    cursor: pointer;
}

.button--rect {
    fill: #FFFFFF;
    stroke: #CCCCCC;
    stroke-width: 1;
}

.button--rect--selected {
    fill: #12538a;
}

.button--label {
    font-family: "PT Sans", sans-serif;
    font-size: 12pt;
    font-weight: 400;
    fill: #AAAAAA;
    text-anchor: middle;
    dominant-baseline: middle;
}

.button--label--selected {
    fill: #FFFFFF;
    font-weight: 600;
}