body {
	background-color: #eeefef;
	font-family: 'Raleway', sans-serif;
}

table {
	margin: auto;
}

td {
  text-align: center;
}

h2 {
	color: #202020;
	text-align: center;
	font-variant: small-caps;
}

.webtrigger-button {
	font-size: 3em;
	font-family: Raleway;
	display: inline-block;
	margin:0.5em;
	padding: 9px 15px;
	color: #fff;
	border: 0;
	line-height: inherit;
	text-decoration: none;
	cursor: pointer;
	border-radius: 5px;
	height: 100px;
	width: 100px;
}

.add {
	background-color: #2CCEB7; 
}
.sub {
	background-color: #CD3250; 
}
.reset {
	background-color: #5D45ED;   
	width: 250px;
}