.align-with-outlook {
    display: flex;
    align-self: start;
}

.ppw {
    border: 1px solid #033561;
    max-width: 626px;
    position: relative;
    font-family: Helvetica, Arial, sans-serif;
    background-color: #EBECED;
    border: none !important;
    margin-bottom: 15px;
}

.ppw .ppw-title {
    background-color: #033561;
    color: #ffffff;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.23;
    letter-spacing: normal;
    padding: 10px 21px;
    margin: 0;
}

.ppw .ppw-heading {
    margin: 18px 21px;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.22;
    letter-spacing: normal;
    color: #033561;
}

.ppw .ppw-overview-section {
    border-bottom: 2px solid #ffffff;
    margin: 4px auto;
}

.ppw-cite {
    display: none;
}

.ppw .ppw-user-config-bar .left-content .content-label.flush-bottom {
    margin-bottom: 0;
    font-size: 12px;
}

.ppw .ppw-stat-container {
    display: flex;
    grid-gap: 10px;
    grid-template-columns: fit-content(100%);
    border-bottom: 1px solid #EFEEEF;
    padding-bottom: 15px;
    justify-content: space-around;
}

.ppw .ppw-stat-container .stat .bottom .title {
    margin: 0;
    padding: 0;
    font-size: 15px;
    font-weight: 600;
    color: #033561;
}

@media screen and (min-width: 600px) {
    .ppw .ppw-stat-container .stat .bottom .title {
        text-align: center;
        font-size: 13px;
    }
}
