/* CSS Document */

section.step {
    justify-content: center;
    margin: auto;
    max-width: 650px;
    box-sizing: content-box;
	gap:0;
}

@media (orientation: landscape) {
    section div {
        justify-content: left;
    }
}

.step-header {
    padding: 1rem 2rem;
    border-radius: .5rem;
    margin-left: -2rem;
}

.step-header p
{	display:none;
}

h3, h4
{	display:none;
}

.footer h3 {
    display: block;
}

.step-actions
{	margin-top:1rem;
}
.step-actions p:before
	{	content: "•";
    	margin-right: .5rem;
	}