.dropshadow {
    /* Empty declaration: this is here so that you can tag shadowed things */
}

.shadowed {
    /* This styles our actual text */
    color: white !important;
    position: absolute;
    background: transparent !important;
    z-index: 100;
    margin: 0;
}
