@import 'formalize.css';


#skala_value {font-size:1.4em;background: #ffc;}
#skala_value2 {font-size:1.4em;background: #ffc;}

/* Drawing
----------------------------------------------------------------------------------------------------*/

canvas {
	width: 600px;
	height: 620px;
	border: 1px solid #ccc;
}

img#drawing_background { display: none; }



/* Errors
----------------------------------------------------------------------------------------------------*/

label.error {
  background: #ffc;
  color: #c00;
  font-style: italic;
}

input.error,
select.error,
textarea.error {
  background-color: #fee;
}

/* Table Layout
----------------------------------------------------------------------------------------------------*/

td {
	vertical-align: top;
}
table.horiz{
	border-top:1px #eee solid;
}
table.horiz td{
	border-bottom:1px #eee solid;
}
td.yesno {
	text-align: right;
	width:100px;
}
td.textinput {
	text-align: right;
}


ul.checkboxes,ul.checkboxes li{
	margin:0;
	padding:0;
	list-style: none;
	list-style-position: inside;
	border:0 #eee solid;
}
ul.checkboxes li{
}
ul.checkboxes{
	width:95%;
	margin:1em 0;
}



