body {
    background: #EFF6FC;
    font-family: 'Open Sans', sans-serif;
    font-weight: normal;
    font-size: 15px;
    color: #333;
}

a {
    color: inherit;
    font-weight: bold;
    text-decoration: underline;
    -webkit-transition: all .08s ease-in;
    -moz-transition: all .08s ease-in;
    -ms-transition: all .08s ease-in;
    -o-transition: all .08s ease-in;
    transition: all .08s ease-in;
}

a:hover {
    color: white;
    background: #426F96;
    text-decoration: none;
}

a.ared {
    color: #CC0000;
}

a.ared:hover {
    color: white;
}

a.ablue {
    color: #426F96;
}

a.ablue:hover {
    color: white;
}

a.awhite {
    color: white;
}

a.awhite:hover {
    color: black;
    background: #9dbee1;
}


.alert {
    color: rgb(184, 28, 28);
    font-weight: bold;
    margin-top: 5px;
    border-color: red;
    border-width: 1px;
    border-style: solid;
    padding: 7px;
    background-color: rgb(252, 212, 219);
}


b, strong {
    font-weight: bold;
}

.bigpanel {
    background: #153854;
    color: white;
}

.bigpanel a {
    color: white;
}

.bigpanel a:hover {
    color: #9dbee1;
}

.bigpanel .benefits {
    font-size: 12px;
    margin-left: 10px;
}

.bigpanel .button {
    margin-right: 40px;
    display: inline;
}

.bigpanel .button:last-child {
    margin-right: 0px;
}

.bigpanel .button a {
    font-size: 13px;
    display: inline;
}

.bigpanel_price {
    font-size: 12px;
    color: #FFD044;
    font-weight: bold;
    text-align: right;
}

.bigpanel_price a {
    color: #FFD044;
    text-align: right;
}

.bigpanel_subtitle {
    font-size: 18px;
    color: #9dbee1;
    font-weight: 600;
    margin: 0px;
}

.bigpanel_title {
    font-size: 28px;
    color: white;
    font-weight: 600;
    margin-top: 10px;
}

.bigpanel_light {
    background: #e1e1e1;
    color: #444;
}

.bigpanel_light_alt {
    background: #d7e5f3;
    color: #444;
}

.bigpanel_light a {
    color: #444;
}

.bigpanel_light a:hover {
    color: #9dbee1;
}

.bigpanel_light .benefits {
    font-size: 12px;
    line-height: 140%;
    margin-left: 10px;
}

.bigpanel_light .button {
    margin-right: 12px;
}

.bigpanel_light .button a {
    font-size: 13px;
}

.bigpanel_light_price {
    font-size: 12px;
    color: #FFD044;
    font-weight: bold;
    text-align: right;
}

.bigpanel_light_price a {
    color: #FFD044;
    text-align: right;
}

.bigpanel_light_subtitle {
    font-size: 18px;
    color: #426F96;
    font-weight: 600;
    margin: 0px;
}

.bigpanel_light_title {
    font-size: 28px;
    color: #444;
    font-weight: 600;
    margin-top: 10px;
}

.panelContainer:after {
    content: " "; 
    display: block; 
    clear: both;
}

.floatContainer:after {
    content: " "; 
    display: block; 
    clear: both;
}

.bigtitle {
    font-size: 22px;
    margin: 2px 0px;
    color: white;
    padding: 5px 10px;
}

.blue, .blue_nobold {
    color: #426F96;
}

.breadcrumb {
    font-size: 9px;
    color: white;
    float: right;
    position: relative;
    right: 7px;
    top: 16px;
}

.breadcrumb a {
    text-decoration: none;
}

.breadcrumb a:hover {
    color: black;
    background: #9dbee1;
}

.bullets {
    margin-top: 8px;
    margin-bottom: 5px;
    padding-left: 2em;
    line-height: 1.5em;
}

.bullets li {
    background: url(../images/bulletdarkblue.gif) no-repeat 0px 6px;
    list-style: none;
    padding-left: 1em;
}

.button {
    text-align: center;
    margin: 0;
    padding: 0;
    color: black;
}

.button.darkblue {
    border: 0px;
    border-radius: 5px;
    background: #426F96;
    color: white;
    font-weight: bold;
    -webkit-transition: all .08s ease-in;
    -moz-transition: all .08s ease-in;
    -ms-transition: all .08s ease-in;
    -o-transition: all .08s ease-in;
    transition: all .08s ease-in;
    position: relative;
    text-transform: uppercase;
}

