html {
    /*background-color: #34403e; */
}

body {
    text-align: center;
    font-family: 'Lato'; 
    font-weight: 300;
    margin: auto;
    padding: 0 5% 5% 5%;
    font-size: 20px;
    float: clear;

}

#ts {
    font-size: 12px;
    margin: auto;
    color: grey;
}

#ts td {

}
.one {
    text-align: right;
}

.three {
    text-align: left;
}

#question {

}

h1 {
    font-family: 'Open Sans';
    color: #005a5b;
    font-weight: bold;
}

h2 {
    font-family: 'Open Sans';
    color: #e3ac20;
    font-size: 20px;
}

h3{
    font-family: 'Open Sans';
    text-align: left;
    color: #00a7ad;
    text-align: center;

    margin: 0;
}

h4 {
    margin: 0;
    font-size: 16px;
    color: #00a7ad;
    text-align: center;
}

p {
    margin: 5%;
    font-weight: 300;
}
em {
    color: #00a7ad;
    font-weight: bold;
    font-family: 'Open Sans';
}
.container {
    text-align: center;
    margin: 70px 0 70px 0;
}
#mission {
    text-align: left;
    display: inline-block;
    margin: 0 20px 0 20px;
    width: 500px;
    vertical-align: top;

}

#participation_graph {
    display: inline-block;
    width: 500px;

}

#participation_graph ul li {
    padding: 1%;
}

.notes {
    font-size: 10px;
    float: left;
    color: grey;
}

.percent {
    font-weight: 700;
    font-size: 30px;
    color: #e3ac20;
}
#geograph {
    display: inline-block;
    vertical-align: top;
}
#geo_graph {
    float: left;
    text-align: left;
    display: inline-block;
    width: 40%;
    margin-top: 30px;
}
#geo_graph ul {


}
#geo_graph ul li {

    list-style-type: none;
}
.state {
    font-weight: bold;
    
}

#seat_container {
        width: 1000px;
    margin: auto;
    text-align: left;
}
#hi {
    margin: auto;

}

ul{
    text-align: left;
}
.unem {
    color: grey;
    font-size: 15px;
    
}

.#solution_contaier {

}
#solution {
    display: inline-block;
    width: 50%;
    float: left;
    text-align: right;
}
#budgeting {
    display: inline-block;
    width: 50%;
}