/* Minimal styles for static pages (privacy, terms, contact, instructions, glossary) */
* {
    font-family: 'Raleway', sans-serif;
    font-size: 16px;
}

html,
body {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    background-color: #222;
    overflow-y: auto;
    overflow-x: hidden;
    cursor: auto;
}

a:link,
a:active,
a:visited {
    color: #5ee65c;
    text-decoration: none;
    font-weight: bold;
    font-family: 'Raleway', sans-serif;
    text-shadow: 0px 0px 5px rgba(0, 0, 0, 1);
}

a:hover {
    color: #68ff66;
    text-decoration: none;
    text-shadow: 0px 0px 5px rgba(0, 0, 0, 1);
}

.ds-full-screen-overflow {
    overflow-y: auto;
    overflow-x: hidden;
    margin: 0px;
    width: 100%;
    height: 100%;
    padding: 10px;
    border-radius: 5px;
    background: radial-gradient(black 15%, transparent 16%) 0 0, radial-gradient(black 15%, transparent 16%) 8px 8px, radial-gradient(rgba(255, 255, 255, .1) 15%, transparent 20%) 0 1px, radial-gradient(rgba(255, 255, 255, .1) 15%, transparent 20%) 8px 9px;
    background-color: #181818;
    background-size: 16px 16px;
    box-sizing: border-box;
}

.ds-border-green {
    margin: auto;
    padding: 10px 20px;
    background-color: rgba(0, 0, 0, 0.8);
    border: 2px solid #4bb849;
    border-radius: 5px;
    color: white;
    font-family: 'Raleway', sans-serif;
    z-index: 10;
}

.ds-center-box-wide {
    margin-top: 20px;
    width: 660px;
    max-width: 90vw;
    z-index: 20;
}

.ds-heading {
    font-size: 20px;
    text-align: center;
    color: white;
    font-weight: bold;
    font-family: 'Raleway', sans-serif;
}

.ds-text-standard {
    color: white;
    text-align: center;
    text-decoration: none;
    font-size: 14px;
    font-family: 'Raleway', sans-serif;
}
