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

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

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

.table__cover tbody tr td:first-child {
	width: 50%;
}

.table__cover tbody tr td p {
	margin: 0;
}

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

.table__cover thead td:first-child {
	width: 50%;
}

.table__cover thead td p {
	margin: 0;
}

.table__50 thead td {
	width: 50% !important;
}

.table__50 thead td:first-child {
	width: 50% !important;
}

.table__50 tbody td {
	width: 50% !important;
}

.table__50 tbody td:first-child {
	width: 50% !important;
}

.table__50 tbody td p {
	margin: 0;
}

.table__25 thead td {
	width: 25% !important;
}

.table__25 thead td:first-child {
	width: 25% !important;
}

.table__25 thead td p {
	margin: 0;
}

.table__25 tbody td {
	width: 25% !important;
}

.table__25 tbody td:first-child {
	width: 25% !important;
}

.table__25 tbody td p {
	margin: 0;
}

.table__75-25 thead td {
	width: 25% !important;
}

.table__75-25 thead td:first-child {
	width: 75% !important;
}

.table__75-25 thead td p {
	margin: 0;
}

.table__75-25 tbody td {
	width: 25% !important;
}

.table__75-25 tbody td:first-child {
	width: 75% !important;
}

.table__75-25 tbody td p {
	margin: 0;
}

.table__25-75 thead td {
	width: 75% !important;
}

.table__25-75 thead td:first-child {
	width: 25% !important;
}

.table__25-75 thead td p {
	margin: 0;
}

.table__25-75 tbody td {
	width: 75% !important;
}

.table__25-75 tbody td:first-child {
	width: 25% !important;
}

.table__25-75 tbody td p {
	margin: 0;
}

.table__33-66 thead td {
	width: 66.6666% !important;
}

.table__33-66 thead td:first-child {
	width: 33.3333% !important;
}

.table__33-66 thead td p {
	margin: 0;
}

.table__33-66 tbody td {
	width: 66.6666% !important;
}

.table__33-66 tbody td:first-child {
	width: 33.3333% !important;
}

.table__33-66 tbody td p {
	margin: 0;
}

@media only screen and (max-width: 760px), (min-device-width: 768px) and (max-device-width: 1024px) {
	.table__wrapper {
		width: 100%;
		overflow-x: auto;
	}
	.table__cover {
		width: 500px;
	}
}

@media screen and (max-width: 767px) {
	.table__cover tbody tr td {
		font-size: 14px !important;
		line-height: 24px !important;
		padding: 10px 16px;
	}
	.table__cover thead td {
		font-size: 14px !important;
		line-height: 24px !important;
		padding: 10px 16px;
		vertical-align: middle;
	}
}
