﻿.competitors-table-logo {
    display: block !important;
    max-width: 100% !important;
    height: auto !important;
    width: auto !important;
}

.competitors-table-wrapper .learn-more-new {
    font-size: 16px;
    font-weight: 500;
}

@media (min-width: 1200px) {
    .competitors-table-wrapper .block {
        min-height: 133px;
    }

    .competitors-table-wrapper .header-block {
        min-height: 128px;
    }
}

@media (min-width: 768px) and (max-width: 900px) {
    .competitors-table-wrapper .wrapper {
        border-radius: 2em;
    }

    .competitors-table-wrapper .learn-more-new {
        font-size: 12px;
        font-weight: 400;
    }
}

@media (min-width: 390px) and (max-width: 768px) {
    .competitors-table-wrapper .learn-more-new {
        font-size: 12px;
        font-weight: 400;
    }

    .competitors-table-wrapper .data-block {
        min-height: 132px;
    }

    .competitors-table-wrapper .block {
        min-height: 132px;
    }
}
/* Mobile*/
@media (max-width: 390px) {
    .competitors-table-wrapper .table-column.heading {
        width: 30%;
    }

    .competitors-table-wrapper .table-column.data {
        width: 70%;
    }

    .competitors-table-wrapper .learn-more-new {
        font-size: 12px;
        font-weight: 400;
        padding: 0px 0px;
    }

    .competitors-table-wrapper .block {
        min-height: 73px;
    }

    .competitors-table-wrapper .data-block {
        min-height: 70px;
    }

    .competitors-table-wrapper .header-block {
        min-height: 90px;
    }
}

#competitors-table-content {
    /*border: none !important;*/ /* Not sure why this is none */
}

/*BEGIN: sticky header (product-features-table not working in mobile)*/
/*.competitors-table-wrapper:not(.product-features-table-wrapper) .make-sticky {
    position: sticky !important;
    position: -webkit-sticky;*/ /* Safari */
    /*top: 60px !important;*/ /*adjusted by notification banner*/
    /*z-index: 998;
    background-color: white;
}

#competitors-table-heading .block.header-block.make-sticky {
    background-color: #f3f4f9;
}

@media (min-width: 768px) {
    #competitors-table-heading .block.header-block.make-sticky {
        border-top-left-radius: 16px;
    }
    #competitors-table-data .competitor-turbotax:last-of-type .make-sticky {
        border-top-right-radius: 16px;
    }
}*/
/*END: sticky header*/

.switch-competitor-block .section-header {
    margin-top: 115px;
}

    .switch-competitor-block .section-header h1 {
        opacity: 1;
        color: rgba(51,55,64,1);
        font-size: 36px;
        font-weight: 900;
        font-style: normal;
        letter-spacing: 0px;
        text-align: center;
    }

    .switch-competitor-block .section-header h2 {
        opacity: 1;
        color: rgba(51,55,64,1);
        font-size: 24px;
        font-weight: 400;
        font-style: normal;
        letter-spacing: 0px;
        text-align: center;
        line-height: 30px;
    }

@media screen and (min-width: 768px) {
    .switch-competitor-block .competitors-table-wrapper {
        top: 0px;
        margin: 0 auto 0px;
    }
}

@media screen and (min-width: 768px) {
    .switch-competitor-block .competitors-table-wrapper .block.header-block, .switch-competitor-block .competitors-table-wrapper .data-block.header-block {
        min-height: 100px;
    }
    .switch-competitor-block .competitors-table-wrapper .block, .switch-competitor-block .competitors-table-wrapper .data-block {
        min-height: 160px;
    }
}

@media screen and (min-width: 900px) {
    .switch-competitor-block .competitors-table-wrapper .block.header-block, .switch-competitor-block .competitors-table-wrapper .data-block.header-block {
        min-height: 106px;
    }

    .switch-competitor-block .competitors-table-wrapper .block, .switch-competitor-block .competitors-table-wrapper .data-block {
        min-height: 194px;
    }
}

.competitors-table-wrapper .taxslayer-column .hyperlink {
    font-size: 16px;
    font-weight: 400;
}

/*Switch Landing style overrides*/
@media screen and (min-width: 768px) {
    .switch-landing .competitors-table-wrapper {
        top: -100px !important;
        margin: 0 auto -100px !important;
    }
}