.button.darkblue:hover {
    background: #00294D;
    cursor: pointer;
}

.button.darkblue.roundcorners {
    border: 1px solid #426F96;
    border-radius: 5px;
}

.button.darkblue.roundcorners:hover {
    border: 1px solid #426F96;
    border-radius: 5px;
}

.button a {
    padding: 8px 13px;
    text-decoration: none;
    display: block;
    color: black;
    font-size: 12px;
}

.button.lightblue a {
    background: #9dbee1;
    font-size: 14px;
}

.button.lightblue a:hover {
    background: #426f96;
    color: white;
}

.button.lightblue.roundcorners a {
    border: 1px solid #426F96;
    border-radius: 5px
}

.button.lightblue.roundcorners a:hover {
    border: 1px solid #426F96;
    border-radius: 5px
}

.button.lightblue2 a {
    background: #69a1e7;
    font-size: 14px;
}

.button.lightblue2 a:hover {
    background: #426f96;
    color: white;
}

.button.lightblue2.roundcorners a {
    border: 1px solid #426F96;
    border-radius: 5px
}

.button.lightblue2.roundcorners a:hover {
    border: 1px solid #426F96;
    border-radius: 5px
}

.button.darkblue a {
    background: #426F96;
    color: white;
}

.button.darkblue a:hover {
    background: #00294D;
}

.button.darkblue.roundcorners a {
    border: 1px solid #426F96;
    border-radius: 5px
}

.button.darkblue.roundcorners a:hover {
    border: 1px solid #426F96;
    border-radius: 5px
}

.button.grey a {
    background: #CECECE;
}

.button.grey a:hover {
    background: #999;
    color: white;
}

.center1 {
    background: #e1e1e1;
    height: 75px;
}

.center3 {
    background: #153854;
    height: 30px;
}

#mainContainer {
    /*border: 1px #98AAB1 solid;*/
    background-color: #f3f3f3;
    width: 100%;
    margin: 0 auto;
    position: relative;
}

.bigpanel_logo {
    width: 300px;
}

#mainContainer:after { 
    content: " "; 
    display: block; 
    clear: both;
} 

#copyrightContainer {
    bottom: 0px;
    left: 0px;
    right: 0px;
}

#copyright {
    position: relative;
    height: 30px;
    font-size: 11px;
}

#copyrightLeft {
    position: absolute; 
    top: 8px; 
    left: 12px; 
    text-align: left;
}

#copyrightRight {
    position: absolute; 
    top: 8px; 
    right: 12px; 
    text-align: right;
}

.downloadLinks {
    padding-top: 1em;
}

.downloadLinks .bullets {
    margin-top: 4px;
    margin-bottom: 1em;
}

.green {
    color: #006600;
    font-weight: bold;
}

h2 {
    font-size: 16px;
    color: #426F96;
    margin: 2px 0px 2px 0px;
}

h3 {
    font-size: 16px;
}

h4 {
    font-size: 12px;
    margin: 2px 0px 2px 0px;
}

.heading {
    background: #cecece;
    /*border: 1px solid #CECECE;*/
    padding: 1px 0;
    margin: 0px 0px;
}

.heading-history {
    background: #cecece;
    /*border: 1px solid #CECECE;*/
    padding: 1px 0;
    margin: 15px 0px 5px 0px;
}

.heading-text {
    color: #101010;
    font-size: 19px;
    padding: 4px 8px;
    font-weight: 600;
    margin: 0;
}

.heading-news-text {
    color: #2e2c2c;
    font-size: 16px;
    padding: 4px 8px;
    font-weight: 600;
    margin: 0;
}

.heading-text a.override {
    position: relative;
    top: 3px;
    right: 0.5em;
    color: black;
}

.heading-text a.override:hover {
    color: white;
}

.img1 {
    float: left;
    padding-right: 5px;
}

.icon-img {
    float: left;
    padding: 6px 10px 1px 0px;
}


.news-img {
    float: left;
    padding: 3px 8px;
}

.img3 {
    padding-left: 5px;
}

.left1 {
    float: left;
    width: 235px;
    height: 75px;
}

