/* css for IT Project Guide Project Matrix */
.newrow {
    clear: both;
    float: none;
}

.displaycolumn {
    float: left;
    padding-right: 5px;
}

.valProject {
    display: none;
}

input:focus {
    background: orange;
}