* {
    margin: 0;
    padding: 0;
    font-size: calc(12px + .5vw);
    font-family: Arial, sans-serif;
}
header {
    background: linear-gradient(45deg, #0575E6, #021B79);
    padding: 0 3%;
    height: 4.5em;
    margin-bottom: 1em;
    position: relative;
}
header:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    background-repeat: repeat;
    height: 10px;
    background-size: 20px 20px;
    background-image: radial-gradient(circle at 10px 15px, #ffffff 12px, #ffffff00 13px);
}
.logo {
    position: relative;
    float: left;
    margin: .5em 0;
    line-height: 0;
}
.logo img {
    height: 3em;
    width: auto;
    float: left;
    filter: invert(1);
}
a.logo span {
    float: left;
    text-decoration: none;
    color: white;
    line-height: 3em;
    margin-left: .5em;
}
.head-btn {
    float: right;
    font-size: .8em;
    background: rgb(255 255 255 / 0.85);
    color: #0551bb;
    padding: .5em 1em;
    border-radius: 5px;
    margin-top: 1.5em;
}
.head-btn img.flag {
    height: 1em;
    width: auto;
    float: left;
    margin-right: .5em;
}

.head-btn img.open {
    height: .5em;
    width: auto;
    padding: .25em 0;
    float: right;
    margin-left: .5em;
}
h1 {
    font-size: 2em;
    padding: .5em 3%;
    color: #02207e;
    text-transform: lowercase;
    font-family: Arial Black, sans-serif;
}
h1 span {
    font-size: 1em;
    text-transform: uppercase;
    font-family: Arial Black, sans-serif;
}
.alert {
    padding: .5em 3%;
    background: #f1f0f0;
}
.alert .choose-device {
    color: #0575E6;
    cursor: pointer;
    border: 1px solid;
    padding: .25em .5em .25em .5em;
    border-radius: 5px;
}
.choose-device:after {
    content: '';
    width: .5em;
    height: .5em;
    display: inline-block;
    margin-left: .5em;
    background-image: url(//how-to-screenshot.info/img/down.svg);
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
}
.hidden {
    display: none;
}
.manual {
    padding: .5em 3%;
    float: left;
    line-height: 1.5em;
}

.manual h2 {
    color: #02207e;
    font-family: Arial Black, sans-serif;
    font-size: 1.2em;
    margin-top: 1.5em;
    margin-bottom: 1em;
}
.manual p {
    margin: .75em 0;
    line-height: 2em;
}
.manual p span {
    background: #000000;
    color: white;
    white-space: nowrap;
    padding: .3em .5em;
    margin: 0 .25em;
    border-radius: 5px;
    box-shadow: 0 2px 2px 0 rgb(0 0 0 / 14%), 0 3px 1px -2px rgb(0 0 0 / 20%), 0 1px 5px 0 rgb(0 0 0 / 12%);
}
.alert a.link, p a, .bread a {
    color: #0575E6;
    text-decoration: none;
    box-shadow: 0px 2px;
}
.manual p span.icon {
    background-size: 1em;
    background-position: 50%;
    background-repeat: no-repeat;
    width: 1.1em;
    height: 1.1em;
    margin-bottom: -.5em;
    display: inline-block;
}
.manual p span.windows-old {
    background-image: url(https://how-to-screenshot.info/img/buttons/windows-old.svg);
}
.manual p span.windows-new {
    background-image: url(https://how-to-screenshot.info/img/buttons/windows-new.svg);
}
.manual p span.upload {
    background-image: url(https://how-to-screenshot.info/img/buttons/upload.svg);
}
.manual p span.switch-window {
    background-image: url(https://how-to-screenshot.info/img/buttons/chromebook-screenshot.svg);
}
.manual img {
    width: 15em;
    max-width: 100%;
    height: auto;
}
.devices a, .services a {
    text-decoration: none;
}
.devices a.group {
    color: rgb(255 255 255 / 0.75);
    width: 100%;
    float: left;
    margin-bottom: .25em;
    margin-top: .5em;
}
.devices {
    color: rgb(255 255 255 / 0.3);
}
.devices div {
    width: 100%;
    float: left;
    line-height: 2em;
    font-size: .9em;
    margin-bottom: .5em;
}
.devices div a, .services a {
    color: rgb(255 255 255 / 0.5);
}