div.footnote{
    overflow: hidden;
    margin-bottom: 2rem;
    padding-left: 5px;
    width: 100%;
    border-left: 3px #A31F34 solid;
    font-size: 0.9rem;
}

.sc{
    font-variant: small-caps;
}

.bbutton{
    width: 27.5%;
    margin: 2.5%;
    height: 3rem;
    line-height: 3rem;
    display: inline-block;
    background: #DDD;
    text-align: center;
    margin-bottom: 2rem;
    font-weight: 400;
    color: #000;
}

.bbutton:hover{
    background: #e98a99;
}


.chartdata {
    position: absolute;
    margin-top: 50px;
    margin-left: 40px;
}

#histTable {
    width: 100%;
    height: 100%;
    border: none;
}

#histTable td {
    text-align: center;
    border:none;
    padding: 0;
    vertical-align: bottom;
    padding-bottom: 10px;
}

#histTable td.label {
    height: 25px;
    padding-bottom: 0;
    font-size: 11pt;
    border-top: 1px black solid;
}

#histTable td.selected {
    background: rgba(159, 26, 46, 0.5);
}

span.highlight {
    color: rgba(159, 26, 46);
}

/** --- gsci-footnote **/

gsci-fn {
    display: inline;
    border-bottom: 1px dotted black;
}

tooltip {
    display: none;
    visibility: hidden;
    width: 80%;
    background-color: #EEE;
    border-radius: 6px;
    padding: 10px 20px;
    z-index: 10;
    opacity: 0;
    transition: opacity 0.3s;
    position: absolute;
    box-shadow: 2px 2px 4px #AAA; 
}

gsci-fn:hover tooltip {
    display: block;
    visibility: visible;
    opacity: 1;
}

input[type=checkbox] {
    visibility: hidden;
}

.container .checkboxdiv label {
    display: block;
    overflow: hidden;
}

.container .checkboxdiv input[type=checkbox]:checked + label span#titlespan {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

.container article{
    margin-top: 15px;
    margin-left: 20px;
    overflow: hidden;
    height: 0px;
    position: relative;
    z-index: 10;
    -webkit-transition: height 0.3s ease-in-out;
    -moz-transition: height 0.3s ease-in-out;
    -o-transition: height 0.3s ease-in-out;
    -ms-transition: height 0.3s ease-in-out;
    transition: height 0.3s ease-in-out;
}
.container input:checked ~ article{
    -webkit-transition: height 0.5s ease-in-out;
    -moz-transition: height 0.5s ease-in-out;
    -o-transition: height 0.5s ease-in-out;
    -ms-transition: height 0.5s ease-in-out;
    transition: height 0.5s ease-in-out;
    background: #EEE;
    padding: 50px;
    border-radius: 15px;
}
.container input:checked ~ article.small{
    height: auto;
    font-size: 14pt;
}

.block {
    float: left;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    text-align: center;
    font-family:"Lato","Helvetica Neue",Helvetica,sans-serif; 
    font-weight: 600;
}

.image-container {
    width: 50%;  
}

.choices_one_full .image-container {
    width: 10%;  
}

.choices_one {
    width: 20%;
}

.choices_info {
    width: 35%;
    font-family:"Lato","Helvetica Neue",Helvetica,sans-serif; 
    font-size: 1.1rem;
    text-align: left;
}

.choices_info_text {
    font-weight: normal;
    font-size: 1rem;
    padding: .8rem;
}

.choices_info_text hr {
    width: 90%;
    margin: .75rem 0 .75rem 0;
    color: gray;
}

.choices_img {
    float: left;
    margin: 0 1rem 0 1rem;
    padding: 0;
    width: 40%;
}

.choices_img img {
    width: 100%;
}

.fake_img {
    float: left;
    margin: 0;
    padding: 0;
    width: 25%;
}

.fake_img img {
    max-width: 97.5%;
}

.fake_label, .true_label {
    text-align: center;
    font-family:"Lato","Helvetica Neue",Helvetica,sans-serif; 
    font-weight: 600;
}
.true_label {
    visibility: hidden;
    color: #b00;
}

.stages {
    float: left;
    margin: 0;
    padding: 0;
    width: 100%;
}

.rbutton {
    width: 100%;
    background: #ddd;
    margin: .5rem;
    padding: 1rem;
    box-sizing: border-box;
    cursor: pointer;
}

.rbutton:hover {
    background: #e98a99;
}

.stage {
    width: 30.9%;
}

#stage_img {
    width: 80%;
}

.image_label {
    position: absolute;
    margin-left: 10px;
    margin-top: 10px;
    background: #ddd;
    font-family:"Lato","Helvetica Neue",Helvetica,sans-serif; 
    display: none;
    opacity: 0.8;
    padding: 0.5rem;
}

#cooc, #amb, #bias {
    width: 20%;
    float: right;
}

.cooc_img, .amb_img, .bias_img {
    width: 20%;
    padding: 5px;
}

.clicked {
    background: #e98a99;
}

.dropdown {
    position: absolute;
    box-sizing: border;
    margin-left: 62%;
    margin-top: 1rem;
}

.rates div {
    width: 25%;
}

#filtering_plot {
    max-width: 95%;
    margin-bottom: 1rem;
}

canvas {
    margin-bottom: 1rem;
}
