button {
	border: 0;
}

* {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

[v-cloak] {
	display: none!important;
}

img {
	display: block;
	height: auto;
}

select {
	-webkit-appearance-: none;
	outline: none;
}

.half:before { content: '\2002'; speak: none; }
.full:before { content: '\2003'; speak: none; }