.hwk_mod_13_topping {
    font-size: 1.9em;
    font-weight: 700;
}
.hwk_mod_13_svg {
    height: 150px;
}

.hwk_mod_13 h2 {
    text-align: center;
    height: 90px;
    font-size: 1.2em;
}
.hwk_mod_13_kwpTop {
    margin-left: 40px;
}
.hwk_mod_13_kwpVal {
    margin-left: 40px;
}
.hwk_mod_13_bar {
    border-bottom: 2px solid var(--btn_border);
}
.hwk_mod_13_barTop {
    border-top: 2px solid var(--btn_border);
}
.hwk_mod_13_columnWrapper {
    justify-content: center;
    margin-top: 40px;
}
.hwk_mod_13_column {
    margin: 0 auto;
    width: 20%;
    padding: 5px 35px 30px 35px;
}
.hwk_mod_13_value {
    font-size: 1.1em;
}
.hwk_mod_13_unit {
    font-size: .8em;
}
.hwk_mod_13_columnGrey {
    background-color: var(--background_lightGrey);
}
.hwk_mod_13_title {
    font-size: .6em;
    opacity: .8;
}
/* Animations */
#mod13_rotor {
    animation: mod13_rotation 5s infinite linear;
    transform-box: fill-box;
    transform-origin: center;
}

@keyframes mod13_rotation { 
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}
