body.guide {
    font-family: 'Segoe UI', Verdana, sans-serif;
}

header.guide {
    background-color: rgba(68,115,197,1);
    padding: 5px
}

h2.guide-headline {
    color: white;
    font-weight: bold;
    font-size: larger;
    margin-bottom: 2em
}

h3.guide-section {
    color: darkblue;
    font-weight: bold;
    font-size: large;
    margin-top: 6em
}

h4.guide-step {
    color: black;
    font-weight: bold;
    font-size: medium;
    margin-top: 4em
}

b.guide-content {
    font-family: monospace;
    background-color: lightgray
}

b.guide-element {
    font-weight: bold;
    white-space: nowrap
}

img.guide-top-left {
    width: 340px;
    border-top: 3px solid black;
    border-left: 3px solid black
}

img.guide-top-right {
    width: 340px;
    border-top: 3px solid black;
    border-right: 3px solid black
}

guide-figcaption {
    font-size: small;
    margin-bottom: 4em
}

p.guide-HowToTip {
    font-style: italic
}

p.step-description:hover {
    background-color: lightyellow
}
