@charset "utf-8";


.table-striped > tbody > tr:nth-child(odd) > td,
.table-striped > tbody > tr:nth-child(odd) > th {
	background-color: #DDDDDD;
	font-family: 'Source Sans Pro', sans-serif;
}