#confirmation_sh_header {
    background: #000;
    color: #FFF;
    margin-bottom: 25px;
    /*text-indent: 150px;*/
    padding-left: 30%;
}

#confirmation_sh_text {
    font-size: 1.2em;
    padding: 8px;
}

#confirmation_qs_header {
    background: #000;
    color: #FFF;
    margin-bottom: 25px;
}

#confirmation_qs_text {
    font-size: 1.2em;
    padding: 8px;
    text-align: center;
}

@media (max-width: 900px) {
    #confirmation_sh_header {
        padding-left: 10%;
    }
}

@media (min-width: 800px) {
    #confirmation_ma {
        width: 800px;
    }
}