.drug__list-results {
	position: relative;
}
.drug__list-results > h2 {
	font-size: 42px;
	font-weight: 300;
}
.drug__list-results > table.table {
	width: 100%;
	margin-top: 50px;
	border: 0;
	overflow-x: auto;
}
.drug__list-results > table.table thead th,
.drug__list-results > table.table tbody td {
	padding: 15px 25px;
	border: 0;
}
.drug__list-results > table.table thead th {
	color: #071e3a;
}
.drug__list-results > table.table tbody tr {
	border:	0;
}
.drug__list-results > table.table tbody tr:nth-child(odd) td {
	background-color: #e9e9e9;
}
.drug__list-results > .pagination .page-numbers {
	padding: 7px;
	line-height: 1em;
	font-size: 14px;
	font-weight: 400;
	margin: 3px;
}
.drug__list-results > .pagination a.next,
.drug__list-results > .pagination a.prev {
	padding: 7px 15px;
	text-transform: uppercase;
}


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


	.drug__list-results > h2 {
		font-size: 24px;
	}
	.drug__list-results > table.table {
		display: block;
	}


}