h2 {
    text-align: center;
}

h22 {
    font-size: 20px;
    text-align: left;
}

h23 {
    text-align: center;
}

h6 {
    text-align: center;
    font-size: 20px;
    font-weight: unset;
    margin: 0 0 35px;
}

h7 {
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    font-weight: normal;
    letter-spacing: 1px;
}

h8 {
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    font-weight: normal;
    text-align: center;
}

.table-lysten {
    margin: 0 auto;
    font-family: Montserrat,"Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 20px;
}


    .table-lysten .td-lysten:first-child {
        text-align: left;
    }

.table-lysten-podcastapps {
    font-family: Montserrat,"Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 20px;
    text-align: left;
}

    .table-lysten-podcastapps tr {
        border: none;
    }

    .table-lysten-podcastapps td {
        width: auto;
        display: inline-block;
        margin-right: 10px;
        margin-bottom: 10px;
        margin-top: 10px;
    }

        .table-lysten-podcastapps td:first-child {
            width: 150px;
        }

.td-lysten {
    display: block;
}

.td-lysten-image {
    display: inline-block;
    margin: 10px;
    margin-left: auto;
    margin-right: auto;
}

.td-lysten input {
    margin-bottom: -15px;
}

.episode-source {
    font-family: Montserrat,"Helvetica Neue", Helvetica, Arial, sans-serif;
    text-align: center;
    font-size: 20px;
    margin-top: -15px;
}

@media screen and (max-width: 780px) {
    .table-lysten-podcastapps td:first-child {
        display: block;
        margin-bottom: 0px;
        width: auto;
    }


    .td-lysten input {
        margin-bottom: -15px;
    }
}

.disabledbutton {
    pointer-events: none;
    opacity: 0.4;
}

/* Tables (for footer) */

#resp-table {
    width: 280px;
    display: table;
    margin: auto;
}

#resp-table-caption {
    display: table-caption;
    text-align: center;
    font-size: 30px;
    font-weight: bold;
}

#resp-table-header {
    display: table-header-group;
    background-color: gray;
    font-weight: bold;
    font-size: 25px;
}

.table-header-cell {
    display: table-cell;
    padding: 10px;
    text-align: justify;
    border-bottom: 1px solid black;
}

#resp-table-body {
    display: table-row-group;
}

.resp-table-row {
    display: table-row;
}

.table-body-cell {
    display: table-cell;
    text-align: left;
}

.resp-table-row .table-body-cell:first-child {
    min-width: 168px;
}

#resp-table-footer {
    display: table-footer-group;
    background-color: gray;
    font-weight: bold;
    font-size: 25px;
    color: rgba(255, 255, 255, 0.45);
}

.table-footer-cell {
    display: table-cell;
    padding: 10px;
    text-align: left;
    border-bottom: 1px solid black;
}

.socialLoginButton {
    cursor: pointer;
    color: transparent;
    border: none;
    width: 94px;
    height: 93px;
    margin-right: 20px;
}

    .socialLoginButton.microsoft {
        background: url(/content/images/signin-button-microsoft.png);
    }

    .socialLoginButton.google {
        background: url(/content/images/signin-button-google.png);
    }


/*PRINCING PLAN*/
.pricing-table-subtitle {
    margin-top: 68px;
    font-weight: normal;
}

.pricing-table-title {
    font-weight: bold;
    margin-bottom: 68px;
}

.pricing-card {
    border: none;
    border-radius: 10px;
    margin-bottom: 40px;
    text-align: center;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
}

    .pricing-card:hover {
        box-shadow: 0 2px 40px 0 rgba(205, 205, 205, 0.55);
    }

    .pricing-card.pricing-card-highlighted {
        box-shadow: 0 2px 40px 0 rgba(205, 205, 205, 0.55);
    }

    .pricing-card:hover {
        box-shadow: 0 2px 40px 0 rgba(205, 205, 205, 0.55);
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px);
    }

    .pricing-card .card-body {
        padding-top: 55px;
        padding-bottom: 62px;
    }

.pricing-plan-title {
    font-size: 20px;
    color: #000;
    margin-bottom: 11px;
    font-weight: normal;
}

.pricing-plan-cost {
    font-size: 50px;
    color: #000;
    font-weight: bold;
    margin-bottom: 29px;
}

.pricing-plan-icon {
    display: inline-block;
    width: 40px;
    height: 40px;
    font-size: 40px;
    line-height: 1;
    margin-bottom: 24px;
}

.pricing-plan-basic .pricing-plan-icon {
    color: #055292;
}

.pricing-plan-pro .pricing-plan-icon {
    color: #055292;
}

.pricing-plan-enterprise .pricing-plan-icon {
    color: #055292;
}

.pricing-plan-features {
    list-style: none;
    padding-left: 0;
    font-size: 14px;
    line-height: 2.14;
    margin-bottom: 35px;
    color: #303132;
}

.pricing-plan-purchase-btn {
    color: #000;
    font-size: 16px;
    font-weight: bold;
    width: 145px;
    height: 45px;
    border-radius: 22.5px;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    position: relative;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    -webkit-box-pack: center;
    justify-content: center;
    padding: 12px !important;
}

.pricing-plan-basic .pricing-plan-purchase-btn {
    background-color: #055292;
    color: #fff;
    font-weight: bold;
    border-radius: 70px;
}

    .pricing-plan-basic .pricing-plan-purchase-btn:hover {
        background-color: #032d50;
        color:#fff;
    }

    .pricing-plan-basic .pricing-plan-purchase-btn:active {
        -webkit-transform: translateY(3px);
        transform: translateY(3px);
        box-shadow: none;
    }

.pricing-plan-pro .pricing-plan-purchase-btn {
    background-color: #055292;
    color: #fff;
    font-weight: bold;
}

    .pricing-plan-pro .pricing-plan-purchase-btn:hover {
        box-shadow: 0 3px 0 0 #0a7554;
    }

    .pricing-plan-pro .pricing-plan-purchase-btn:active {
        -webkit-transform: translateY(3px);
        transform: translateY(3px);
        box-shadow: none;
    }

.pricing-plan-enterprise .pricing-plan-purchase-btn {
    background-color: #055292;
    color: #fff;
    font-weight: bold;
}

    .pricing-plan-enterprise .pricing-plan-purchase-btn:hover {
        box-shadow: 0 3px 0 0 #1138ff;
    }

    .pricing-plan-enterprise .pricing-plan-purchase-btn:active {
        -webkit-transform: translateY(3px);
        transform: translateY(3px);
        box-shadow: none;
    }
