@font-face { font-family: 'titillium'; src: url('../fonts/TitilliumWeb-Regular.ttf'); }
html,body,buttons,input,select,textarea,etc {
	font-family:"titillium";
	font-size: 0.9em;
}
html {
	background: #DDDDDD url(../pic/background.svg) no-repeat center center fixed; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
#content {
	max-width: 768px;
	margin: 0 auto;
	background: #FFF;
	padding: 80px;
}
ul
{
/*    list-style-type: none;*/
}

.handsontable td.cell-loading {
	background-color: yellow;
}

.handsontable td.cell-error {
	background-color: red;
}