
/*||=-=-=-=-=-=-=-=-=--=-=-=-=-==-=-=-=-=-=-=-=-=-=-=-=-=--=-=-=-=-==-=-=-=-=-=-=-=-=-=-=-=-=--=-=-=-=-==-=-=-=-=-=-=-=-=-=-=-=-=--=-=-=-||
//|| Cancel
//|| Version 1.0
//||=-=-=-=-=-=-=-=-=--=-=-=-=-==-=-=-=-=-=-=-=-=-=-=-=-=--=-=-=-=-==-=-=-=-=-=-=-=-=-=-=-=-=--=-=-=-=-==-=-=-=-=-=-=-=-=-=-=-=-=--=-=-=-||*/


        h3.center {
                margin 		: 10px 0 10px;
        }
        p.center {
                text-align 	: center;
        }

        b.severe {
                font-weight 		: bold;
                color 				: red;
        }
        a.btn.btn-grad-white {
                margin-top 			: 10px;
        }

        div.page3 label {
                display 			: block;
                padding 			: 10px 0 5px;
        }

        #confirmationReason,
        #confirmationOther,
        #confirmationComplete {
                width 				: 80%;
        }

        #confirmationReason,
        #confirmationComplete {
                display 			: block;
                width 				: 80%;
        }

        #completeButton {
                margin 				:  20px auto 0;
                display 			: block;
                width 				: 75%;
        }