/* Main Page CSS file for edutainment.pl */

div#refresh
{
	background-color:black;
	color: #ffcc66;
	width: 182px;
	height: 155px;
	border: 2px solid white;
	padding: 8px;
	font-size: 2em;
	font-style: bold;
	text-align:center;
}
div#bars p
{
	color: black;
	width: 350px;
	padding: 3px;
}
/* Left-sided question bar on main page */
p.leftqbar
{
	text-align: left;
	padding-left: 5px;
	border-top: 2px solid black;
	border-right: 8px solid black;
	border-bottom: 2px solid black;
	border-left: 2px solid black;
}

/* Right-sided question bar on main page */
p.rightqbar
{
	text-align: right;
	padding-right: 5px;
	border-top: 2px solid black;
	border-right: 2px solid black;
	border-bottom: 2px solid black;
	border-left: 8px solid black;
}


