.LTCTheme .LiveForm.Default ul.page-break-section, .LTCTheme .LiveForm.Default .thank-you {
    padding: 15px;
    border-radius: 0;
    box-shadow: none;
    background-color: transparent;
}


.LTCTheme .LiveForm.Default input[type="submit"], .LiveForm.Default input[type="button"] {
    min-width: 100px;
    background: #004a8f;
    font-weight: bold;
    color: white;
    border: 0 none;
    border-radius: 1px;
    cursor: pointer;
    padding: 10px;
    transition: all 0.3s ease;
}
