#LinearGridContainer {margin: 0 15px 0 15px}
.LinearGridItemWrap {width: 100%; margin-bottom: 15px; border-bottom: #d8d8d8 1px solid; padding-bottom: 15px; background: #f0eee8; display: flex; flex-flow: wrap;}
.LinearGridItemContent {flex: 1; min-width: 90%; margin: 15px 0 0 0; background: f0eee8; font-family: arial;}
.LinearGridItem {position: relative;}

@media only screen and (min-width: 769px) {
	.LinearGridItemContent {min-width: 100px; margin: 0 0 0 15px;}
}
