/* Department site local asset stub (created by Department Site wizard) */

.about-sbu {
	
}


.testClass {
	background-color: red;
}

table.light-grey-table {
	background: #eee;
	margin: 0 0 20px .5%;
	border: 8px solid #fff;
	box-shadow: 0 0 0 1px #900;
}

table.light-grey-table tbody tr:nth-child(odd) {
	background: #e3e3e3;
}

table.light-grey-table tbody tr:nth-child(even) {
	background: #f0f0f0;
}

.light-grey-table th, .light-grey-table td {
	font-weight: normal;
    border-right: 1px solid #bbb;
    height: 60px;
    vertical-align: middle;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 6px 8px;
}

@media only screen and (min-width: 768px) {
	.light-grey-table th:last-child, .light-grey-table td:last-child {
		border-right: 0 none;
	}	
}