#leftMenu {
    float: left;
    width: calc(15% - 7px);
    padding-left: 2px;
}

#leftLinks {
    width: 100%;
    list-style: none;
    margin: 3px 0px;
    padding: 0;
    font-size: 13px;
}

#leftLinks a {
    background: #6c6b6b;
    color: #f6f6f6;
    display: block;
    font-weight: normal;
    padding: 3.5px 0.6em;
    text-decoration: none;
    border-bottom: 1px solid #fff;
    padding-left: 25px;
    border-radius:8px;
    text-wrap: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

#leftLinks a:hover {
    background: #666;
}

#leftLinks a img {
    margin-top: 2px;
}

#leftLinks li:last-child li:last-child a {
    border-bottom: none;
}

#leftLinks li:first-child {
    margin-top: 3px;
}

#leftLinks li {
    margin-bottom: 3px;
}

#leftLinks ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

#leftLinks ul a {
    background: #dddddd;
    color: #000;
    font-weight: normal;
    text-decoration: none;
}

#leftLinks ul a:hover {
    background: #bfbfbf;
}

#leftMenuContent {
    width: 85%; 
    float: right;
}

#fullScreenContent {
    width: 100%;
    float: right;
}

p {
    padding-top: 5px;
    line-height: 1.4;
}

.mainnopadding {
    padding: 0;
}

.mb {
    background: transparent;
}

a.nolink {
    font-weight: normal;
    background: transparent;
}

a.fb_img > img {
    max-width: 100%;
}

.arial {
    text-align: right;
    font-size: 10pt;
    font-family: Arial, Helvetica, sans-serif;
}

.times {
    text-align: right;
    font-size: 12pt;
    font-family: "Times New Roman", Times, serif;
}

pre {
    white-space: pre-wrap; /* css-3 */
    white-space: -moz-pre-wrap; /* Mozilla, since 1999 */
    white-space: -pre-wrap; /* Opera 4-6 */
    white-space: -o-pre-wrap; /* Opera 7 */
    word-wrap: break-word; /* Internet Explorer 5.5+ */
}

.purchase-form input {
    padding-left: 4px;
}

.purchase-form .readonly {
    background-color: #d8d8d8;
    color: #333;
    cursor: default;
}

.purchaseMethod {
    vertical-align: top;
}

.purchase_info {
    color: #666;
}

.tooltip {
    z-index: 10;
    display: none;
    padding: 14px 20px;
    margin-top: -30px;
    margin-left: 28px;
    width: 240px;
    line-height: 16px;
    display: none;
    position: absolute;
    color: #111;
    border: 1px solid #DCA;
    background: #fffAF0;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-box-shadow: 5px 5px 8px #CCC;
    -webkit-box-shadow: 5px 5px 8px #CCC;
    box-shadow: 5px 5px 8px #CCC;
}

.red {
    color: #CC0000;
    font-weight: bold;
}

.right1 {
    float: right;
    height: 75px;
}

.rightmenu a:active {
    text-decoration: underline;
    font-weight: bold;
}

.rightmenu a:hover {
    color: white;
    background: #426F96;
    text-decoration: none;
    font-weight: bold;
}

.rightmenu a:link {
    text-decoration: underline;
    font-weight: bold;
}

.rightmenu a:visited {
    text-decoration: underline;
    font-weight: bold;
}

.rightmenu {
    font-size: 14px;
}

#sbmt {
    text-align: center;
    padding-top: 3px;
    padding-bottom: 3px;
    position: relative;
}

#sbmt a {
    margin: 0 17px;
}

.search {
    float: right;
    margin-top: -37px;
    margin-right: 10px;
    position: relative;
}

.searchbox {
    background-color: #f0f2f5;
    font-size: 11px;
    width: 150px;
    padding: 4px;
    padding-right: 22px;
    border:1px solid #6c6b6b;
    border-radius: 5px;
}

.searchbox:focus {
    outline: none;
}

.searchbutton {
    position: absolute;
    top: 4px;
    right: 5px;
}

.ie .searchbutton {
    top: 4px;
}

.stbuttontext {
    color: black;
}

.sup_bigbox {
    font-size: 9px;
    position: relative;
    top: 2px;
}

table.invoice {
    border-collapse:collapse;
}

table.invoice th {
    border-top:4px solid black;
    border-bottom:1px solid black;
    border-right: 1px solid black;
}

