


/******************************************************************************************
         vyew-troubleshooter.css
 ******************************************************************************************/

.hidden {
    display:none;
    }
.ts {
    padding:1em;
    float:left;
    display:block;
    clear:both;
    margin:.25em;
    }
.tsgrey {
    background:#ddd;
    }
.ts .ts {
    margin-left:1em;
    }


