.sw19b-pd-sidebar {
    background: #f7f7f7;
    padding: 28px 32px;

    .tabs {
        display: flex;
        justify-content: space-between;
    }

    .tabs a {
        font-size: .875em;
        font-weight: 600;
        color: #2b2b2b;
        text-decoration: none;
    }

    .tabs a:hover {
        color: #787878;
    }

    .tabs a.selected {
        border-bottom: 2px solid #2b2b2b;
    }

    .item {
        display: flex;
        border-bottom: 1px solid #e3e3e3;
        padding-top: 15px;
    }

    .item:last-of-type {
        border: 0;
    }

    .item img {
        width: 60px;
        height: 60px;
        object-fit: cover;
        margin-right: 24px;
    }

    .content a {
        font-size: 16px;
        line-height: 21px;
        font-weight: 600;
        text-decoration: none;
    }

    .content a:hover {
        color: #787878;
    }

    .content p {
        font-size: 14px;
    }

    .consider-pingdom-sidebar {
        background: #eaeaea;
        padding: 30px;
        text-align: center;
        color: #4d4d4d;
    }

    .consider-pingdom-sidebar b {
        font-weight: 700;
    }

    aside {
        color: #4d4d4d;
        margin-top: 30px;

        ul {
            padding-left: 0;
        }

        li {
            list-style-type: none;
        }

        a {
            text-decoration: none;
        }

        a:hover {
            color: #5e5e5e;
        }
    }
}
