/*
		Debug CSS
*/


/* Debug grid */
/*
.grid_1,.grid_2,.grid_3,.grid_4,.grid_5,.grid_6,.grid_7,.grid_8,
.grid_9,.grid_10,.grid_11,.grid_12,.grid_13,.grid_14,.grid_15,.grid_16 { outline: 1px solid red; }
*/

/* Sample */
strong.tip
{
    display: block;
    margin: 10px 0 0 0 !important;
}
    strong.tip span
    {
        background: #fffe90;
        padding: 1px 5px;
        font-size: 10px;
        line-height: 11px;
        font-family: Verdana;
        font-weight: normal;
    }

