/* 
    Created on : 5 August, 2015, 8:45:43 PM
    Author     : CK MacLeod
*/

.spoiled, .spoiled a, .spoiled a:active, .spoiled a:visited {
    color: black;
    background-color: black;
}

.unspoiled, .unspoiled a, .unspoiled a:active, .unspoiled a:visited{
    color: inherit;
    background-color: inherit;
}

#reveal-all-button-text {
    font-size: 60%;
    font-style: italic;
    margin: 0 12px;
    float: left;   
}

#reveal-all-button-div {
    float: right;
    padding: 4px;
    text-align: right;
    
}

.redacted-block a, .redacted-block blockquote {
    color: inherit !important;
    background-color: inherit !important;
    font-style: inherit;
}

.redacted-block a {
    border: 0 !important;
}