body {
    background-color: #d8d8d8
}
a.btn {
	position: relative;
	display: block;
	width: relative;
	padding: 0 10px;
	height: 30px;
	border-radius: 7px;
	line-height: 30px;
	border-width: 1px;
	border-style: solid;
	box-sizing: border-box;
	border-color: darkred;
	background-color: crimson;
	text-align: center;
	text-spacing: 66px;
}
a {
	text-decoration: none;
	color: black;
	font-weight: bold;
	
}
a.btn.d {
	border-color: white;
	background-color: white;
	pointer-events: none;
	cursor: default;
}
a.btn:hover {
background-color: darkred;
/*color: white;*/
}

wrapper {
    margin-left:auto;
    margin-right:auto;
    width:800px;
}
body {
    font-family: 'Libre Franklin';
}
td {
	border-radius: 7px;
	border-style: solid;
	border-width: 1px;
	border-color: black;
}
div.box {
	display: inline-block;
	overflow: initial;
	border-radius: 10px;
	
}
div.boxx {
	display: inline;
	overflow: initial;
	border-radius: 10px;
	
}
div.lft {
	width: 200px;
	margin-left: 6px;
}
div.cen {
	width: 400px;
}
div.rgt {
	width: 200px;
	margin-right: 5px;
}
div.top {
	height: 200px;
	margin-top: 10px;
	margin-bottom: 2px;
}
div.mid {
	height: 200px;
	margin-bottom: 5px;
}
div.bot {
	height: 200px;
	margin-bottom: 2px;
}
