﻿@font-face {
    font-family: Beware;
    src: url(../Fonts/Beware.ttf) format("truetype");
}

@font-face {
    font-family: DivLit;
    src: url(../Fonts/divlit.ttf) format("truetype");
}

@font-face {
    font-family: EthnocentricRG;
    src: url(../Fonts/ethnocentricRG.ttf) format("truetype");
}

body {
    font-family: 'Amarante';
}

h1 {
    font-size: 34px;
}

h2 {
    font-size: 22px;
}

img {
    border: none;
}

b {
    font-size: 18px;
}

span [title] {
    color: powderblue;
    font-style: italic;
}

.MP_A {
    text-decoration: none;
    color: green;
    font-style: italic;
    border: 1px solid transparent;
    transition: color 1s;
    font-size: 2em;
    margin-bottom: 18px;
}


.ImpE_A {
    text-decoration: none;
    color: lightgreen;
    font-style: italic;
    border: 1px solid transparent;
    transition: color 1s;
    text-shadow: 3px 3px 4px gray;
}

    .ImpE_A:hover {
        color: greenyellow;
    }

.GI_A {
    text-decoration: none;
    color: Black;
    font-style: italic;
    border: 1px solid transparent;
    transition: color 1s;
    text-shadow: 3px 3px 4px gray;
}

    .GI_A:hover {
        color: greenyellow;
    }

table {
    position: relative;
    margin: 0 auto;
}

.Lab_Larg_L {
    color: rgb(65, 65, 65);
    font-size: 26px;
}

.Lab_Larg_R {
    color: rgb(220, 220, 220);
    font-size: 26px;
}

.Lab_Larg_L_T {
    color: black;
    font-size: 34px;
    margin-bottom: 18px;
}

.Lab_Larg_R_T {
    color: white;
    font-size: 34px;
    margin-bottom: 18px;
}

.Lab_Larg_M_T {
    color: lightgray;
    font-size: 24px;
    margin-bottom: 18px;
}

.TableMain {
    border: 1px solid #aaaaaa;
    width: 80%;
    position: relative;
    background-color: white;
}

    .tableMain td {
        padding: 6px;
    }

.DetailsTitleMain {
    text-align: center;
    font-family: 'Engravers MT';
    font-size: 36px;
    font-weight: bold;
    /*padding: 24px;*/
    display: block;
    position: relative;
    /*margin: 0 auto;*/
    text-shadow: 2px 2px 3px darkgray;
    text-decoration: underline;
    margin: 12px;
}

.DetailsSection {
    margin: 0 auto;
    padding: 38px;
    border: 3px solid lightgray;
    background-color: rgba(154, 205, 50, 0.29);
}

.DetailsTitle {
    text-align: left;
    font-size: 24px;
    font-weight: bold;
    font-family: 'Leelawadee UI';
    margin-top: 22px;
    margin-bottom: 8px;
}

.BodyPremMain {
    text-align: center;
    display: block;
    padding: 24px;
    margin: 12px;
    box-shadow: 4px 4px 4px lightgray;
    color: black;
    border: 1px solid lightgray;
    border-radius: 12px;
    background-color: white;
}

.BodyPrem {
    text-align: left;
    display: block;
    padding-left: 12px;
    padding-right: 6px;
    padding-bottom: 12px;
    padding-top: 6px;
    margin: 12px;
    color: rgba(65, 65, 65, 0.99);
    border-radius: 12px;
}

.DetailsTitle-Prem {
    text-align: left;
    font-size: 24px;
    font-weight: bold;
    /*    font-family: 'Leelawadee UI';
*/ margin-top: 22px;
    margin-bottom: 8px;
}

.DetailsTitleLI_P {
    text-align: left;
    /*font-family: 'Times New Roman';*/
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 6px;
    margin-top: 22px;
    margin-bottom: 8px;
}

.DetailsTitleLI {
    text-align: left;
    /*font-family: 'Times New Roman';*/
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 6px;
    margin-top: 22px;
    margin-bottom: 8px;
}

.liNormal {
    margin-bottom: 4px !important;
    text-indent: 6px !important;
    list-style-type: disc !important;
    line-height: 90%;
    font-weight: bold;
}

li {
    margin-bottom: 28px;
    text-indent: 0px;
    list-style-type: none !important;
}

.features_table {
    border: 1px solid gray;
    width: 90%;
    color: black;
    font-weight: 400;
    text-decoration: none;
    box-shadow: 3px 3px 4px gray;
}