table.invoice td {
    padding: 10px;
}

.TableAltHead, .TableAltHeadInfo {
    background: #426f96;
    height: 25px;
    text-align: center;
    padding: 5px;
    margin-left: 5px;
    color: white;
    font-size: 14px;
    border-bottom: 1px solid white;
}

.TableAltSubHead {
    background: #9dbee1;
    font-weight: normal;
    border-bottom: 1px solid white;
}

.TableAltSubHead a {
    font-weight: normal;
}

.TableAltFirst, .TableAltSecond {
    background: #d7e5f3;
    color: black;
    font-size: 13px;
    border-bottom: 1px solid rgb(190, 190, 190);
}

.TableAltFirst td, .TableAltSecond td {
    padding: 8px;
    border-bottom: 1px solid rgb(190, 190, 190);
}

.TableAltHead th {
    padding: 8px;
    border-bottom: 1px solid white;
}

.TableAltHead td {
    padding: 8px;
    border-bottom: 1px solid white;
}

.TableAltHead a {
    font-weight: normal;
}

.titleblue {
    color: #426F96;
    font-size: 14px;
    margin: 10px 0;
}

.titletable {
    background: #153854;
    margin: 3px 2px 6px 2px;
}

.titletable:after {
    content: " "; 
    display: block; 
    clear: both;
}

.topLinksRowContainer {
    margin-bottom: 5px;
}

.topLinksRow {
    margin: 6px 0px 2px 0px;
    height: 32px;
}

.topLinksRow .button {
    margin: 0px 3px;
}

.topLinksRow .button a {
    font-size: 13px;
    padding: unset;
    padding-top: 8px;
    padding-bottom: 8px;
    border-radius: 5px;
}

.topLinksRow div {
    float: left;
}

.topLinksRow div:first-child .button {
    margin-left: 2px;
}

.topLinksRow div:last-child .button {
    margin-right: 2px;
}

.menuNum4 {
    width: 25%;
}

.menuNum5 {
    width: 20%;
}

.menuNum6 {
    width: 16.66%;
}

.menuNum7 {
    width: 14.28%;
}

.menuNum8 {
    width: 12.5%;
}

.menuNum4 a,.menuNum5 a, .menuNum6 a, .menuNum7 a, .menuNum8 a {
    overflow: hidden;
}

tr {
    text-align: left;
}

.ff3 .upgradeForm #years {
    margin-right: 4px;
}

.testimonialBoxContainer {
    float: left;
    width: 33%;
}

.testimonialBox {
    float: left;
    width: 207px;
    margin-right: 15px;
}

.leftMenuVisible .testimonialBox {
    float: left;
    width: 159px;
    margin-right: 15px;
}

.testimonialBox:last-child {
    float: left;
    width: 175px;
    margin-right: 0px;
}

.quotationMark.notSplash {
    padding-right: 15px;
    padding-top: 0px;
    float: left;
}

.leftMenuVisible .benefit {
    float: left;
    width: 122px;
    height: 80px;
    background-color: #E6F4FF;
    margin: 5px;
    padding: 5px;
    box-shadow: -4px 4px 5px #9EA5CB;
}

.benefit {
    float: left;
    width: 151px;
    height: 80px;
    background-color: #E6F4FF;
    margin: 3px;
    padding: 7px;
    box-shadow: -4px 4px 5px #9EA5CB;
}

.benefit:hover {
    background-color: #C8E7FF;
    -webkit-transition: all .08s ease-in;
    -moz-transition: all .08s ease-in;
    -ms-transition: all .08s ease-in;
    -o-transition: all .08s ease-in;
    transition: all .08s ease-in;
}

.leftMenuVisible .benefitTitle {
    font-size: 12px;
    color: #555;
}

.benefitTitle {
    font-size: 14px;
    color: #555;
}

.addBenefits {
    width: 97%;
    float: left;
    background-color: #FEFEFE;
    padding: 10px;
    margin: 5px;
    box-shadow: -4px 4px 5px #CCC;
}

.addBenefitTitle {
    font-size: 18px;
    color: #555;
    font-weight: 600;
}

.benefitList {
    font-size: 13px;
    list-style-type: square;
    line-height: 20px
}

.resizableImage {
    width: 100%;
}

/* fancyBox */

.fancybox-outer a:hover {
    background-color: transparent;
}

