.ztype-stats-action {
    margin-right: 32px;
    font-size: 20px;
}
.ztype-stats-action img {
    vertical-align: middle;
    margin-right: 4px;
}
.ztype-stats-action.active{
    color: #01b892;
    font-weight: 900;
}
.ztype-stats-action:hover, #ztype-stats-close:hover {
    cursor: pointer;
    color: #4dfed2;
}
#ztype-stats-canvas, #ztype-stats-content {
    width: 100%;
    height: 100%;
}
#ztype-stats {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    border: 0;
    z-index: 5;
    background-color: #fff;
    display: none;
    width: 2px;
    transition: width 0.3s ease-in-out;
}
#ztype-stats.expanded {
    transition: width 0.3s ease-in-out;
    width: 98%;
}
#ztype-stats-close {
    position: absolute;
    right: 0;
    top: 0;
    font-size: 48px;
    width: 64px;
    text-align: center;
    height: 64px;
}
#ztype-stats-foot {
    padding: 16px 32px 0 32px;
}