.snappedPlaceholder {
    width: inherit;
    height: inherit;
    display: none;
}
.snappedPlaceholder p {
    background: rgba(0,0,0,0.5);
    font-size: 14px;
    /* text-transform: lowercase; */
    font-family: Arial;
    padding: 5px 0 5px 0;
    color: #FFFFFF;
    /* text-align: center; */
}
.spacer {
    display: none;
    float: left;
    width: 80%;
    height: 50px;
    background-color: #00FF00;
}
#closeFascia {
    background-color: #000000;
    width: inherit;
    height: 10px;
    display: none;
}
#playerSnappedBackground {
    background-color: rgba(0,0,0,0.1);
}