* {
	font-family: Graphik;
}

.card-margin {
	margin-top: 10px;
}

.card-container {
	top: 20px;
	text-align: center;
}

.card-responses {
	display: inline;
}

.card-positive {
	background: #5DABFF;
	color: #FFFFFF;
}

.card-positive:hover {
	color: #FFFFFF;
}

.btn-sm, .btn-group-sm > .btn {
	border-radius: 4px;
}
