@charset "utf-8";
/*ChookchasersProfiles*/
/*StartProfiles*/
#infobox {
	background-color: #ffff99;
	border: 3px solid #000000;
	border-radius: 18px;
	padding-top: 8px;
	padding-right: 8px;
	padding-bottom: 8px;
	padding-left: 8px;
	margin-left: 20px;
	margin-right: 20px;
	font-size: 15px;
	font-weight: bold;
	margin-bottom: 20px;
	position: relative;
	margin-top: 10px;
	clear: both;
}
#numberplate {
	position: absolute;
	left: 545px;
	bottom: 202px;
}
.datahilite {
	color: #4398A3;
	font-weight: bold;
}
.abilities {
    background-color: #2CA274;
    border-radius: 13px;
    padding-top: 5px;
    padding-right: 10px;
    padding-bottom: 5px;
    padding-left: 20px;
    text-align: justify;
}
.abilitiesinit {
	background-color: #933399;
	border-radius: 13px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 20px;
	text-align: justify;
}
.blackborder {
	border: 3px solid #000000;
	border-radius: 10px;
}
.gumbyyellow {
    border: 3px solid #FBEC5D;
    border-radius: 10px;
}
.txtalignright {
	text-align: right;
	padding-right: 10px;
}
/*EndProfiles*/
