.abstract {
	padding-right: 10px;
	border-right: 1px solid #C0C0C0;
}

@media only screen and (max-width: 715px) {
	
.abstract {
	padding-right: 0px;
	border-right: none;
	}

	.same-height-panel {
		height: auto !important;
	}
	
}