/* HTML Cascading Style Sheet for Infinitech, LLC
   Copyright 2018. But who really cares?  It's CSS. */

body {
	background-image: url("img/inft-bkgnd.svg");
	background-position: 50% 0%;
	background-repeat: no-repeat;
}

td {
	text-align: center;
	font-family: Georgia, serif;
	font-size: 4vw;
	color: black;
}

.tbl_main_col {
	width: 33%;
	text-align: center;
}

.tbl_main_col:hover {
	background-color: #f5f5f580;
}

.tbl_main_frame {
	border-collapse: collapse;
	height: 700px;
	width: 70vw;
}
.tbl_main_subdiv {
	border-collapse: collapse;
}