.psp-options-column1 {
    width: 70%;
    max-width: 100%;
    float: left;
}

.psp-premium-column2 {
    margin: 0 0 0 0;
    float: right;
    clear: right;
    width: 29%;
}

.pspoptiontooltip {
    position:absolute;display:none;z-index:999;background-color:#000;opacity:.9;color:#fff;text-align:center;padding:10px;margin-left:2rem;top:-4rem;border-radius:5px;
}

.pspoptiontooltip:after {
    content: "";
    position: absolute;
    top: 50%;
    right: 100%;
    margin-top: -5px;
    border-width: 6px;
    border-style: solid;
    border-color: transparent black transparent transparent;
}

.psp-options-column1 table th {
    padding-left: 10px;
}

.psp-main-left-container {
    float: left;
    width: 50%;
}

.psp-main-right-container {
    float: left;
    width: 50%;
}

.psp-sub-container {
    float: left;
    width: 100%;
}

table.psp-premium-features {
    background-color: #ffffff;
    border-radius: 20px;
    color: #354951;
}

.psp-footer-notes {
    clear: both;
    padding-top: 20px;
}

.psp-premium {
    color: #3c96da;
    width: 30px;
    float: left;
    font-size: 29px;
    margin-top: -3px;
}

span.psp-premium-feature {
    display: block;
    margin-left: 30px
}

.psp-call-to-action {
    vertical-align: middle;
    float: left;
    clear: both;
    margin-top: 30px;
}

.psp-trial {
    width: 120px;
}

.psp_logo_outer {
    float: left;
    width: 100%;
}

.psp_logo_fields_container {
    float: left;
    width: 150px;
}

.psp_logo_fields_container input[type=button] {
    margin: 4px 0px;
}
.psp_logo_container {
    float: left;
    padding: 10px;
    width: 200px;
    height: 100%;
}

.psp_logo_container img {
    width: auto;
    height: auto;
    max-height: 200px;
    max-width: 200px;
    margin-top: -20px;
}

.psp-btnBuy {
    -webkit-border-radius: 10;
    -moz-border-radius: 10;
    border-radius: 3px;
    font-family: Arial;
    color: #ffffff;
    font-size: 20px;
    background: #6BC406;
    padding: 10px 20px 10px 20px;
    border: solid #ffffff 0px;
    text-decoration: none;
    font-weight: 200;
}

.psp-btnBuy:hover {
    background: #509304;
    text-decoration: none;
    color: #ffffff;
}

.psp-trialLink {
    display: block;
    margin: 10px;
    text-align: center;
    font-size: 15px;
    line-height: 26px;
    height: 28px;
}

.psp-trialLink:hover {
    color: #32a6d6;
    text-decoration: underline;
}

.psp-headerImg {
    background-size: cover;
    max-width: 100%;
}

.psp-headerDiv {
    width: 100%;
    margin-top: 7px;
}

.psp-options-column1 a:hover, .psp-premium-column2 a:hover {
    color: #32a6d6;
}

.psp-preBanner h1 {
    font-size: 26px;
    text-align: center;
    color: #ffffff;
    padding: 15px 0;
    background-color: #6BC406;
}

h1.psp-header-title {
    font-size: 28px;
    text-align: left;
    color: #23282d;
    background-color: unset;
}

.psp-options-column1 h4, .psp-premium-column2 h4 {
    margin: .33em 0
}

.psp-premiumHead {
    background-color: #6BC406;
    color: #ffffff;
    text-align: center;
}

.psp-preBanner {
    padding: 10px 0;
   	border-radius: 20px 20px 0 0;
}

@media screen and (max-width: 1199px) {
    .psp-settings-form, table.psp-premium-features {
        width: 100%;
    }

    .psp-options-column1, .psp-premium-column2 {
        width: 100%;
        display: block;
        clear: both;
    }
}
