.centered_header{
    text-align:center;
}
/* Rules for drawing and formatting progress bars and blocks */
.progress_bar{
    display: inline-flex;
    border:solid;
    width:90%;
    height:5vh;
}
.progress_block{
    display: inline-block;
    width:10%;
    height:80%;
    margin:auto;
    /* border-left:solid; */
    /* border-width:1px; */
}
.progress_block_divider{
    display:block;
    border:solid;
    border-width: 1px;
}
/* Rules for the formatting of the individual record blocks */
.record_wrapper{
    display:inline-flex;
    width:100vw;
}
.record_stats{
    width:48vw;
}

/* Rules for the Anxiety type headers */
.field_title{
    margin-bottom: 0px;
}
.field_abbr{
    margin-top:0px;
}
/* Rules for images */
.chart{
    display:inline-flex;
    width:auto;
    height:90vh;
}

/* Collage rules */
.charts_wrapper{
    line-height:10;
}
.resize_slider{
    text-align: center;
}

/* .name_breakdowns{
    display:block;
    padding-left:2vw;
}
.abbreviations{
    min-width:23%;
}

.name_breakdowns *{
    display:flex;
    flex-wrap: wrap;
} */