@media only screen and (min-width: 641px) and (max-width: 3480px) {

    html {
        width: 640px !important;
        margin: 0px auto !important;
    }

    .help-icon {
        font-size: 12px !important;
    }

    .report-card {
        width: 172px !important;
        height: 172px !important;
        text-align: right;
        box-shadow: rgba(0, 0, 0, 0.1) -2px 3px 4px -2px, rgba(0, 0, 0, 0.14) 0px 0px 0px 0px, rgba(0, 0, 0, 0.12) 0px 1px 10px 2px !important;
        border-radius: 5px;
        margin: 0px auto;
        margin-bottom: 15px;
    }

    .report-card#left {
        margin-right: 21px !important;
        margin-left: auto !important;
    }

    .report-card#right {
        margin-left: 21px !important;
        margin-right: auto !important;
    }

    .report-card-icon {
        padding: 4px;
        margin-bottom: 9px;
    }

    .report-card-data {
        line-height: 60px !important;
        font-size: 60px !important;
        justify-content: center !important;
        padding: 0px 5px 0px 5px !important;
        font-weight: 600 !important;
        color: #484848 !important;
    }

    .report-card-label {
        line-height: 15px !important;
        justify-content: center;
    }

    .report-card-label span {
        font-size: 16px !important;
    }

    .report-card-data-unit {
        line-height: 17px !important;
        top: 14px !important;
        font-size: 10px !important;
        position: relative;
        color: #aaa;
        font-weight: normal;
    }

    .plans-content {
        width: 640px !important;
    }
}