/*
CSS Style Sheet for Election Website SMALL SCREENS with 10 candidates
*/
body {
	background-color: #ffccff;
	}
.image-photo01	{
	position: absolute;
	top: 1vh;
	left: 1vw;
	width: 12vw;
	height: 23vh;
	border-radius: 5px;
	}
.image-photo02	{
	position: absolute;
	top: 26vh;
	left: 1vw;
	width: 12vw;
	height: 23vh;
	border-radius: 5px;
	}
.image-photo03	{
	position: absolute;
	top: 51vh;
	left: 1vw;
	width: 12vw;
	height: 23vh;
	border-radius: 5px;
	}
.image-photo04	{
	position: absolute;
	top: 76vh;
	left: 1vw;
	width: 12vw;
	height: 23vh;
	border-radius: 5px;
	}
.image-photo05	{
	position: absolute;
	top: 101vh;
	left: 1vw;
	width: 12vw;
	height: 23vh;
	border-radius: 5px;
	}
.image-photo06	{
	position: absolute;
	top: 126vh;
	left: 1vw;
	width: 12vw;
	height: 23vh;
	border-radius: 5px;
	}
.image-photo07	{
	position: absolute;
	top: 151vh;
	left: 1vw;
	width: 12vw;
	height: 23vh;
	border-radius: 5px;
	}
.image-photo08	{
	position: absolute;
	top: 176vh;
	left: 1vw;
	width: 12vw;
	height: 23vh;
	border-radius: 5px;
	}
.image-photo09	{
	position: absolute;
	top: 201vh;
	left: 1vw;
	width: 12vw;
	height: 23vh;
	border-radius: 5px;
	}
.div-text01	{
	position: absolute;
	top: 5vh;
	left: 15vw;
	width:15vw;
	padding: 5px;
	}
.div-text02	{
	position: absolute;
	top: 30vh;
	left: 15vw;
	width:15vw;
	padding: 5px;
	}
.div-text03	{
	position: absolute;
	top: 55vh;
	left: 15vw;
	width:15vw;
	padding: 5px;
	}
.div-text04	{
	position: absolute;
	top: 80vh;
	left: 15vw;
	width:15vw;
	padding: 5px;
	}
.div-text05	{
	position: absolute;
	top: 105vh;
	left: 15vw;
	width:15vw;
	padding: 5px;
	}
.div-text06	{
	position: absolute;
	top: 130vh;
	left: 15vw;
	width:15vw;
	padding: 5px;
	}
.div-text07	{
	position: absolute;
	top: 155vh;
	left: 15vw;
	width:15vw;
	padding: 5px;
	}
.div-text08	{
	position: absolute;
	top: 180vh;
	left: 15vw;
	width:15vw;
	padding: 5px;
	}
.div-text09	{
	position: absolute;
	top: 205vh;
	left: 15vw;
	width:15vw;
	padding: 5px;
	}
.div-opponent-text	{
	position: absolute;
	top: 1vh;
	left: 70vw;
	width: 25vw;
	text-align: right;
	padding: 5px;
	}
t1	{
	font-family: times;
	font-size: 4vh;
	text-align: left;
	}
t2	{
	font-family: times;
	font-size: 3vh;
	text-align: left;
	}
t3	{
	font-family: times;
	font-size: 3.5vh;
	text-align: right;
	}
