﻿@charset "utf-8";
/* CSS Document */

.splash {
    background-image: url('../images/pdb/splash-maxsize.jpg');
}

.intro p {
    font-size: 15px;
    line-height: 24px;
}

#benefits p {
    margin-bottom:50px;
}

#usedby {
    text-align:center;
}
    #usedby img {
        width:auto;
        max-width:100%;
        margin:0 auto 50px;
    }
    #usedby .logos {
        font-size:0;
    }


#prices{
}
    #prices .cta{
        margin:0 auto;
    }
    #prices h2,
    #prices p {
        margin:0 auto 50px;
    }
    #prices small {
        font-size:13px;
        line-height:18px;
        color:#7f7f7f;
    }

    #prices .table + .table {
        margin-top:50px;
    }

    #prices .table th,
    #prices .table td {
        padding:25px;
    }

    #prices .table thead th,
    #prices .table tbody td {
        text-align:center;
    }
    #prices .table > thead > tr > th {
        border-top: 1px solid #ddd;
        border-bottom:none;
    }
    #prices .table th{
        font-size:13px;
        text-transform:uppercase;
    }    
    #prices .table td{
        font-size:12px;
        text-transform:uppercase;
    }
    #prices .table strong{
        display:block;
        font-size:15px;
    }

    /* Mobile */
    @media (max-width: 767px) {
        #prices .table strong {
            display: inline-block;
        }

    }


#support {
    font-size:12px;
    line-height:20px;
    text-align:center;
}
    #support p {
        font-size:inherit;
        line-height:inherit;
        margin-bottom:20px;
    }
    #support .cta{
        margin:15px 0;
    }

.submitbtn {
    display: none;
}