* {
	box-sizing: border-box;
	outline: none;
}

a {
	color: rgb(0, 0, 0);
}

body {
	margin: 16px;
}

div.ui-bot {
	background-color: rgb(255, 255, 255);
	border: 2px solid rgb(150, 150, 150);
	border-radius: 0 0 16px 16px;
	border-top: 0;
	padding: 16px;
}

div.ui-rows {
	display: flex;
	flex-direction: column;
}

div.ui-row {
	padding: 16px;
}

div.ui-row:first-child {
	padding-top: 0;
}

div.ui-row:last-child {
	padding-bottom: 0;
}

div.ui-top {
	background-color: rgb(0, 0, 0);
	border-radius: 16px 16px 0 0;
	color: rgb(255, 255, 255);
	font-weight: bold;
	padding: 16px;
}

html {
	background-color: rgb(220, 220, 220);
	font: 16px 'Ubuntu', sans-serif;
	margin: 0;
}
