/*
 * SpottStrap - utility classes
 */
.wtf,
div.wtf {
    background-color: yellow;
    border: 1px dashed red;
    padding: 3px 3px 3px 3px;
    margin: 0 0 0 0;
}

.pDbug {
    position: absolute;
    top: 30px;
    left: -290px;
    width: 280px;
    background-color: #CCCCCC;
    border: 1px solid #999999;
    padding: 10px;
    z-index: 100;
    font-size: .7em;
}

#pDbugButton {
    background: red;
    position: absolute;
    right: 0;
    top: 0;
    width: 10px;
    height: 100%;
    cursor: pointer;
    font-size: 20px;
}
