.packages-wrapper
{
	background-color: #fff;
	color: #252525;
}
.leagueIntroduce
{
	padding: 40px 50px 30px 50px;
	overflow: hidden;
}
.leagueIntroduce .logo
{
	height: 100px;
	width: 100px;
	float: left;
	margin-top: 9px;
	background-position: center;
	background-repeat: no-repeat;
}
.leagueIntroduce.NCAA .logo
{
	background-image: url("../images/leagues/NCAA/logo_m.png");
}
.leagueIntroduce.INDYCAR .logo
{
	background-image: url("../images/leagues/INDYCAR/logo_m.png");
}
.leagueIntroduce.ESPN_SELECT .logo
{
	background-image: url("../images/leagues/ESPN_SELECT/logo_m.png");
}
.leagueIntroduce.ESPN5 .logo
{
	background-image: url("../images/leagues/ESPN5/logo_m.png");
}
.leagueIntroduce .desc
{
	float: left;
	width: 410px;
	margin-left: 20px;
}
.leagueIntroduce .desc .desc_title
{
	font-size: 28px;
	font-weight: bold;
}
.leagueIntroduce .desc .desc_text
{
	font-size: 14px;
	line-height: 20px;
	margin-top: 8px;
}
.leagueIntroduce .device_img
{
	float: right;
	width: 380px;
	height: 155px;
	background-position: center;
	background-repeat: no-repeat;
}
.leagueIntroduce.NCAA .device_img
{
	background-image: url("../images/leagues/NCAA/notebook_large.png");
}
.leagueIntroduce.INDYCAR .device_img
{
	background-image: url("../images/leagues/INDYCAR/notebook_large.png");
}
.leagueIntroduce.ESPN_SELECT .device_img
{
	background-image: url("../images/leagues/ESPN_SELECT/notebook_large.png");
}
.leagueIntroduce.ESPN5 .device_img
{
	background-image: url("../images/leagues/ESPN5/notebook_large.png");
}
.select_title
{
	font-family: robotomedium;
	font-size: 21px;
	margin-bottom: 15px;
	text-indent: 40px;
}
.packages
{
	padding: 10px;
	margin-bottom: 30px;
	overflow: hidden;
	text-align: center;
}
.package-item
{
	display: inline-block;
	width: 330px;
	height: 320px;
	border-left: 1px solid #e1e1e1;
	padding-left: 30px;
	padding-right: 30px;
	text-align: left;
	box-sizing: border-box;
	float: left;
	margin-bottom: 50px;
}
.package-item:nth-child(3n+1)
{
	border: 0;
}
.package-item .name
{
	font-size: 28px;
	height: 78px;
	display: table-cell;
	vertical-align: middle;
}
.package-item .text
{
	font-size: 14px;
	line-height: 20px;
	min-height: 120px;
	margin-top: 5px;
	margin-bottom: 10px;
}
.package-item .freetrial
{
	font-style: italic;
	font-size: 12px;
	margin-top: 0;
	font-weight: 600;
}
.package-item .price
{
	color: #ee4234;
	font-weight: bold;
	font-family: arial;
	font-size: 20px;
	position: relative;
	overflow: visible;
	margin-top: 5px;
	margin-bottom: 15px;
}
.package-item .package_sku
{
	margin-left: 4px;
}
.package-item .sub_popular
{
	background: url(../images/most_popular.png) no-repeat;
	height: 62px;
	left: 200px;
	position: absolute;
	width: 62px;
}
.package-item .sub_value
{
	background: url(../images/best_value.png) no-repeat;
	height: 62px;
	left: 200px;
	position: absolute;
	width: 62px;
}
.package-item .button
{
	background-color: #68cd2c;
	border: 0;
	width: 100%;
	height: 60px;
	line-height: 60px;
}
.package-item .button:hover
{
	background-color: #55ac22;
}
