<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@media (max-width: 995px) {
    .profile-info-div {
        border-right:0px;
    }
    .profile-activity-div {
        height: 115px;
        display:block;
        overflow:hidden;
    }
    .profile-points-container {
        border-top:0px;
        width:auto;
    }
    .profile-points-points {
        border-right:0px;
        display:block;
        text-align: center;
        margin-left: auto;
        margin-right: auto;
    }
    .profile-points-impacts {
        width:100%;
        text-align: center;
    }
    .profile-impact-categories-text {
        margin-left: auto;
        margin-right: auto;
        text-align: center;
        width: 100%;
    }
    .profile-small-disappear {
        display:none;
    }
    .profile-map-divider {
        text-align: center;
        width:100%;
        overflow:hidden;
        margin-top:100px;
    }
    .profile-map-divider-bar {
        width: 150px;
    }
    .profile-impact-map-full {
     /*   padding-right: 20px;
        padding-left: 20px;
*/
    }

    .profile-snapshot-text-div {
        letter-spacing:1px;
    }
    .profile-points-share-container &gt; span {
        display:none;
    }
    /* Circle 1 */
    .profile-impact-this-month-canvas {
        left: 130px;
    }
    .profile-impact-this-month-overlay-percent {
        left: 142px;
    }
    .profile-impact-this-month-overlay-text {
        left: 148px;
    }
    /* Circle 2 */
    .profile-impact-all-canvas {
        left: 234px;
    }
    .profile-impact-all-overlay-percent {
        left: 245px;
    }
    .profile-impact-all-overlay-text {
        left: 234px;
    }
    /* Circle 3 */
    .profile-total-impacts-div {
        right:0px;
    }

    .profile-splash {
        background-position:-850px 0px;
    }
    .profile-level-container {
        position:relative;
        left:8px;
        top:-20px;
        width:255px;
    }
    .profile-heading {
        position:relative;
        top:-20px;
    }
    .profile-points-logout-button {
        position:relative;
        left:8px;
        top:-20px;
    }
}
</pre></body></html>