/* ps_404 */

.page404 {
    padding: 20px;
}

/* ps_about */

.aboutTop {
    padding: 20px; 
    background-color: #FFFFFF;
}

.aboutTop:after {
    content: " "; 
    display: block; 
    clear: both;
}

.aboutDescription {
    float: left;
    width: 80%;
}

.aboutDescriptionImage {
    float: right;
    width: 20%;
}

.aboutDescriptionImage img {
    width: 100%;
}

.aboutContact {
    padding: 3px;
}

.aboutContact:after {
    content: " "; 
    display: block; 
    clear: both;
}

.aboutContactInfo {
    float: left;
    width: 40%;
}

.aboutContactTypes {
    float: left;
    width: 30%;
}

.aboutContactData {
    float: left;
    width: 70%;
}

.aboutContactData .title {
    margin: 10px 0px;
}

.aboutContactLogo {
    float: right;
    padding: 15px;
}

/* ps_download */

.downloadBody {
    padding: 15px;
}

.downloadMessage {
    width: 60%;
    margin: 0px auto;
}

.downloadMessage .bigpanel {
    padding: 20px;
}

.downloadMessage .bigpanel_light {
    background-color: #EFF6FC;
    padding: 20px;
}

.downloadMessage .bigpanel_light_title {
    margin: 0;
}

.downloadBody .heading {
    margin-bottom: 10px;
}

/* ps_email */

.emailBody {
    padding: 20px;
}

.emailFormTable {
    width: 90%;
    margin: 0 auto;
}

.emailFormTable td {
    padding: 5px;
}

/* ps_invoice */

.invoiceBody {
    width: 98%;
}

.invoiceFormTable {
    position: relative;
    margin: 0 auto;
    padding: 15px;
    margin-bottom: 15px;
    margin-top: 15px;
}

/* ps_invoice_post */

.invoicePostDescription {
    padding: 20px;
    margin-bottom: 30px;
}

.invoicePostFormTable {
    width: 60%;
    margin: 0 auto;
    padding-bottom: 50px;
}

/* ps_news */

.psNewsBody {
    padding: 15px;
}

.psNewsItem {
    padding-bottom: 20px;
}

.psNewsItem .heading {
    margin-bottom: 5px;
}

/* ps_press */

.pressBody {
    padding: 15px;
}

.pressDescription {
    padding-bottom: 20px;
}

.pressItem {
    padding-bottom: 20px;
}

.pressItem .heading {
    margin-bottom: 5px;
}

/* ps_subscribe */

.subscribeFormLeft {
    width: 50%;
    float: left;
}

.subscribeFormRight {
    width: 50%;
    float: right;
}

/* ps_support */

.supportBody {
    padding: 15px;
}

/* ps_uninstall */

.uninstallBody {
    padding: 15px;
}

/* edp_awards */

.edpAwardsBody {
    padding: 10px;
}

.edpAwardsTable {
    width: 100%;
    border-collapse:collapse;
}

.edpAwardsTable td {
    padding: 5px;
}

.edpAwardsTable tr:not(:last-child) td {
    border-bottom: 2px solid #999;
}

.edpAwardsTableImageCell {
}

.edpAwardsTableImageCell img {
    margin: auto;
    display: block;
}

/* general divs */

.genericBodyDiv {
    padding: 5px;
}

/* edp_beta */

.edpBetaListBlue {
    list-style-type: none;
    padding-left: 3.5%;
    margin: 0px;
}

.edpBetaListBlue li {
    background-image: url(../images/bullet1.gif);
    background-repeat: no-repeat;
    background-position: 0px 0.5em; 
    padding: 3px 0px 3px 20px; 
}

.edpBetaListRed {
    list-style-type: none;
    padding-left: 3.5%;
    margin: 0px;
}

.edpBetaListRed li {
    background-image: url(../images/bullet2.gif);
    background-repeat: no-repeat;
    background-position: 0px 0.5em; 
    padding: 3px 0px 3px 20px; 
}

.edpBetaListGreen {
    list-style-type: none;
    padding-left: 3.5%;
    margin: 0px;
}

.edpBetaListGreen li {
    background-image: url(../images/bullet3.gif);
    background-repeat: no-repeat;
    background-position: 0px 0.5em; 
    padding: 3px 0px 3px 20px; 
}

