
html, body, table, tr, td{
  margin: 0;
  padding: 0;
  border: 0;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #808080;
}

button {
    background-color: #deb887;
    border: none;
	border-radius: 10px;
	font-weight: bold;
    margin: 20px 20px 0;
	height: 40px;
	width: 100px;
    vertical-align: top;
}

button:focus {
    outline: none;
}

.statisticsPlaceholder {
    display: inline-block;
    margin-top: 20px;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

.statisticsPlaceholder table {
	width: 1000px;
}

.statisticsPlaceholder td {
	width: 11.11%;
	text-align: center;
	box-sizing: border-box;
	padding:5px 10px 0;
	border-top: 1px solid #deb887;
}

.gridPlaceholder table {
	border-collapse: collapse;
	border-spacing: 0;
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	text-align: center;
	margin: 20px;
}