.blanks td {
    font-style: normal;
    border-width: 0px;
    text-align: center;
    vertical-align: bottom;
    background: #FFFFFF;
}

.TopBar td {
    border: 1px solid gray;
    font-style: normal;
    border-width: 1px;
    /*font-family: "Buxton Sketch", cursive;*/
    text-align: center;
    vertical-align: middle;
    background: #C5D9F1;
    font-size: 16px;
    padding: 8px;
}

.prices td {
    height: 22px;
    font-style: normal;
    text-align: center;
    vertical-align: middle;
    background-color: rgba(154, 205, 50, 0.49);
    border: 1px solid gray;
    white-space: nowrap;
}

.Prices_Larg {
    /*font-family: 'Franklin Gothic';*/
    font-size: 28px;
}

.Prices_Free {
    /*font-family: 'Buxton Sketch';*/
    font-size: 28px;
    background: #92D050;
    color: darkgreen;
}

.prices_small {
    /* font-family: "Buxton Sketch", cursive;*/
    font-size: 24px;
    text-align: center;
    vertical-align: middle;
}

.FeatureDesc {
    vertical-align: middle;
    font-size: medium;
    font-size-adjust: inherit;
    font-weight: bold;
    border: 1px solid gray;
    white-space: nowrap;
    color: black;
}

.StripeBanner {
    background-color: transparent;
    display: inline-block;
    width: 100%;
}

    .StripeBanner img {
        float: right;
        background-repeat: no-repeat;
        box-shadow: none;
    }

.StripeButton {
    min-width: 400px !important;
}

.PowerUp {
    background-color: rgba(182, 255, 0, 0.12);
    position: relative;
    color: darkgreen;
    font-size: 22px !important;
    /*font-family: 'Buxton Sketch';*/
    text-align: center;
    margin: 0 auto;
    width: 80%;
    display: inline-block;
    padding: 12px;
    border: 1px solid rgba(45, 62, 0, 0.21);
    border-radius: 12px;
    box-shadow: 3px 2px 3px gray;
}

.TrialPeriod {
    position: relative;
    font-size: 28px;
    font-weight: bold;
    /*font-family: 'SketchFlow Print';*/
    margin: 0 auto;
    color: darkgreen;
    background-color: rgba(196, 255, 47, 0.76);
    width: 80%;
    display: inline-block;
    padding: 12px;
    border-radius: 12px;
    box-shadow: 3px 2px 3px gray;
}

.ColHeaderBold {
    /*font-family: Constantia;*/
    font-size: 40px !important;
    font-weight: bold;
    background-color: rgba(220, 230, 241, 0.42);
}

.ColLeft {
    border: none;
    background-color: rgba(142, 193, 255, 0.30);
}

.ColRight {
    border: none;
    background-color: rgba(0, 39, 86, 0.24);
    color: white !important;
}

.ColPlayer {
    border: none;
    background-color: rgba(54, 54, 54, 0.60);
    border-top: 1px solid white;
    padding: 44px;
}

.ColMP {
    border: none;
    background-color: rgba(167, 193, 139, 0.64);
    color: white;
    /*border-top:1px solid white;*/
    padding: 44px;
}

.Table_Price {
    border: 2px solid gray;
    border: 1px solid lightgray;
}

    .Table_Price td {
        padding: 12px;
    }

.Table_Price_Inner {
    background-color: rgba(76, 161, 255, 0.18);
}

