/*
    nsr.io
    Privacy Policy
*/
header#header {
    border-bottom-width: 0px;
}
div.nsr_list {
    max-width: 600px;
    margin: auto;
    margin-left: 6%;
    margin-right: 6%;
}
div.nsr_section {
    margin-top: 20px;
    margin-bottom: 40px;
}
div.nsr_heading {
    font-size: 130%;
    font-weight: bold;
    margin-top: 24px;
    margin-bottom: 12px;
}
div.nsr_body_text {
    font-size: 110%;
    margin-bottom: 8px;
}
/*  Italics not work well with Lato */

i {
    font-style: normal;
    font-weight: bold;
}
a.appbutton,
a.appbutton:visited {
    text-decoration: underline;
}
/*  On iOS Retina devices. */

@media only screen and (-webkit-min-device-pixel-ratio: 2) {
    a.appbutton,
    a.appbutton:visited {
        color: 7706B0;
        border: solid 0.5px #7706B0;
        padding: 2px 4px;
        text-decoration: none;
        text-transform: capitalize;
    }
}