/* Remove the review box */

#step8-page > div:nth-child(3) {

display:none;

}

#step8-page > div:nth-child(6) {

display:none;

}


/* Change the print button to Czech*/

a.btn.btn-default.btn-sm {

font-size: 0;

}

a.btn.btn-default.btn-sm::after {

content: "Tisk"; /* Print */

font-size: 14px;

}