body {
	color: black;
	margin-top: 70px;
	margin-bottom: 40px;
	/*background-color: lightyellow;*/

	/*#CD853F*/
}

.login-con {
	margin-top: 50px;
}

.voting-con {
	margin-bottom: 60px
}

@media screen and (max-width: 769px){
	.vt-tr{
		display: flex !important;
		flex-direction: column;
		justify-content: center;
		align-items: center;

	}

	.vt-td{
		width: 100% !important;

	}
}

