﻿.xlarge
{
    font-size: 16px;
    padding: 13px 15px;
}
.tableDynamic th
{
    width: 160px;
}
textarea.text
{
    resize: none;
    max-height: 80px;
    max-width: 510px;
}
.p_error
{
    font-size: 11px;
    margin-left: 0px;
    position: absolute;
    top: 16px;
    background: none;
    color: Red !important;
    text-align: left;
    margin-top: 5px;
}
.divBanner {
    background-image: none;
}
.divBanner h1
{
    padding-top: 56px;
    font-size: 50px;
}
.divSpacing
{
    margin: 0 auto;
    max-width: 482px;
    padding-top: 36px;
    padding-bottom: 40px;
}
.divBanner ul.default {
    padding-bottom: 42px
}

.divBanner ul.default li {
    color: #999999;
}
.publicContainer a:not(.btn) {
    cursor: pointer;
    color: rgb(41, 170, 225);
}
.publicContainer table td
{
    font-size: 14px;
    padding-top: 45px;
    padding-bottom: 42px;
}
.publicContainer table td .divSpacerLeft
{
    padding-left: 20px; 
    padding-right: 24px; 
    line-height: 50px;
}
.publicContainer table td ul li
{
    list-style: none;
}
.dvDescription
{
    margin-left: 0px;
}
ul.dvDescription li
{
    margin-bottom: 16px;
}
.newMemberShipFooter
{
    padding-top: 0px;
}
.leadTitle
{
    text-align: center; 
    margin-bottom: 28px; 
}
.publicContainer div .tableFourCalumn td
{
    width: 230px;
    vertical-align: top;
    min-width: inherit;
}
.publicContainer div .tableFourCalumn tr ~ tr td {
    padding-top: 0px;
}
.tableFourCalumn td div.PageSubTitle ~ div:not(:last-child) {
    padding-bottom: 12px;
}

.divPricingText
{
    margin:auto;
    color: #999;
    padding-top: 10px; 
    line-height: 26px;
}
.tiny_hr {
    height: 1px;
    margin: 10px 20% 0;
    border-top: 1px solid rgb(237, 239, 241);
}
@media only screen and (min-width:768px) {
    .publicContainer table td {
        min-width: 420px;
    }
    .newMemberShipFooter div.h1 {
        width: 120%;
        margin-left: -10%;
    }
}
@media screen and (max-width:767px)
{   
    .divSpacing
    {
        padding-left: 10px;
        padding-right: 10px;  
    }
    .btn
    {
        display:block;
    }
    .divBanner .xlarge {
        line-height: 21px;
        padding: 10px 16px;
    }
    .divBanner ul.default {
        padding-left: 28px;
    }
    .publicContainer table td
    {
        min-width:inherit;
    }
    .publicContainer table tr td ~ td {
        padding-top: 0;
    }
    .publicContainer table td .divSpacerLeft
    {
        padding-left: 10px; 
        padding-right: 20px;
    }
    .publicContainer div .tableFourCalumn td
    {
        width:auto;
    }
    .divPricingText
    {
        max-width:260px;
    }
    .tableDynamic th
    {
        width:120px;
    }
}