@charset "UTF-8";

html {
  font-size: 14px;
  overflow-y: scroll;
}

input[type=checkbox] {
	-ms-transform: scale(1.3, 1.3);
	-webkit-transform: scale(1.3, 1.3);
	transform: scale(1.3, 1.3);
}
input[type=checkbox], input[type=radio] {
	margin: 4px 0 0;
	line-height: normal;
}
input[type="radio"] {
	cursor: pointer;
	top: -2px;
}