.pzat-wrap section.premium-preview ~ form {
    width: 50%;
    float: left;
}
.pzat-wrap section.premium-preview {
    width: 50%;
    float: right;
    box-sizing: border-box;
    padding-left: 10px;
}
.pzat-wrap section.premium-preview ~ form .w-50 {
    width: 100%;
}
.pzat-wrap::after {
    clear: both;
}

.pzat-wrap .premium-preview table {
    background: rgba(0,0,0,0.05);
}
.pzat-wrap .premium-preview table .widget-demo-container {
    position: relative;
}
.pzat-wrap .premium-preview table .widget-demo {
    position: absolute;
    right: 5px;
    width: 120px;
    text-align: center;
}
.pzat-wrap .premium-preview table .widget-demo img {
    width: 90px;
    border: 1px solid black;
    margin: 0 15px;
}
.pzat-wrap .premium-preview table th[scope=row],
.pzat-wrap form table.form-table th[scope=row] {
    width: 170px;
}
.pzat-wrap details {
    margin-top: 5px;
    cursor: pointer;
    width: 60%;
}
.pzat-wrap .premium-preview table label {
    color: #222;
}
.pzat-wrap table label img {
    vertical-align: baseline;
    padding: 0 3px;
}

.pzat-wrap textarea {
    height: 75px;
}

.pzat-wrap input[type=color] {
    width: 75px;
}

.title-logo {
    height: 35px;
    vertical-align: middle;
}

.w-50 {
    width: 50%;
}

.call-to-action {
    box-shadow:inset 0px 1px 0px 0px #3b702d;
    background:linear-gradient(to bottom, #05692b 5%, #05692b 100%);
    background-color:#05692b;
    border-radius:6px;
    border:1px solid #fafafa;
    display:inline-block;
    cursor:pointer;
    color:#ffffff;
    font-size:13px;
    padding:7px 28px;
    text-decoration:none;
    text-shadow:0px 1px 0px #2f6627;
}
.call-to-action:hover {
    background:linear-gradient(to bottom, #05692b 5%, #01973a 100%);
    background-color: #01973a;
    color:#ffffff;
}
.call-to-action:active {
    position:relative;
    top:1px;
}

@keyframes shadow-pulse {
    0% {
        box-shadow: 0 0 0 0px rgba(5, 105, 43, 0.2);
    }
    100% {
        box-shadow: 0 0 0 25px rgba(0, 0, 0, 0);
    }
}

.pulse {
    animation: shadow-pulse 1s infinite;
}


