#lovecalcperson1, #lovecalcperson2 {
	width: 198px;
	height: 20px;
	margin-bottom: 5px;
	font-size: 16px;
	font-weight: bold;
}

#loveCalculatorButton{
	height: 30px;
	margin-bottom: 5px;
	font-size: 16px;
	font-weight: bold;
}

#loveCalcResultDiv{
	background: transparent url('love.png') no-repeat top right;
	width: 198px;
	height: 166px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

p#loveCalcResult{
	font-weight: bold;
	width: 198px;
	font-size: 35px;
	height: 166px;
	text-align: center;
	vertical-align: middle;
	display: table-cell;
}