body {
    background-color: #efefef;
    font-family: Helvetica, Geneva, Arial,
        SunSans-Regular, sans-serif;
    margin: 0;
}

.container{
    width: 60%;
    margin: 0 auto;
    color: #231f20;
    text-align: center;
}

h1 {
    margin: 3% ;
    padding: 0 4%;
    font-size: 1.8em;
    line-height: 1.2em;
}
h3{
    margin-bottom: -14px;
}

.status {
    padding: 2% 3%;
    line-height: 1.2;
    font-size: 1.14em;
    color: #000;
}
.highlight{
    background-color: #bcb1c6;
    display: block;
    font-size: 1.5em;
    line-height: 1.5em;
    padding: 2px 0 4px;
    margin: 24px 0 0;
}
.sub{
    background-color: #e8e5ec;
    padding: 2% 4%;
    margin-bottom: 10%;
    font-size: 1.2em;
    line-height: 1.2em;
    color: #000;
    text-align: left;
}
.img {
    margin: 0 auto;
}
.info{
    line-height: 1.4;
    font-size: 1.3em;
}
.info a {
    color: #231f20;
    font-weight: bold;
    text-decoration-style: solid;
}
.info a:visited {
    color: #231f20;
}
.info p {
    color: #000;
    line-height: 1.2;
    font-size: 0.8em;
}
.info p a {
    font-weight: bold;
    text-decoration-style: solid;
    color: #000;
}
.info p a:visited {
    color: #000;
}
.footer {
    text-align: center;
    background-color: #112322;
    padding: 5px 0 3px 0;
    line-height: 1.5;
    font-size: 0.8em;
    color: #fff;
}
.footer span {
    position: relative;
    bottom: 12px;
}

a:link {
    color: black;
}
a:visited {
    color: black;
}
a:hover {
    color: #bcb1c6;
}

.tw {
    font-weight: bold;
}

/* counter */
.counter{
    background-color: #231f20;
    color: #efefef;
    display: inline-block;
}
.inner{
    padding: 24px 34px 4px;
}
.digit{
    font-size: 46px;
    background-color: #FFF;
    color: #231F20;
    display: inline-block;
    padding: 0px 4px;
    font-weight: bold;
    line-height: 48px;
    vertical-align: super;
}
.counter span{
    font-size: 60px;
    padding-left: 2px;
    font-weight: bold;
}
.counter p{
    font-weight: bold;
    font-size: 18px;
    margin:0;
    padding: 1% 0 3%;
}
/*langauge nav*/
.langauges{
    margin-top: 2%;
    margin-bottom: 4%;
    color: #000;
}
.langauges a{
    font-weight: bold;
}
/* Modal */
#modal{
    z-index: 1;
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    height: 100%;
    background: rgba(68, 68, 68, 0.6);
    width: 100%;
}
#modal-box{
    z-index: 2;
    left: 25%;
    right: 25%;
    top: 25%;
    background-color: #fff;
    color: #000;
    position: absolute;
    text-align: center;
    font-size: 1.4em;
    line-height: 1.2em;
}
#modal-box h1{
    font-size: 2em;
    line-height: 2em;
    padding: 18px 0 0 0;
}
#modal-box button{
    border: none;
    cursor: pointer;
    margin: 32px 0;
}
/* Buttons */
.btn {
    font-family: Arial;
    color: #efefef;
    font-size: 24px;
    font-weight: bold;
    background: #231f20;
    padding: 12px 40px 16px;
    text-decoration: none;
    color: #fff;
    margin: 24px 0;
    display: inline-block;
}

.btn:hover {
    background: #3d3537;
    text-decoration: none;
    color: #fff;
}
.btn:link {
    color: #efefef;;
}
.btn:visited {
    color: #efefef;;
}

/* stats */
.visual{

}
.visual h1{
    background-color: #e8e5ec;
    text-align: left;
    padding: 0;
}
.visual i{
    display: inline-block;
    background-color: #231f20;
    width: 32px;
    height: 32px;
    vertical-align: sub;
}
.visual .box{
    width: 100%;
    height: 300px;
}
#area{
    height: 100%;
    width: 100%;
}
svg{
    background-color: #e8e5ec;
    height: 100%;
    width: 100%;
}
#pie{
    height: 100%;
    width: 100%;
}
#pie-left{
}
#pie-right{
}

/*.controle{
    width: 90%;
    height: 42px;
    padding: 6px;
    margin: auto;
    vertical-align: bottom;
    -moz-box-shadow:inset 0px 1px 3px 0px #91b8b3;
    -webkit-box-shadow:inset 0px 1px 3px 0px #91b8b3;
    box-shadow:inset 0px 1px 3px 0px #91b8b3;
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
    border-radius:5px;
    background-color: #cfcfcf;
    text-align: center;
}

#back{
    float: left;
}
#update{
    float: right;
}
.title{
    -moz-border-top-left-radius:3px;
    -webkit-border-top-left-radius:3px;
    border-top-left-radius: 3px;
    -moz-border-top-right-radius:3px;
    -webkit-border-top-right-radius:3px;
    border-top-right-radius: 3px;
    text-align: center;
    vertical-align: top;
    width: 100%;
    border: #2b665e solid 1px; 
}
.describ{
    padding-top: 4px;
    text-align: center;
    vertical-align: bottom;
    width: 100%;
    border-right: #2b665e solid 1px;
    border-left: #2b665e solid 1px;
}*/
/*#pie{
    width: 100%;
    height: 600px;
    float: left;
    margin: 30px 2%;
}
#area{
    width: 100%;
    height: 600px;
    float: right;
    margin: 30px 2%;
}
#diff{
    width: 90%;
    height: 600px;
    float: left;
    margin: 110px 5%;
}
svg {
    width: 100%;
    height: 100%;
    -moz-box-shadow:inset 0px 1px 3px 0px #91b8b3;
    -webkit-box-shadow:inset 0px 1px 3px 0px #91b8b3;
    box-shadow:inset 0px 1px 3px 0px #91b8b3;
    background-color: #cfcfcf;
    -moz-border-bottom-left-radius:3px;
    -webkit-border-bottom-left-radius:3px;
    border-bottom-left-radius: 3px;
    -moz-border-bottom-right-radius:3px;
    -webkit-border-bottom-right-radius:3px;
    border-bottom-right-radius: 3px;
    border: #2b665e solid 1px;
}
path.slice{
    stroke-width:2px;
}
polyline{
    opacity: .3;
    stroke: black;
    stroke-width: 2px;
    fill: none;
}
.percent{
    font-size: 40px;
}
*/.axis path,
.axis line {
    fill: none;
    stroke: #000;
    shape-rendering: crispEdges;
}

.browser text {
    text-anchor: end;
}

.area.above {
    fill: rgb(145,207,96);
}

.area.below {
    fill: rgb(252,141,89);
}

.line {
    fill: none;
    stroke: #000;
    stroke-width: 1.5px;
}