@import url(https://fonts.googleapis.com/css?family=Merriweather:400,900|Lato:400,700);
/* @import url(https://fonts.googleapis.com/css?family=Lato); */

.container {
    max-width: 800px;
    background-color: white;
}

.red_flag {
    background-color: #FF1242;
    padding-left: 4px;
    float:right;
}

.gold_star {
    background-color: gold;
    float: right;
}

.body_wrapper {
    margin-left: auto;
    margin-right: auto;
    max-width: 800px;
}

.row .chart {
    /* margin-top: 10px; */
    /* width: 50%; */
    /* min-width: 400px; */
    height: 200px;
    /* border: 1px solid lightgray; */
    /* margin: 5px; */
    /* padding: 5px; */
    /* float: left; */
}

.row .chart_tall {
    height: 400px;
}

.chart_explainer {
    font-size: 14px;
    margin-bottom: 10px;
}

body {
    font-family: 'Lato', sans-serif;
    color: gray;
    background-color: white;
}

h1,h2,h3,h4,h5,h6,h7{
    font-family: 'Merriweather', serif;
    color: #222;
    text-transform: uppercase;
}

.profile {
    /* width: 650px; */
    /* max-width: 90%; */
    /* margin-left: auto; */
    /* margin-right: auto; */
}

.clearboth {
    clear:both;
    float:none;
}

em {
    text-transform: none;
    font-style: normal;
    font-weight: 700;
    color: #222;
}

.row.data-row {
    padding-bottom: 10px;
    border-bottom: 1px dashed gray;
    margin-bottom: 10px;
}

.row:nth-child(even) {

}

svg.trend_chart {
    width: 100%;
}