﻿*, *:before, *:after {
    // outline: 1px solid red;
}

.wizard {
    > input[type='radio']

{
    position: fixed;
    top: 0;
    left: -100px;
    &:checked + section

{
    display: block;
}

}

> section {
    display: none;
}

> footer {
    overflow: hidden;
}

}

[data-am-button] {
    display: inline-block;
    padding: 0.25em;
    border: 2px outset black;
    border-radius: 2px;
    background-color: #ddd;
}

[data-am-button~='left'] {
    float: left;
}

[data-am-button~='right'] {
    float: right;
}

/*body {
    max-width: 40em;
    margin: 0 auto;
}
*/
