/* Overwriting styles for all hosting markets */
div.numbered_step_title {
    padding-bottom: 6px;
    font-family: Arial;
    font-size: 14px;
    color: #004192;
    font-weight: normal;
}

#start_redirected_message {
    color: #fff;
    line-height: 150%;
    margin: -20px -6px 20px -20px;
    border: 0 none;
    background: linear-gradient(to right,#06c3ca,#91e3a3);
    padding-bottom: 4px;
    height: auto;
}

#start_redirected_message_inner {
    padding: 26px 22px 22px 22px;
}

#start_redirected_message h1 {
    margin-bottom: 12px;
}

#start_redirected_message button {
    border-radius: 2px;
    font-size: 12px;
    padding: 8px 12px;
    border: 1px white solid;
    margin: 4px 4px 0 0;
    display: inline-block;
    outline: none;
    background-color: transparent;
    color: #fff;
    cursor: pointer;
}

#topic-page-content-area #start_redirected_message {
    margin: -24px -40px 20px -17px;
}