*, ::after, ::before{
	-webkit-box-sizing:border-box;
	-o-box-sizing:border-box;
	box-sizing:border-box;
    margin: 0;
	padding: 0;
}
html, body {
	height: 100%;
}
body {
	overflow-x: hidden;
	font-size: 18px;
}
a, a:focus, a:hover {
    text-decoration: none;
    transition:all .3s ease 0s;
}
h1 {
	text-align: center;
	font-size: 28px;
	margin-top: 40px;
	font-weight: 600;
}
form {
	display: flex;
	justify-content: center;
	margin: 15px 0;
}
form * {
	margin-right: 8px;
}
form :last-child {
	margin: 0;
}
form input[type="text"] {
	width: 180px;
}
table {
	width: fit-content !important;
	margin: 20px auto 0;
}
table tbody * {
	border-bottom-width: 0 !important;
}
table thead tr td {
	border-width: 1px;
	border-bottom-width: 3px !important;
	font-weight: bold;
}
table tbody tr td:last-child button:first-child{
	margin-right: 7px;
}