div.listItemDescriptor ul {
	margin-bottom: 0px;
}

div.listItemDescriptor ul li {
	position: inherit;
	font-weight: normal;
	display: inline;
	padding-left: 20px;
	white-space: nowrap;
}

div.listItemDescriptor {
	position: relative;
	padding-right: 5px;
}
div.listItemDescriptor span{
padding-right:20px;
margin:.3em 0 .3em 1em;
display:inline-block;
}

div.listItemBorder {
	border: 1px solid #CCC;
	cursor: pointer;
	margin-bottom: 10px;
	border-left: 2px solid #00B1EB;
	background: url(../../../images/rwd/chevron-list.png) no-repeat 95%
		50%;
}

div.listItemBorder:hover {
	background: #f4f4f4 url(../../../images/rwd/chevron-list.png) no-repeat
		95% 50%;
}

div.listItemBorder:last-child {
/*	border-bottom: 1px solid #CCC; */
}

img.chevron {
	position: absolute;
	bottom: 50%;
	right: 0px;
}

.listItemContainer {
	margin-top: 2rem;
}

.tabsSizing {
	width: 100%;
	margin:2rem auto 0;
	
}

.leftColDiv {
	display: table;
	width: 100%;
	border-collapse: collapse;
}

.tableRow {
	display: table-row;
}

.leftTableSection {
	width: 60%;
	display: table-cell;
}

.leftTableSection div {
	margin: 1% 8% 1% 3%
}

.rightTableSection {
	width: 30%;
	display: table-cell;
	vertical-align: middle;
}

@media screen and (min-width: 661px) {
	.listItemContainer {
		
		margin-left: auto;
		margin-right: auto;
	}
	.tabsSizing {
		width: 70%;
	}
	.rightCol {
		float: right;
		width: 35%;
	}
	.leftCol {
		float: left;
		width: 60%;
	}
	.rightCol img {
		max-width: 100%;
	}
	.leftTableSection {
		width: 70%;
	}
}

@media screen and (max-width: 959px) and (min-width: 661px ) {
	.tabsSizing,.listItemContainer {
		width: 80%;
	}
	.listItemContainer {
		margin-left: auto;
		margin-right: auto;
	}
	.rightCol {
		width: 25%
	}
}