#budgetTable tr td{
	padding:5px
	}

#deptNavRow #deptTitle {
    font-size: 255%;
}

#leftMainRight.noRightBorder div#mainColMain.col-xs-12 .mainColumnTwoColumn {
    background: none;
}
/* Medium devices (tablet, 768px to 992px) */
@media (min-width: 768px) and (max-width: 991px) {
    #deptNavRow #deptTitle {
      font-size: 210%;
    }
    #deptInfo .tagline, #deptInfo .director {
      font-size: 1em;
    }
}
/* small devices */
@media (max-width: 767px) {
    #deptNavRow #deptTitle {
        font-size: 200%;
        line-height: 20px;
        padding-top: 5px;
    }    
}

#budgetTable tr.dataRow {
	display: none;
}
