@import url(https://fonts.googleapis.com/css?family=Merriweather+Sans:400i,700i|Merriweather:700,700i|Roboto+Condensed:700);body{margin:0;padding:0}#midtermGraph{-webkit-box-sizing:border-box;box-sizing:border-box;position:relative;width:100%;max-width:960px;padding:5px 10px 10px 0;background-color:#f2f2f2;text-align:left;margin-left:auto;margin-right:auto}#midtermGraph *{-webkit-box-sizing:border-box;box-sizing:border-box}#midtermGraph .mt_title{font-family:Merriweather,serif;font-weight:700;font-size:10px;padding:2px 5px 2px 10px;background-color:#fff;display:inline-block}#midtermGraph .mt_results{display:block}#midtermGraph .mt_graphBlock{position:relative;width:100%;margin:5px auto}#midtermGraph .mt_graphBlock .mt_graphLegend{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;font-size:10px;text-transform:uppercase;font-family:'Merriweather Sans',sans-serif;font-weight:400;font-style:italic;margin-bottom:5px}#midtermGraph .mt_graphBlock .mt_graphLegend .mt_demLegend{color:#0083d7;text-indent:60px}#midtermGraph .mt_graphBlock .mt_graphLegend .mt_repLegend{color:#e42d53}#midtermGraph .mt_graphBlock .mt_graphLine{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:start;-webkit-justify-content:flex-start;-ms-flex-pack:start;justify-content:flex-start;margin-top:5px}#midtermGraph .mt_graphBlock .mt_graphLine .mt_graphLineTitle{font-family:'Merriweather Sans',sans-serif;font-size:10px;font-weight:700;font-style:italic;text-align:right;width:50px;text-transform:uppercase;-webkit-box-flex:0;-webkit-flex:none;-ms-flex:none;flex:none;-webkit-align-self:center;-ms-flex-item-align:center;align-self:center}#midtermGraph .mt_graphBlock .mt_graphLine .mt_graphLineBar{position:relative;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;width:100%;height:14px;background-color:#a7a7a7;background:-o-repeating-linear-gradient(45deg,#a7a7a7,#a7a7a7 5px,#969696 5px,#969696 10px);background:repeating-linear-gradient(45deg,#a7a7a7,#a7a7a7 5px,#969696 5px,#969696 10px);-webkit-animation:slideStripe 15s infinite linear forwards;animation:slideStripe 15s infinite linear forwards;margin-left:10px}#midtermGraph .mt_graphBlock .mt_graphLine .mt_graphLineBar .mt_graphDem{position:relative;height:inherit;background-color:#0083d7;width:0}#midtermGraph .mt_graphBlock .mt_graphLine .mt_graphLineBar .mt_graphDem .mt_demNum{position:absolute;top:0;left:3px;font-family:'Roboto Condensed',sans-serif;font-weight:700;font-size:12px;color:#fff}#midtermGraph .mt_graphBlock .mt_graphLine .mt_graphLineBar .mt_graphRep{position:relative;height:inherit;background-color:#e42d53;width:0}#midtermGraph .mt_graphBlock .mt_graphLine .mt_graphLineBar .mt_graphRep .mt_repNum{position:absolute;top:0;right:5px;font-family:'Roboto Condensed',sans-serif;font-weight:700;font-size:12px;color:#fff}#midtermGraph .mt_graphBlock .mt_graphLine .mt_midLine{position:absolute;bottom:0;height:32px;width:1px;border-left:1px dotted #000;left:50%;z-index:20}@-webkit-keyframes slideStripe{0%{background-position:0 0}100%{background-position:300px 0}}@keyframes slideStripe{0%{background-position:0 0}100%{background-position:300px 0}}