#outerWrap {
    padding-top: 0;
}

.sectionContent sup {
    padding: 0px -1px 0px 1px;
    font-family: sans-serif;
    font-size: 75%;
}

.sectionContent footer {
    display: inline-block;
    bottom: 0;
    position: relative;
    margin-top: 100px;
    padding: 0 20px;
}

.sectionContent h3 {
    font-size: 20px;
    margin: 0;
    padding: 0;
}

.sectionContent h4 {
    font-size: 20px;
    margin: 0;
    margin-bottom: 15px;
    padding: 0;
    font-weight: normal;
}

section.sectionContent {
    font-family: Helvetica, Arial, sans-serif;
    font-size: 16px;
    max-width: 1000px;
    position: relative;
    //text-align: justify;
    display: block;
    //overflow: hidden;
}

section.sectionContent:after {
	content: '';
	width: 100%;
	font-size: 0;
	line-height: 0;
	display: inline-block;
}

.sectionContent header {
    margin-bottom: 40px;
}

.sectionContent p a {
    font-weight: bold;
    text-decoration: none;
}

.sectionContent .dyestuffer {
    text-align: left;
    position: relative;
    display: inline-block;
    //margin: auto;
	//min-width: 100px;
    max-width: 31%;
    padding: 20px 10px 0;
	//float: left;
}
section.sectionContent {
    //display: block;
    margin: auto;
}
@media screen and (max-width: 600px) {
    .sectionContent .dyestuffer {
        max-width: 100% !important;
		display: block;
    }
}