.GradiantBlue {
    background: #c3d9ff;
    background: -moz-linear-gradient(top, #c3d9ff 0%, #b1c8ef 41%, #98b0d9 100%);
    background: -webkit-linear-gradient(top, #c3d9ff 0%,#b1c8ef 41%,#98b0d9 100%);
    background: linear-gradient(to bottom, #c3d9ff 0%,#b1c8ef 41%,#98b0d9 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c3d9ff', endColorstr='#98b0d9',GradientType=0 );
}

.GradiantGreen {
    background: #dbf477;
    background: -moz-linear-gradient(top, #dbf477 0%, #4b5e00 100%);
    background: -webkit-linear-gradient(top, #dbf477 0%,#4b5e00 100%);
    background: linear-gradient(to bottom, #dbf477 0%,#4b5e00 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dbf477', endColorstr='#4b5e00',GradientType=0 );
}

.LightBlue {
    background-color: #c3d9ff
}

.PriceDisplay {
    /*font-family: Georgia;*/
    font-size: 24px;
    color: black;
    width: 50%;
    margin: 0 auto;
    position: relative;
}

.PriceDisplay_Small {
    /*font-family: Georgia;*/
    font-size: 14px;
    color: darkgreen;
    margin: 0 auto;
    position: relative;
}

.Table_Price tr {
    vertical-align: top;
}

.Table_Price td {
    text-align: center;
    font-size: large;
}

.Discount_B {
    font-size: 18px;
    font-weight: bold;
    color: darkgreen;
    margin-top: 6px;
}

.Discount_P {
    font-size: 18px;
    font-weight: bold;
    color: greenyellow;
    margin-top: 6px;
}

.SpecialNote_Outer {
    background-color: rgba(1, 10, 47, 0.72);
    margin: 0 auto;
    padding: 16px;
    border: 1px solid gray;
    border-radius: 12px;
    display: block;
    width: 90%;
}

.SpecialNote {
    background-color: rgba(197, 217, 241, 0.14);
    /*font-family: Ebrima;*/
    font-size: 20px;
    color: black;
    margin: 0 auto;
    padding: 16px;
    display: inline-block;
    color: white;
    position: relative;
    border-radius: 12px;
    width: 96%;
}

    .SpecialNote img {
        height: 170px;
        width: 200px;
        margin-left: 30px;
        float: right;
    }

.Imperial {
    font-family: 'EthnocentricRG';
    font-size: 24px;
    background: -webkit-linear-gradient(darkred, black);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}


.columnTitles {
    /** place holder **/
}

    .columnTitles td:nth-of-type(1) {
        /** Features Title **/
        font-size: 36px;
    }

    .columnTitles td:nth-of-type(2) {
        /** Player Free Title **/
        font-size: 20px;
    }

    .columnTitles td:nth-of-type(3) {
        /** Subscription Plan **/
        font-size: 24px;
    }

.TopBar:not(.columnTitles) td {
    /** Gamemaster Titles **/
    font-size: 20px;
    padding: 8px;
    background-color: rgba(154, 205, 50, 0.49);
    border: 1px solid gray;
}

/* First Column */
.features_table tr:not(.TopBar ):not(.blanks):not(.clsPrem):not(.prices):not(.comingSoon) td:first-of-type {
    min-height: 40px;
    font-size: 20px;
    font-style: normal;
    f /*ont-family: "Bookman Old Style", serif;*/
    text-align: left;
    vertical-align: middle;
    background: white;
    border: 1px solid gray;
    padding-left: 12px;
}

/* Subscription Columns 2 through n */
.features_table tr:not(.TopBar ):not(.blanks):not(.clsPrem):not(.prices):not(.comingSoon) td:not(:first-of-type) {
    font-size: 16px;
    font-style: normal;
    /*font-family: "Bookman Old Style", serif;*/
    text-align: center;
    vertical-align: middle;
    background-color: white;
    border: 1px solid gray;
}

.comingSoon td {
    height: 42px;
    font-size: 14px;
    font-style: italic;
    /*font-family: "Bookman Old Style", serif;*/
    vertical-align: middle;
    background-color: rgba(220, 230, 241, 0.12);
    border: 1px solid gray;
}

    .comingSoon td:nth-of-type(1) {
        /* width: 827px; */
    }

.Features_Table_T {
    color: darkgreen;
    min-height: 40px;
    font-size: 30px !important;
    font-style: italic;
    /*font-family: "Bookman Old Style", serif;*/
    text-align: center !important;
    vertical-align: middle;
    background-color: white;
}

.PlayerFree_T {
    color: darkgreen;
    font-size: 22px !important;
    /*font-family: 'Buxton Sketch', serif;*/
    text-align: center !important;
    vertical-align: middle;
}

.clsPrem td {
    min-height: 40px;
    font-style: normal;
    /*font-family:  Gabriola, serif;*/
    text-align: left;
    vertical-align: middle;
    background-color: rgba(221, 255, 216, 0.22);
    border: 1px solid gray;
}

    .clsPrem td:first-of-type {
        color: black;
        font-size: 24px;
        text-align: left;
        border: 1px solid gray;
        padding-left: 12px;
    }

    .clsPrem td:not(:first-of-type) {
        border: 1px solid gray;
        font-size: 16px;
        text-align: center;
        background-color: rgba(221, 255, 216, 0.22);
    }
