body {
    background-color: white;
}

.metric-container {
    opacity: 0;
    -webkit-transition: opacity .9s ease-in-out;
    -moz-transition: opacity .9s ease-in-out;
    -ms-transition: opacity .9s ease-in-out;
    -o-transition: opacity .9s ease-in-out;
    transition: opacity .9s ease-in-out;
}

.metric-container.show {
    opacity: 1;
}

.row {
    background-color: white;
    margin-bottom: 1px;
}
.percent {
    font-family: Oswald;
    color: #000000;
    display: inline-block;
    vertical-align: middle;
    z-index: 2;
    font-size: 60px;
    width: 96%;
    white-space: nowrap;
}
.percent-symbol {
    font-size: 40px;
}
.single-chart, .full-fluid-height{
    height: 100%;
    width: 100%;
    position: absolute;
    text-align: center;
    background-color: #fff;
    margin-bottom: 0;
    left: 0;
}
.v-align-mid {
    display:inline-block;
    vertical-align: middle;
    height: 100%;
    width:0.001%;
    margin-right: -2px;
}
.single-chart .v-align-col,
.full-fluid-height .two-chart-container {
    display:inline-block;
    vertical-align: middle;
    width:98%;
    margin-left:-1px;
}
.two-chart-container .two-chart {
    display: block;
    padding: 15px 0;
}
.two-chart-container .two-chart:first-child {
    border-bottom: 1px solid #e5e5e5;
}
.col-center {
    float: none;
    margin: 0 auto;
    text-align: center;
}
.chart-row {
    min-height: 200px;
}
.metric-heading {
    white-space: nowrap;
    color: #000000;
    font-family: Roboto;
    font-weight: bold;
    font-size: 40px;
    overflow: hidden;
    text-overflow: ellipsis;
}
.metric-desc {
    font-family: Roboto;
    color: #ADAEB0;
    font-size: 24px;
    padding: 5px 10px 0px 10px;
}
.v-align-center {
    vertical-align: middle;
    display:inline-block;
    height:100%;
    width:1px;
}
.metric-row {
    background-color: white;
    padding: 20px;
    margin-top: 1px;
    max-height: 240px;
}
.container-fluid .row {
    margin-left: 0;
    margin-right: 0;
}
.table-layout {
    display:table;
    width:100%;
}
.table-layout-row {
    display:table-row;
    height: 240px;
}
.table-layout-cell {
    display:table-cell;
    float:none;
    vertical-align: middle;
    border-bottom:1px solid #e5e5e5;
}
.value-wrap {
    display: inline-block;
}
.auto-align-content {
    position: relative;
}
.auto-align-content .metric-heading {
    position: absolute;
    left: 25px;
    right: 25px;

}
.auto-align-content .metric-desc {
    margin-top: 60px;
    display: block;
}
.chart-container > div:first-child {
    display: inline-block !important;
    position: relative;
}
.v-align-span {
    position:absolute;
    left:0;
    right:0;
    top:0;
    bottom:0;
    text-align: center;
}
.v-align-span > span {
    display:inline-block;
    vertical-align: middle;
}
.chart-value, .chart-symbol {
    font-family: Oswald;
}
.v-align-span .chart-symbol {
    position: absolute;
    bottom: 10%;
}
.v-align-span .chart-value {
     position:relative;
 }

@media screen and (min-width: 780px) and (max-width: 860px) {
    .metric-heading {
        font-size:34px;
    }
    .auto-align-content .metric-desc {
        margin-top: 45px;
        display: block;
    }
    .metric-desc {
        font-size:24px;
    }
    .percent {
        font-size: 60px;
    }
    .percent-symbol {
        font-size: 40px;
    }
    .two-chart-container .percent {
        font-size: 80px;
    }
}
@media screen and (min-width: 640px) and (max-width: 780px) {
    .metric-heading {
        font-size:28px;
    }
    .auto-align-content .metric-desc {
        margin-top: 36px;
    }
    .metric-desc {
        font-size:22px;
    }
    .percent {
        font-size: 60px;
    }
    .percent-symbol {
        font-size: 40px;
    }
    .two-chart-container .percent {
        font-size: 70px;
    }
}
@media screen and (min-width: 520px) and (max-width: 640px) {
    .table-layout-row {
        height: 220px;
    }
    .auto-align-content .metric-desc {
        margin-top: 32px;
    }
    .metric-heading {
        font-size:24px;
    }
    .metric-desc {
        font-size:18px;
    }
    .percent {
        font-size: 50px;
    }
    .percent-symbol {
        font-size: 30px;
    }
    .two-chart-container .percent {
        font-size: 60px;
    }
}
@media screen and (max-width: 520px) {
    .table-layout-row {
        height: 140px;
    }
    .auto-align-content .metric-desc {
        margin-top: 28px;
    }
    .metric-heading {
        font-size:18px;
    }
    .metric-desc {
        font-size:14px;
    }
    .percent {
        font-size: 33px;
    }
    .percent-symbol {
        font-size: 20px;
    }
    .two-chart-container .percent {
        font-size: 50px;
    }
}
