html { 
    margin:0;
    padding:0;
    /*background: url(bg.jpg) no-repeat center fixed;
    background-size: cover;
    -webkit-background-size: cover;*/
}

body {
    font-family: 'Open Sans',Lato,sans-serif;
    font-size: 1.5em;
    color: #444; 
    margin: 0;
    padding: 0;
}


div#column {
    max-width: 40em;
    margin: 0 auto;
    margin-top: 8em;
}

div#quote {
}

div#quote-text {
    font-family: 'Time New Roman';
    font-style: italic;
    font-size: 1.5em;
    text-align: center;
    margin-top: 2em;
    margin-bottom: 2em;
}

div#quote-fulltext {
    font-family: 'Time New Roman';
    font-style: italic;
    font-size: 1.5em;
    text-align: center;
    margin-top: 2em;
    margin-bottom: 2em;

    display: none;
}

div#quote-buttons {
    text-align: center; 
    margin-top: 2em;
    margin-bottom: 2em;
}

div#quote-author {
    font-family: 'Time New Roman';
    font-style: bold;
    font-size: 2.5em;
    text-align: center;
    margin-top: 1em;
    margin-bottom: 1em;

    display: none;
}

button#show-answer {
    background-color: rgba(0, 0, 0, 0);
    color: #444;
    border: 1px #444 solid;
    border-radius: 8px;
    text-align: center;
    font-size: 1em;
    padding: 0.75em 1.5em;
}

button#next-quote {
    background-color: rgba(0, 0, 0, 0);
    color: #444;
    border: 1px #444 solid;
    border-radius: 8px;
    text-align: center;
    font-size: 1em;
    padding: 0.75em 1.5em;

    display: none;
}

button#next-quote-user {
    background-color: rgba(0, 0, 0, 0);
    color: #444;
    border: 1px #444 solid;
    border-radius: 8px;
    text-align: center;
    font-size: 1em;
    padding: 0.75em 1.5em;

    display: none;
}

div#quote-metadata {
    color: #888;
    font-size: .66em;
    text-align: center;
}

span#username a:link {
    color: #444;
}

span#username a:visited {
    color: #444;
}

span#username a:active {
    color: #444;
}

span#username a:hover {
    color: #444;
}

span#link a:link {
    color: #444;
}

span#link a:visited {
    color: #444;
}

span#link a:active {
    color: #444;
}

span#link a:hover {
    color: #444;
}

div#userlinks{
    color: #888;
    font-size: .66em;
    display: none;
}

button#show-userlinks {
    margin: 0;
    padding: 0;
    position: fixed;
    left: 0;
    top: 0;
}

div#column div#rules-title {
    font-family: 'Time New Roman';
    font-style: bold;
    font-size: 2.5em;
    text-align: center;
    margin-bottom: 1em;
}

div#rules ul {
    
}

div#rules li.rule {
    margin: 1em;
}

div#rules li.rule span.rule-answer {
    font-family: 'Time New Roman';
    font-style: italic;
    font-size: 1.33em;
}

div#rules li.rule span.point-lo {
    color: #000;
}

div#rules li.rule span.point-med {
    color: #000;
}

div#rules li.rule span.point-hi {
    color: #000;
}