﻿body {
    background: #2c3e50;
}

@media screen and (max-width: 600px) {
    #pricing-table .signup {
        margin: 10px 0 0 0;
    }

    #footnoteLbl{
        font-size:12px;
    }

    .scrolling-wrapper {
        display: flex;
        flex-wrap: nowrap;
        overflow-x: auto;
        position:center;
    }

    .card {
        flex: 0 0 auto;
    }

    /*to help with horizontal scrolling of divs*/
    #pricing-table .plan
    {
        float:none;
    }

    #pricing-table {
        margin: 0 20px 0 20px;
        width: 90%; /* total computed width = 222 x 3 + 226 */
    }

        #pricing-table ul {
            margin: 10px 0 0 0;
        }

    #termscheckp {
        font-size: 17px;
    }

}

@media screen and (min-width: 600px) {
    #pricing-table .signup {
        margin: 10px 0 0 0;
    }

    #footnoteLbl {
        font-size: 14px;
    }

    /*no horizontal scrolling of divs*/
    #pricing-table .plan {
        float: left;
    }

    #pricing-table {
        margin: 0 5px 0 50px;
        width: 80%; /* total computed width = 222 x 3 + 226 */
    }

        #pricing-table ul {
            margin: 20px 0 0 0;
        }

    #termscheckp {
        font-size: 17px;
    }
}

#termscheckp {
    margin-top: 10px;
    color: grey;
}

/* unvisited link */
#termsLink {
    color: blue;
    text-decoration:underline;
}

/* visited link */
#termsLink:visited {
    color: green;
}

/* mouse over link */
#termsLink:hover {
    color: hotpink;
}

/* selected link */
#termsLink:active {
    color: blue;
}

#termscheck {
    color: grey;
    font-family: 'Open Sans', sans-serif;
    font-weight:600;
}

