@charset "utf-8";
/* CSS Document */

span.reveal {
        text-decoration: underline;
    color: #b95e05;
    background: white;
    padding: 3px;
}

#sandbox span {
    display: inline-block;
}


#sandbox p {
    line-height: 1.5em;
    display: inline-block;
}

button#remove {
    float: right;
}


span.reveal{
    background-color: none !important;
    
}
