.f2p-card {
	width: 611px;
	margin-bottom: 10px;
}
.loading-art {
	width: 91px;
	height: 165px;
	margin-right: -91px;
	float: left;
}
.champion-info {
	width: 510px;
	padding: 10px 16px;
	margin-left: 91px;
}
.f2p-clear {
	clear: both;
	height: 0px;
	width: 0px
}
.stats {
	width: 326px;
	float: left;
	margin-right: 1px;
}
.roles {
	float: right;
	width: 151px;

}
.role {
	color: #9c9c9c;
	text-transform: uppercase;
	display: block;
	font-size: 0.65em;
	font-weight: bold;
	line-height: 1em;
}
.role-string {
	color: #505050;
	font-size: 0.9em;
	font-weight: bold;
	line-height: 1.3em;
}
.primary-role {
	background-repeat: no-repeat;
	background-position: right 0px;
	height: 50px;
	padding: 5px 0px;
}
.primary-role.assassin {
	background-image: url('http://riot-web-static.s3.amazonaws.com/images/news/Champion-Rotation/role_watermark_assassin_med.png') 
}
.primary-role.fighter {
	background-image: url('http://riot-web-static.s3.amazonaws.com/images/news/Champion-Rotation/role_watermark_fighter_med.png') 
}
.primary-role.mage {
	background-image: url('http://riot-web-static.s3.amazonaws.com/images/news/Champion-Rotation/role_watermark_mage_med.png') 
}
.primary-role.marksman {
	background-image: url('http://riot-web-static.s3.amazonaws.com/images/news/Champion-Rotation/role_watermark_marksman_med.png') 
}
.primary-role.support {
	background-image: url('http://riot-web-static.s3.amazonaws.com/images/news/Champion-Rotation/role_watermark_support_med.png') 
}
.primary-role.tank {
	background-image: url('http://riot-web-static.s3.amazonaws.com/images/news/Champion-Rotation/role_watermark_tank_med.png') 
}
.primary-role .role-string {
	font-size: 1.3em;
}
.champion-name {
	font-size: 2em;
	font-family: "Adobe Garamond Pro",Garamond,Baskerville,"Baskerville Old Face","Hoefler Text","Times New Roman",serif;
	color: #09868f;
	margin-right: 5px;
}
.champion-name a {
	text-decoration: none;
}
.champion-title {
	font-style: italic;
	font-family: Garamond;
	color: #5d5e5e;
	font-size: 1.3em;
}
.champion-title-spacer {
	font-style: italic;  
	font-family: Garamond;  color: #5d5e5e;  
    font-size: 2em;
    margin-right: 5px;
}
.champion-info .divider {
	margin: 10px 0;
}
.attack span, .defense span, .ability span, .difficulty span {
	display: inline-block;
	width: 70px;
	font-weight: bold;
	text-align: right;
	vertical-align: bottom;
	font-size: 0.8em;
	color: #5d5e5e;
}
.statsbar {
	background-image: url('http://riot-web-static.s3.amazonaws.com/images/news/Champion-Rotation/statbar.png');
	width: 230px;
	height: 14px;
	display: inline-block;
	margin-left: 7px;
	margin-top: 4px;
}
.stat-section {
	width: 23px;
	height: 14px;
	float: left;
}
.attack .stat-section {
	background: #af493f; /* Old browsers */
	background: -moz-linear-gradient(top,  #af493f 0%, #8c251e 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#af493f), color-stop(100%,#8c251e)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #af493f 0%,#8c251e 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #af493f 0%,#8c251e 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #af493f 0%,#8c251e 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #af493f 0%,#8c251e 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#af493f', endColorstr='#8c251e',GradientType=0 ); /* IE6-9 */
	border-right: 1px solid #bb6a64;
}
.defense .stat-section {
	background: #6c8711; /* Old browsers */
	background: -moz-linear-gradient(top,  #6c8711 0%, #435e06 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#6c8711), color-stop(100%,#435e06)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #6c8711 0%,#435e06 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #6c8711 0%,#435e06 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #6c8711 0%,#435e06 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #6c8711 0%,#435e06 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6c8711', endColorstr='#435e06',GradientType=0 ); /* IE6-9 */
	border-right: 1px solid #849253;
}
.ability .stat-section {
	background: #5789b1; /* Old browsers */
	background: -moz-linear-gradient(top,  #5789b1 0%, #30608f 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#5789b1), color-stop(100%,#30608f)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #5789b1 0%,#30608f 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #5789b1 0%,#30608f 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #5789b1 0%,#30608f 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #5789b1 0%,#30608f 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5789b1', endColorstr='#30608f',GradientType=0 ); /* IE6-9 */
	border-right: 1px solid #6f9cc0;
}
.difficulty .stat-section {
	background: #927cb1; /* Old browsers */
	background: -moz-linear-gradient(top,  #927cb1 0%, #6a538f 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#927cb1), color-stop(100%,#6a538f)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #927cb1 0%,#6a538f 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #927cb1 0%,#6a538f 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #927cb1 0%,#6a538f 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #927cb1 0%,#6a538f 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#927cb1', endColorstr='#6a538f',GradientType=0 ); /* IE6-9 */
	border-right: 1px solid #9e8bba;
}
#rotationCards p {
	display: none;
}