.pci-table__cover {
	border-collapse: collapse;
	font-family: "Avenir Next", sans-serif;
}

.pci-table__cover thead td {
	font-size: 18px !important;
	line-height: 30px !important;
	background: #006A71;
	color: #ffffff;
	font-weight: 700;
	text-align: left;
	padding: 18px 16px;
	border: none;
}

.pci-table__cover thead td p {
	margin: 0 !important;
}

.pci-table__cover tbody tr {
	border-bottom: 1px solid #ccc !important;
}

.pci-table__cover tbody tr td {
	font-size: 18px;
	line-height: 30px;
	text-align: left;
	padding: 18px 16px;
	border: none;
	font-weight: 400;
	background: transparent !important;
	color: #141414;
	vertical-align: top;
	border: none !important;
}

.pci-table__cover tbody tr td p {
	margin: 0 !important;
}

@media only screen and (max-width: 760px), (min-device-width: 768px) and (max-device-width: 1024px) {
	.pci-table__wrapper {
		width: 100%;
		overflow-x: auto;
	}
	.pci-table__cover {
		width: 676px;
	}
	.pci-table__cover tbody td {
		font-size: 14px !important;
		line-height: 24px !important;
		padding: 10px 16px !important;
		vertical-align: middle;
	}
	.pci-table__cover thead td {
		font-size: 14px !important;
		line-height: 24px !important;
		padding: 10px 16px !important;
	}
}
