/*
Copyright (c) 2017 by Daniel Riemer (http://codepen.io/zitrusfrisch/pen/uixnf)

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
*/



/*
body { background: #fff; font: 400 1em/1.4 "Open Sans", "Helvetica Neue", sans-serif; color: #333; text-align: center; padding: 4em 2em; }

h1 { font-weight: 300; font-size: 5em; line-height: 1.35; margin: 0 0 .125em; }
h1 + p { font-size: 1.5em; color: #999; max-width: 30em; margin: 0 auto 3em; }
*/

table {
    width: 100%;
    text-align: left;
    border-spacing: 0;
    border-collapse: collapse;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

th, td {
    font-family: inherit;
    font-size: .875em;
    line-height: 1.45;
    color: #444;
    vertical-align: middle;
    padding: 1em;
}

th {
    font-weight: 600;
}

colgroup:nth-child(1) {
    width: 31%;
    border: 0 none;
}

colgroup:nth-child(2) {
    width: 22%;
    border: 1px solid #ccc;
}

colgroup:nth-child(3) {
    width: 22%;
    border: 1px solid #ccc;
}
/*colgroup:nth-child(3) { width: 25%; border: 10px solid #59c7fb; }*/
colgroup:nth-child(4) {
    width: 22%;
    border: 1px solid #ccc;
}

colgroup:nth-child(5) {
    width: 22%;
    border: 1px solid #ccc;
}

/* Tablehead */

thead th {
    background: #def4fe;
    background: -moz-linear-gradient(top, #ffffff 0%, #f5f5f5 100%);
    background: -webkit-linear-gradient(top, #ffffff 0%,#f5f5f5 100%);
    background: -o-linear-gradient(top, #ffffff 0%,#f5f5f5 100%);
    background: -ms-linear-gradient(top, #ffffff 0%,#f5f5f5 100%);
    background: #def4fe;
    text-align: center;
    position: relative;
    border-bottom: 1px solid #ccc;
    padding: 1em 1em;
    font-weight: 400;
    color: #999;
    top: 0px;
    left: 0px;
}

    thead th:nth-child(1) {
        background: transparent;
    }

    thead th:nth-child(5) {
        border: 1px solid #ccc;
        border-width: 1px 1px 1px 0px;
    }
    /*thead th:nth-child(3) {  padding: 2em 0 5em; }*/
    /*thead th h3 { margin: 0px; }
thead th h2 { font-weight: 300; font-size: 2.4em; line-height: 1.2; color: #59c7fb; }
thead th h2 + p { font-size: 1.25em; line-height: 1.4; }*/
    /*thead th:nth-child(3) h2 { font-size: 3.6em; }
thead th:nth-child(3) h2 + p { font-size: 1.5em; }*/

    thead th p.promo {
        font-size: 1em;
        color: #fff;
        position: absolute;
        top: 9em;
        left: -17px;
        z-index: 1000;
        width: 100%;
        margin: 0;
        padding: .625em 17px .75em;
        background: #c00;
        box-shadow: 0 2px 4px rgba(0,0,0,.25);
        border-bottom: 1px solid #900;
    }

        thead th p.promo:before {
            content: "";
            position: absolute;
            display: block;
            width: 0px;
            height: 0px;
            border-style: solid;
            border-width: 0 7px 7px 0;
            border-color: transparent #900 transparent transparent;
            bottom: -7px;
            left: 0;
        }

        thead th p.promo:after {
            content: "";
            position: absolute;
            display: block;
            width: 0px;
            height: 0px;
            border-style: solid;
            border-width: 7px 7px 0 0;
            border-color: #900 transparent transparent transparent;
            bottom: -7px;
            right: 0;
        }

.pricing-edition {
    text-transform: uppercase;
    font-size: small;
    font-weight: bold;
}

.pricing-term {
    color: black;
    font-weight: bold;
    font-size: smaller;
}

.pricing-only {
    font-size: smaller;
    color: #F0F6F1;
}

.pricing-from {
    font-size: smaller;
    color: #999;
}

.pricing-price-annually {
}

.pricing-per-month {
    font-size: smaller;
    color: #F0F6F1;
}

.pricing-billed-annually {
    font-size: smaller;
    color: #999;
    margin-bottom: 15px;
}

.pricing-or {
    margin-top: 10px;
    font-size: smaller;
    color: #777;
}

.pricing-price-monthly {
}

.pricing-monthly-to-monthly {
    font-size: smaller;
    color: #999;
    margin-bottom: 15px;
}

.pricing-price-one-time {
}

.pricing-price-free {
    text-transform: uppercase;
    font-size: small;
    margin-bottom: 15px;
}

.pricing-no-catch {
    margin-top: 10px;
    font-size: small;
}

.pricing-includes-free-updates {
    font-size: smaller;
    margin-top: 15px;
}

.pricing-renew-link {
    font-size: 80%;
    margin-top: 10px;
    font-style: italic;
}


.pricing-free {
    /*color: #3CC43C;*/
}

.pricing-pro {
    /*color: #3C4CC4;*/
}

.pricing-sl {
    /*color: #A58D09;*/
}

.pricing-enterprise {
}

.pricing-discount {
    margin-top:20px;
    line-height:16px;
    font-style: italic;
    font-weight: lighter;
}

.pricing-special-discount {
    font-size: small;
    font-weight: bold;
    color: #00CC00;
}

.pricing-for-commercial-use {
    font-size: x-small;
    color: #2bb83b;
    font-weight: bold;
}

.pricing-for-non-commercial-use {
    font-size: x-small;
    color: #2CA9B8;
    font-weight: bold;
}


/* Tablebody */

tbody th {
    background: #fff;
    border-left: 1px solid #ccc;
    /*vertical-align: top;*/
}

    tbody th span {
        font-weight: normal;
        font-size: 87.5%;
        color: #999;
        display: block;
    }

tbody td {
    background: #fff;
    text-align: center;
}

tbody tr:nth-child(even) th,
tbody tr:nth-child(even) td {
    background: #f5f5f5;
    border: 1px solid #ccc;
    border-width: 1px 1px 1px 1px;
}

tbody tr:last-child td {
    border-bottom: 0 none;
}

tbody td:nth-child(5) {
    border-right: 1px solid #ccc;
}

/* Tablefooter */

tfoot th {
    padding: 1em 1em;
    border-top: 1px solid #ccc;
}

tfoot td {
    text-align: center;
    padding: 1em 1em;
    border-top: 1px solid #ccc;
    vertical-align: top;
    background: #f5f5f5;
}

    tfoot td:nth-child(5) {
        border: 1px solid #ccc;
        border-width: 1px 1px 1px 0px;
    }

/*tfoot a {
    font-weight: bold;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    display: block;
    padding: 1.125em 2em;
    background: #9AF09A;
    border-radius: .5em;
}*/

.pricing-button {
    -webkit-border-radius: 20;
    -moz-border-radius: 20;
    border-radius: 20px;
    font-family: Arial;
    color: white;
    font-size: 14px;
    padding: 8px 13px 8px 13px;
    text-decoration: none;
    margin-top: 70px;
}

    .pricing-button:hover {
        text-decoration: none;
    }

    .pricing-button:visited {
        color: white;
    }

    .pricing-button:link {
        color: white;
    }

.pricing-buy-container {
    margin-top: 10px;
    margin-bottom: 10px;
}

.pricing-current-price {
    font-size: larger;
    font-weight: bold;
}


/* http://css3buttongenerator.com/ */

.pricing-buy {
    background: #34d947;
    background-image: -webkit-linear-gradient(top, #34d947, #2bb83b);
    background-image: -moz-linear-gradient(top, #34d947, #2bb83b);
    background-image: -ms-linear-gradient(top, #34d947, #2bb83b);
    background-image: -o-linear-gradient(top, #34d947, #2bb83b);
    background-image: linear-gradient(to bottom, #34d947, #2bb83b);
}

    .pricing-buy:hover {
        background: #3cfc53;
        background-image: -webkit-linear-gradient(top, #3cfc53, #34d93f);
        background-image: -moz-linear-gradient(top, #3cfc53, #34d93f);
        background-image: -ms-linear-gradient(top, #3cfc53, #34d93f);
        background-image: -o-linear-gradient(top, #3cfc53, #34d93f);
        background-image: linear-gradient(to bottom, #3cfc53, #34d93f);
    }

.pricing-buy-non-commercial {
    background: #34C9DA;
    background-image: -webkit-linear-gradient(top, #34C9DA, #2CA9B8);
    background-image: -moz-linear-gradient(top, #34C9DA, #2CA9B8);
    background-image: -ms-linear-gradient(top, #34C9DA, #2CA9B8);
    background-image: -o-linear-gradient(top, #34C9DA, #2CA9B8);
    background-image: linear-gradient(to bottom, #34C9DA, #2CA9B8);
}

    .pricing-buy-non-commercial:hover {
        background: #3CE8FC;
        background-image: -webkit-linear-gradient(top, #3CE8FC, #34C9DA);
        background-image: -moz-linear-gradient(top, #3CE8FC, #34C9DA);
        background-image: -ms-linear-gradient(top, #3CE8FC, #34C9DA);
        background-image: -o-linear-gradient(top, #3CE8FC, #34C9DA);
        background-image: linear-gradient(to bottom, #3CE8FC, #34C9DA);
    }

.pricing-trial {
    background: #3498db;
    background-image: -webkit-linear-gradient(top, #3498db, #2980b9);
    background-image: -moz-linear-gradient(top, #3498db, #2980b9);
    background-image: -ms-linear-gradient(top, #3498db, #2980b9);
    background-image: -o-linear-gradient(top, #3498db, #2980b9);
    background-image: linear-gradient(to bottom, #3498db, #2980b9);
}

    .pricing-trial:hover {
        background: #3cb0fd;
        background-image: -webkit-linear-gradient(top, #3cb0fd, #3498db);
        background-image: -moz-linear-gradient(top, #3cb0fd, #3498db);
        background-image: -ms-linear-gradient(top, #3cb0fd, #3498db);
        background-image: -o-linear-gradient(top, #3cb0fd, #3498db);
        background-image: linear-gradient(to bottom, #3cb0fd, #3498db);
    }

.pricing-download {
    background: #d3d934;
    background-image: -webkit-linear-gradient(top, #d3d934, #b3b82b);
    background-image: -moz-linear-gradient(top, #d3d934, #b3b82b);
    background-image: -ms-linear-gradient(top, #d3d934, #b3b82b);
    background-image: -o-linear-gradient(top, #d3d934, #b3b82b);
    background-image: linear-gradient(to bottom, #d3d934, #b3b82b);
}

    .pricing-download:hover {
        background: #f6fc3c;
        background-image: -webkit-linear-gradient(top, #f6fc3c, #d3d934);
        background-image: -moz-linear-gradient(top, #f6fc3c, #d3d934);
        background-image: -ms-linear-gradient(top, #f6fc3c, #d3d934);
        background-image: -o-linear-gradient(top, #f6fc3c, #d3d934);
        background-image: linear-gradient(to bottom, #f6fc3c, #d3d934);
    }
