/** Add css rules here for your application. */


/** Example rules used by the template application (remove for your app) */

.blockElement {
	display: block;
}

.margin5px {
	margin: 5px
}

.margin10px {
	margin: 10px
}

.margin20px {
	margin: 20px
}

.textColor {
	color: #1a73e8;
}

.textHuge {
	font-size: xx-large;
}