.pettable-wrapper {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
}

.pettable-column {
    position: relative;
    margin-right: 10px;
    margin-left: 10px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 10px;
    border: 1px solid #dfdfdf;
    border-radius: 7px;
    mix-blend-mode: normal;
}

.pettable-name {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 57px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    color: #5088c2;
    font-size: 22px;
    line-height: 24px;
    font-weight: 700;
}

.pettable-features-list {
    margin-top: 20px;
    padding-left: 0px;
    font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
    color: #12333c;
    font-size: 14px;
    line-height: 16px;
    font-weight: 400;
    text-align: left;
}

.pettable-features-list.winner {
    font-size: 16px;
    line-height: 16px;
}

.pettable-feature-text {
    margin-left: 5px;
    letter-spacing: 0.01em;
}

.pettable-feature {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 10px;
}

.pettable-logo-container {
    width: 220px;
    height: 86px;
    margin: 20px auto;
    background-image: url("https://assets.pettable.com/prod/img/affiliate/PettableLogo.png");
    background-position: 0px 0px;
    background-size: cover;
}

.pettable-logo-container.third-place {
    background-image: url("https://assets.pettable.com/prod/img/affiliate/PettableLogo.png");
    background-position: 50% 50%;
}

.pettable-logo-container.winner {
    width: 255px;
    height: 99px;
    margin-left: 0px;
    display: block;
}

.pettable-logo-container.second-place {
    width: 122px;
    height: 61px;
    background-image: url("https://assets.pettable.com/prod/img/affiliate/EsaDoctorsLogo.png");
    background-position: 0px 0px;
    background-size: cover;
}

.pettable-logo-container.third-place {
    width: 186px;
    height: 55px;
    background-image: url("https://assets.pettable.com/prod/img/affiliate/USServiceAnimalsLogo.png");
}

.pettable-logo-container.fourth-place {
    width: 136px;
    height: 45px;
    background-image: url("https://assets.pettable.com/prod/img/affiliate/FastEsaLetterLogo.png");
}

.pettable-feature-image {
    width: 15px;
    height: 16px;
    background-image: url("https://assets.pettable.com/prod/img/affiliate/list-item-ok.svg");
    background-position: 0px 0px;
    background-size: auto;
    background-repeat: no-repeat;
    font-size: 15px;
    line-height: 13px;
}

.pettable-competitors-table {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    color: #12333c;
    position: relative;
}

.pettable-position {
    position: absolute;
    left: auto;
    top: -1px;
    right: -1px;
    bottom: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: visible;
    width: 67px;
    height: 67px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-top-right-radius: 6px;
    border-bottom-left-radius: 8px;
    background-color: #5088c2;
}

.pettable-position.pettable-position-in-column {
    width: 40px;
    height: 40px;
    border-top-right-radius: 6px;
    background-color: #bed0e2;
}

.pettable-winner {
    position: relative;
    display: block;
    margin-right: 10px;
    margin-left: 10px;
    border: 1px solid #5088c2;
    border-radius: 7px;
    text-decoration: none;
}

.pettable-position-text {
    position: relative;
    height: 26px;
    color: #fff;
    font-size: 20px;
    line-height: 30px;
    font-weight: 700;
}

.pettable-inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 0px 67px 0px 20px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.pettable-pros-winner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 57px;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    color: #5088c2;
    font-size: 16px;
    line-height: 16px;
    font-weight: 700;
    margin-bottom: 20px;
}

.pettable-outer {
    display: block;
    overflow: hidden;
    padding: 0px 30px 0px 20px;
}

.pettable-others {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 20px;
}

.pettable-pros-column {
    line-height: 16px;
    font-weight: 700;
}

.pettable-name-column {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    /*height: 40px;*/
    margin-top: 10px;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    font-size: 17px;
    line-height: 36px;
    font-weight: 700;
}

.pettable-inner-column {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    min-height: 260px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

@media screen and (max-width: 991px) {
    .pettable-column {
        width: 500px;
        margin-top: 10px;
        -webkit-align-self: auto;
        -ms-flex-item-align: auto;
        -ms-grid-row-align: auto;
        align-self: auto;
        -webkit-box-flex: 0;
        -webkit-flex: 0 auto;
        -ms-flex: 0 auto;
        flex: 0 auto;
    }

    .pettable-logo-container.winner {
        margin-left: auto;
    }

    .pettable-position.pettable-position-in-column {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
    }

    .pettable-inner {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .pettable-outer {
        position: relative;
    }

    .pettable-others {
        margin-top: 0px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

@media screen and (max-width: 767px) {
    .pettable-name {
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
}

@media screen and (max-width: 479px) {
    .pettable-column {
        width: 300px;
    }

    .pettable-name {
        height: 40px;
        margin-right: 40px;
        margin-left: 10px;
    }

    .pettable-logo-container.winner {
        margin-top: 0px;
    }

    .pettable-logo-container.second-place {
        margin-right: auto;
        margin-left: auto;
    }

    .pettable-logo-container.third-place {
        margin-right: auto;
        margin-left: auto;
    }

    .pettable-logo-container.fourth-place {
        margin-right: auto;
        margin-left: auto;
        background-size: contain;
    }

    .pettable-competitors-table {
        -webkit-box-align: stretch;
        -webkit-align-items: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
    }

    .pettable-position {
        width: 40px;
        height: 40px;
    }

    .pettable-inner {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        padding-right: 0px;
        padding-left: 0px;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .pettable-outer {
        max-width: 300px;
        padding: 10px;
    }

    .pettable-others {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }
}