#border {
	padding: 0;
	border: none;
}

aside {
	border: none;
}

section {
	border: none!important;
}

header {
	border-bottom: none;
}

section #padding {
	margin: 10px 30px 20px 30px;
}

#feature {
	border: none;
}

@media only screen and (max-width: 959px) {

#border {
	margin-bottom: 10px !important;
}

}