.lineup {
	overflow: hidden;
	}
	
.inc-left {
	width: 370px;
	float: left;
	}
	
.inc-right {
	width: 370px;
	float: right;
	}
	
.lineup div.mod-seriesList-item2 {
	margin-bottom: 20px;
	}
	
	.mod-seriesList-item2-text h3 em {
	font-size: .85em;
	font-style: normal;
	}
	
	.mod-seriesList-item2-text h3 span {
	font-size: .8em;
	font-style: normal;
	}
	
ul.mod-seriesList-item2-extraInfo {
	width: 203px;
	overflow: hidden;
	padding-left: 0px;
	margin-right: -7px;
	}

ul.mod-seriesList-item2-extraInfo li {
	list-style: none;
	float: left;
	margin-right: 7px;
	}

div.mod-seriesList-item2.line {
	width: 363px;
	padding: 5px 0 5px 5px;
	}
	div.mod-seriesList-item2.line ul.mod-seriesList-item2-extraInfo{
		width: 193px;
		margin-bottom: 0px;
		}
@media (max-width:640px) {
	.mod-seriesList-item2-text h3 em {
	font-size: .75em;
	font-style: normal;}
	}
	
@media (max-width:640px) {
	div.mod-seriesList-item2.line {
  		 width: auto; }
		}
@media (max-width:640px) {
	.inc-right,
	.inc-left {
  		float: none;
		width: auto }
		}
		
