/*
CSS Style Sheet for Election Website INDEX LARGE SCREENS
*/
body {
      background-color: #adddff;
    }
.div-table {
	position: absolute;
	top: 0vh;
	left: 0vw;
	height: 95vh;
	width: 30vw;
	}
.div-text-box1	{
	position: fixed;
	top: 0vh;
	left: 37vw;
	height: 8vh;
	width: 60vw;
	}
.div-text-box2	{
	position: fixed;
	top: 10vh;
	left: 37vw;
	height: 35vh;
	width: 60vw;
	padding: 10px;
	}
.div-map	{
	position: fixed;
	top: 50vh;
	left: 55vw;
	width: 42vw;
	height: 48vh;
	}
.image-map {
	position: relative;
	top: 0px;
	left: 0px;
	height: 48vh;
	width: 42vw;
	}
.div-democracy	{
	position: fixed;
	top: 50vh;
	left: 35vw;
	height: 45vh;
	width: 18vw;
	}
.image-democracy {
	position: absolute;
	top: 0px;
	left: 0px;
	height: 47vh;
	width: 18vw;
	border-radius: 10px;
	object-fit: fill;
	}
t1	{
	font-family: arial;
	font-size: 3.5vh;
	width: 65vw;
	text-align: center;
	}
t2	{
	font-family: times;
	font-size: 2.25vh;
	width: 65vw;
	text-align: left;
	}
table	{
	width: 33vw;
	border: 3px solid black;
	border-collapse: collapse;
	}
th	{
	font-family: arial;
	font-color: black;
	font-size: 2.5vh;
	background-color: #ffff88;
	border: 2px solid black;
	padding-left: 10px;
	padding-right: 10px;

	}
td	{
	font-family: arial;
	font-size: 2.25vh;
	font-color: #ffff00;
	background-color: #ff0000;
	border: 2px solid black;
	padding-top: 3px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 3px;
	} 
a {
	color: blue;
	text-decoration: none;
	}
a:link	{
	color: #ffff00;
	}
a:visited	{
	color: #ffff00;
	}
a:hover	{
	color: #000000;
	background-color: #ffff00;
	}
