
body{
	background-image: url("../img/bg.png");
    background-repeat: repeat;
	background-position:center center;
    background-attachment:scroll;
}
.ui-page {
    background: transparent;
}
.ui-content{
    background: transparent;
}

.titleCard{
	display: block;
	margin: auto;
	width: 90%;
	font-family: georgia;
	font-weight: bold;
	font-size: 2.5em;
	text-align: center;
	text-shadow: 3px 3px 0 rgb(0, 0, 0);
	color: rgb(190, 94, 255);
}

.idIcon {
   
}

.playerToTreat, .swappedNumber{
	padding: 0.5em;
	display: inline-block;
}

.playerNumButtons{
	display: table;
	margin: auto;
}

#HIV_result{
	display: block;
	font-size: 3em;
	font-family: verdana;
	font-weight: bold;
}

.turnCounter{
	position: absolute;
	top: 12px;
	right: 6px;
	font-size: 24px;
}

.readAloud{
	font-weight: bold;
	font-size: 1.5em;
	color: rgb(226, 24, 47);
}


.educatorNotes{
	font-size: 1.3em;
	font-family: verdana;
	font-weight: bold;
	font-style: italic;
	color: rgb(0, 29, 142);
}

.treatmentRef{
	display: block;
	margin: auto;
}

#pay, #dontPay{
	font-family: verdana;
	font-weight: bold;
	font-size: 1.5em;
	text-shadow: 3px 3px rgb(232, 232, 232);
}

#pay{
	background-color: rgb(80, 190, 80);
}

#dontPay{
	background-color: rgb(255, 95, 95);
	font-weight: bold;
}