#LQQuiz {
    overflow: auto;
    width: 100%;
    clear: both;
}

#LQQuiz.solo {
    top: 15%;
    position: relative;
}

#LQQuiz iframe {
    width: 100% !important;
    overflow: hidden;
    height: 700px;
    margin: 0 !important;
    padding: 0 !important;
    clear: both !important;
    display: block !important;
}

.fancybox-skin {
    background: #fff !important;
}

.fancybox-skin iframe {
    margin-top: -20px !important;
}

.leadquiz-protected-form {
    padding: 50px 0;
    max-width: 300px;
    margin: 0 auto;
}

.leadquiz-protected-form h2 {
    font-size: 18px;
    line-height: 24px;
    margin: 0 0 20px;
}

.leadquiz-protected-form .input-field {
    padding: 0 0 10px;
}

.leadquiz-protected-form .input-field input {
    width: 100%;
    outline: none;
    padding: 10px;
    border-radius: 5px;
}

.leadquiz-protected-form .protected-button {
    display: inline-block;
    vertical-align: top;
    border-radius: 5px;
    overflow: hidden;
    font-size: 18px;
    line-height: 1.333;
    color: #fff;
    background: #22a5f3;
    text-decoration: none;
    font-weight: 700;
    padding: 10px 30px;
    box-shadow: 0 2px 8px rgba(#000, .6);
    transition: background 200ms linear;
    outline: none;
    border: none;
    width: auto;
    height: auto;
}

.leadquiz-protected-form .protected-button:hover {
    background: #2194d9;
}