#pricing-table {
    text-align: center;
}

    #pricing-table .plan {
        font: 12px 'Lucida Sans', 'trebuchet MS', Arial, Helvetica;
        text-shadow: 0 1px rgba(255,255,255,.8);
        background: #fff;
        border: 1px solid #ddd;
        color: #333;
        padding: 20px;
        width: 180px; /* plan width = 180 + 20 + 20 + 1 + 1 = 222px */        
        position: relative;
        margin: 5px;
        border-radius: 5px;
        box-shadow: 0px 0px 10px 5px rgba(0,0,0,0.2);
        -webkit-box-shadow: 0px 0px 10px 5px rgba(0,0,0,0.2);
        -moz-box-shadow: 0px 0px 10px 5px rgba(0,0,0,0.2);

    }

    #pricing-table #most-popular {
        z-index: 2;
        top: -13px;
        border-width: 3px;
        padding: 30px 20px;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        border-radius: 5px;
        -moz-box-shadow: 20px 0 10px -10px rgba(0, 0, 0, .15), -20px 0 10px -10px rgba(0, 0, 0, .15);
        -webkit-box-shadow: 20px 0 10px -10px rgba(0, 0, 0, .15), -20px 0 10px -10px rgba(0, 0, 0, .15);
        box-shadow: 20px 0 10px -10px rgba(0, 0, 0, .15), -20px 0 10px -10px rgba(0, 0, 0, .15);
    }

    /*#pricing-table .plan:nth-child(1) {
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        border-radius: 5px;
    }

    #pricing-table .plan:nth-child(4) {
        -moz-border-radius: 0 5px 5px 0;
        -webkit-border-radius: 0 5px 5px 0;
        border-radius: 0 5px 5px 0;
    }*/

    /* --------------- */

    #pricing-table h3 {
        font-size: 20px;
        font-weight: bold;
        padding: 10px;
        margin: -20px -20px 0px -20px;
        background-color: #dbf5ff;
        /*background-image: -moz-linear-gradient(#fff,#dbf5ff);
        background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#dbf5ff));
        background-image: -webkit-linear-gradient(#fff, #dbf5ff);
        background-image: -o-linear-gradient(#fff, #dbf5ff);
        background-image: -ms-linear-gradient(#fff, #dbf5ff);
        background-image: linear-gradient(#fff, #dbf5ff);*/
    }

    #pricing-table #most-popular h3 {
        background-color: #ddd;
        background-image: -moz-linear-gradient(#dbf5ff,#ddd);
        background-image: -webkit-gradient(linear, left top, left bottom, from(#dbf5ff), to(#ddd));
        background-image: -webkit-linear-gradient(#dbf5ff, #ddd);
        background-image: -o-linear-gradient(#dbf5ff, #ddd);
        background-image: -ms-linear-gradient(#dbf5ff, #ddd);
        background-image: linear-gradient(#dbf5ff, #ddd);
        margin-top: -30px;
        padding-top: 30px;
        -moz-border-radius: 5px 5px 0 0;
        -webkit-border-radius: 5px 5px 0 0;
        border-radius: 5px 5px 0 0;
    }

    /*#pricing-table .plan:nth-child(1) h3 {
        -moz-border-radius: 5px 0 0 0;
        -webkit-border-radius: 5px 0 0 0;
        border-radius: 5px 0 0 0;
    }

    #pricing-table .plan:nth-child(4) h3 {
        -moz-border-radius: 0 5px 0 0;
        -webkit-border-radius: 0 5px 0 0;
        border-radius: 0 5px 0 0;
    }*/

    #pricing-table h3 span {
        display: block;
        font: bold 20px Georgia, Serif;
        color: #777;
        background: #fff;
        border: 5px solid #fff;
        height: 100px;
        width: 100px;
        margin: 10px auto -65px;
        -moz-border-radius: 100px;
        -webkit-border-radius: 100px;
        border-radius: 100px;
        -moz-box-shadow: 0 5px 20px #ddd inset, 0 3px 0 #999 inset;
        -webkit-box-shadow: 0 5px 20px #ddd inset, 0 3px 0 #999 inset;
        box-shadow: 0 5px 20px #ddd inset, 0 3px 0 #999 inset;
    }

    /* --------------- */

    #pricing-table ul {
        padding: 0;
        list-style: none;
    }

    #pricing-table li {
        border-top: 1px solid #ddd;
        padding: 10px 0;
        text-transform:uppercase;
    }

    /* --------------- */

    #pricing-table .signup {
        position: relative;
        padding: 10px 20px;
        color: #fff;
        font: bold 16px 'Lucida Sans', 'trebuchet MS', Arial, Helvetica;
        text-transform: uppercase;
        text-decoration: none;
        display: inline-block;
        background-color: #00AEEF;
        -moz-border-radius: 3px;
        -webkit-border-radius: 3px;
        border-radius: 3px;
        /*text-shadow: 0 1px 0 rgba(0,0,0,.3);
        -moz-box-shadow: 0 1px 0 rgba(255, 255, 255, .5), 0 2px 0 rgba(0, 0, 0, .7);
        -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, .5), 0 2px 0 rgba(0, 0, 0, .7);*/
        box-shadow: 0 1px 0 rgba(255, 255, 255, .5), 0 2px 0 rgba(0, 0, 0, .7);
    }

        #pricing-table .signup:hover {
            background-color: #F0B828;
        }

        #pricing-table .signup:active, #pricing-table .signup:focus {
            background: #F0B828;
            top: 2px;
            -moz-box-shadow: 0 0 3px rgba(0, 0, 0, .7) inset;
            -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, .7) inset;
            box-shadow: 0 0 3px rgba(0, 0, 0, .7) inset;
        }

/* --------------- */

.clear:before, .clear:after {
    content: "";
    display: table
}

.clear:after {
    clear: both
}

.clear {
    zoom: 1
}

span.price {
    float: right;
    color: grey;
}
