* {
	font-family: 'Lato', sans-serif;
}
.center {
	text-align:center;
}
tr:hover {
	background: #f7f7f7;
	transition: all .3s ease-in-out;
}
.add,.rem{
	width:10%;
}
.add:hover, .rem:hover {
	cursor: pointer;
	transition: all .3s ease-in-out;
}
.add:hover {
	background: #20ea13;
}
.rem:hover {
	background: #f00;
}
tr.titleRow {
    background: #3a3a3a;
    color: #fff;
}