.edpBetaIndentedList {
    padding-left: 5%;
}

/* edp_clients */

.edpClientsList {
    width: 33%;
    float: left;
}

/* edp_download */

.edpDownloadTable {
    width: 70%;
}

.edpDownloadTable td {
    padding: 2px;
}

.edpDownloadMore {
    padding: 30px 0px;
}

/* edp_edhistory */

.edpHistoryLinks {
    width: 50%;
    float: left;
}

/* edp_features */

.edpFeaturesTable {
    margin: 0px 0px 10px 0px;
    border-collapse: collapse;	
    border: 0;
    width: 100%;
}

.edpFeaturesTable .TableAltFirst, .edpFeaturesTable .TableAltSecond {
    border-bottom: 0;
}

/* edp_testimonial */

.edpTestimonialLine {
    width: 100%; 
    height: 2px; 
    background-image:url(../images/straight_line.gif);
}

.edpTestimonialLine img {
    width: 1px;
    height: 1px;
}

/* fvc_actions */

.actionsTable {
    border-spacing: 0px;
    border-collapse: collapse;
}

.actionsTable td {
    padding: 3px;
    vertical-align: top;
}

/* ps_download */
.imageColumn {
    float: left;
    width: 50%;
    padding: 15px;
    box-sizing: border-box;
}

/* Clearfix (clear floats) */
.imageRow::after {
    content: "";
    clear: both;
    display: table;
}

@media screen and (max-width: 600px) {
    .actionsTable thead {
        display: none;
    }
    .actionsTable td {
        display: block;
        position: relative;
        padding-left: 50%;
        padding-top: 13px;
        padding-bottom: 13px;
        text-align: left;
    }
    .actionsTable td:before {
        content: attr(data-th) " :";
        display: inline-block;
        color: #000000;
        border-right: 2px solid transparent;
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        width: 33%;
        max-height: 100%;
        font-size: 16px;
        font-weight: normal;
        padding-left: 13px;
        padding-top: 13px;
    }

    .actionsTable .TableAltFirst {
        font-size: 16px;
        font-weight: normal;
        padding: 15px;
    }
}

/* edp_screenshots */

.screenshotsContainer {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 10px;
    margin-top: 10px;
    margin-bottom: 30px;
}

.screenshotsContainer div {
    text-align: center;
}

/* edp_plugins */

.setupLeft {
    float: left;
    text-align: right;
    width: 25%;
    padding: 1%;
}

.setupRight {
    float: right;
    text-align: left;
    width: 70%;
    padding: 1%;
}

.pluginsBodyDiv {
    padding: 15px;
    overflow-x:scroll;
}

/* Consent footer*/
.footer {
    left: 0px;
    right: 0px;
    position:fixed;
    bottom:0px;
    z-index: 10001;
    color: #FFF;
    background-color: #3b4045;
    padding: 10px 50px 10px 50px;
}

#consent-footer-dismiss {
    padding: 5px;
}

#consent-footer-dismiss:hover {
    cursor: pointer;
}

/* Form Validation */
label.error {
    color: red;
    font-size: smaller;
    display: block;
}

input.error, textarea.error {
    border: 1px dashed red;
    font-weight: normal;
    color: red;
}

/* Contact Form */
.contactForm input[type="text"] {
    height: 20px;
}

.contactForm select {
    height: 26px;
    font-size: 13px;
}

.newFeature {
    background: #b80000;
    color: white;
    padding-left: 4px;
    padding-right: 4px;
    margin-right: 5px;
    font-size: smaller;
    font-weight: normal;
}

/* New Pay buttons */
.pay-btn {
    width: 300px;
    height: 38px;
    border: none;
    border-radius: 7px;
    font-size: 18px;
    font-weight: 500;
    color: #fff;
    cursor: pointer;
    margin-top: 16px;
    margin-bottom: 16px;
    transition: box-shadow 0.2s, background 0.2s;
    box-shadow: 0 2px 6px rgba(0,0,0,0.08);
    outline: none;
    display: block;
    text-align: center;
}

.pay-btn:disabled,
.pay-btn[disabled] {
    background: #2491e8;
    font-weight: 500;
    cursor: not-allowed;
}
.pay-btn-stripe {
    background: #0074d4;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 600;
    font-size: 18px;
    letter-spacing: 0.01em;
    text-transform: none;
}

