body, html {
	margin: 0;
	padding: 0;
}
h1 {
	font-size: 30px !important;
	text-align: center;
	margin: 5px 0 12px 0 !important;
}
p {
	font-size: 18px;
	margin: 0 40px;
	text-align: center;
}
label {
	font-size: 20px;
	font-weight: 700;
}
table {
	background-color: #47484f;
}
thead tr {
	border-top-style: none;
}
tr {
	border-top: 1px solid #1d1e21;
	border-bottom: 1px solid #1d1e21;
} 
tr:last-child {
	border-bottom-style: none;
}
td, th {
	padding-left: 22px;
}
#app {
	font-family: 'Lato', sans-serif;
	font-weight: 400;
	display: flex;
	width: 100vw;
	height: 100vh;
	background-color: #191a1d;
	justify-content: center;
	align-items: center;
}
.calculate div {
	text-align: center;
}
.wrapper {
	width: 820px;
	min-width: 820px;
	height: 575px;
	min-height: 575px;
	padding: 10px 10px 25px 10px;
	color: white;
	background-color: #32333b;
}
.row {
	justify-content: center;
}
.wrapper .row input {
	font-size: 22px;
	width: 120px;
	margin-top: 5px;
	text-align: center;
	border-style: none;
	border-radius: 2px;
	outline: none;
	background: linear-gradient(#eee, #fff);
}
.tables {
	font-size: 16px;
	display: flex;
	margin-top: 40px;
	justify-content: space-around;
}