.donut-container {
    margin-left: 3em;
    display: inline-block;
    width: 40em;
    height: 28em;
    position: relative;
}

.donut {
    width: 22em;
    height: 22em;
    min-width: 11.5em;
    display: table;
}

.donut-graph {
    width: 22em;
    height: 22em;
}

.donut-label {
    margin-top: -12.5em;
    text-align: center;
    font-weight: bold;
    fill: #535353;
}

.donut-label-big {
    color: #c9c9c9;
    font-size: 6em;
    line-height: 0;
    text-anchor: middle;
}

.donut-label-big-eye-catching {
    color: #ff5566;
}

.donut-label-small {
    margin: 0 0 1em 0;
    fill: #535353;
    font-size: 1.2em;
    text-anchor: middle;
    -webkit-transform: translateY(0.35em);
    transform: translateY(0.35em);
}

.donut-table {
    font-size: 1.1em;
    max-width: 45%;
    display: inline-block;
    position: absolute;
    top: 4em;
    left: 22em;
}

.donut-table th {
    border-radius: 0.4em;
    color: #ffffff;
    display: inline-block;
    line-height: 1.2;
    min-width: 1.5em;
    padding: 0.25em;
    text-align: center;
    vertical-align: middle;
}

.donut-table td, th {
    padding: 0.333em;
}