.pay-btn-stripe:hover {
    background: #2491e8;
}

.pay-btn-paypal {
    background: #ffc439;
    font-style: normal;
    display: flex;
    align-items: center;
    justify-content: center;
}

.pay-btn-paypal:hover {
    background: #ffe082;
    color: #003087;
}

.paypal-logo {
    font-size: 22px;
    font-style: italic;
    font-weight: 700;
}

.paypal-pay {
    color: #003087; /* PayPal dark blue */
}

.paypal-pal {
    color: #009cde; /* PayPal light blue */
}

.spinner {
    display: inline-block;
    width: 50px;
    height: 50px;
    border: 10px solid #d0d8e6;
    border-top: 10px solid #426F96;
    border-radius: 50%;
    animation: spin 0.6s linear infinite;
    box-shadow: 0 4px 16px rgba(66, 111, 150, 0.13);
    vertical-align: middle;
}

@keyframes spin {
    to { transform: rotate(360deg); }
}

/* media queries (always last) */
@media screen and (max-width: 475px) {
    .center1 {
        height: 100px;
    }

    .bigpanel {
        padding-bottom: 15px;
    }

    .bigpanel_logo {
        display: none;
    }

    .bigpanel .button {
        margin: 0;
    }

    .bigpanel .button a {
        display: block;
        margin: 15px 20px 0 20px;
    }

    .addBenefits {
        width: unset;
    }

    #copyright {
        height: unset;
        padding: 6px 0;
    }

    #copyright > div {
        position: static;
        text-align: center;
        margin-bottom: 6px;
    }

    .downloadMessage {
        width: unset;
    }
}

@media screen and (max-width: 650px) {
    .topLinksRowContainer > .topLinksRow {
        height: 68px
    }

    .topLinksRow > div {
        width: 33.3%;
        margin: 1px 0px;
    }

    .topLinksRow .lightblue {
        display: none;
    }

    #mainContainer {
        width: 100%;
        margin: 0 auto;
        position: relative;
    }

    #mainBodyContainer {
        display: flex;
        flex-direction: column-reverse;
        clear: both;
    }

    #mainBodyContainer #leftMenu {
        width: 100%;
        float: none;
        padding: 0;
        /* display: none; */
    }

    #mainBodyContainer #leftMenuContent {
        width: 100%;
        float: none;
    }

    .bigpanel_light > .testimonialBoxContainer {
        width: 100%;
    }

    .breadcrumb {
        display:none;
    }

    .downloadIcon {
        display:none;
    }

    .screenshotsContainer {
        grid-template-columns: repeat(1, 1fr);
        max-width: 400px;
        margin: 10px auto;
    }

    .screenshotsContainer > div {
      min-height: auto !important;
    }

    .thirtyDaysGuarantee {
        display: none !important;
    }

    .invoiceFormTable {
        width: 100%;
        max-width: 100%;
    }
    
    .invoiceFormTable table {
        width: 100%;
        table-layout: auto;
    }
    
    .invoiceFormTable input[type="text"],
    .invoiceFormTable input[type="number"] {
        width: 100% !important;
        max-width: 100% !important;
    }

    .invoiceFormTable select {
        width: calc(100% + 10px) !important;
        max-width: calc(100% + 10px) !important;
    }
}

@media screen and (max-width: 720px) {
    #sbmt > div {
        flex-direction: column !important;
        gap: 16px !important;
        align-items: stretch !important;
    }
    .pay-btn {
        width: 100% !important;
        min-width: 0 !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
    }
}

@media screen and (min-width: 651px) and (max-width: 944px) {
    #mainBodyContainer {
        clear: both;
    }

    .topLinksRow > div {
        width: 16.6%;
        margin: 1px 0px;
    }

    .topLinksRow .lightblue {
        display: none;
    }

    #leftLinks a {
        padding-left: 5px;
    }

    #leftLinks .newFeature {
        display:none;
    }

    .topLinksRow .button.blog {
        margin-right: 0px;
    }

    .breadcrumb {
        display:none;
    }

    .downloadIcon {
        display:none;
    }
}

@media screen and (min-width: 944px) {
    #mainContainer {
        width: 944px;
    }

    .floatContainer > #leftMenu {
        width: 160px;
    }

    .floatContainer > #leftMenuContent {
        width: 777px;
    }
}