/*
* Overwrite CSS for Semantic UI
*/

/* Check boxes */
.ui.form input {
  height: inherit !important;
}
body, html {
	font-size: 16px;
	line-height: normal;
}

.ui.button { 
	background: #FFFFFF;
	margin: 0.5em 0 0 0.5em;
	padding: 0.2em 0.2em;
}
i.icon {
	margin: .6em .25em 0 .25em;
}