.table-header>p:nth-child(1) {
	flex-basis: 20%;
	text-align: center;
}

.table-header>p:nth-child(2) {
	flex-basis: 20%;
	text-align: center;
}

.table-header>p:nth-child(3) {
	flex-basis: 20%;
	text-align: center;
}

.table-header>p:nth-child(4) {
	flex-basis: 20%;
	text-align: center;
}

.table-header>p:nth-child(5) {
	flex-basis: 24%;
	text-align: center;
}

.table-content>p:nth-child(1) {
	/* flex-basis: 12%; */
	text-align: center;
	flex-basis: 20%;

}

.table-content>p:nth-child(2) {
	flex-basis: 20%;
	text-align: center;
}

.table-content>p:nth-child(3) {
	text-align: center;
	flex-basis: 20%;
}

.table-content>p:nth-child(4) {
	text-align: center;
	flex-basis: 20%;
}

.table-content>div:nth-child(5) {
	text-align: center;
	flex-basis: 20%;
	display: block !important;
}


.table-content>p:nth-child(5) {
	flex-basis: 20%;
	text-align: center;
}

#empty-list {
	display: none;
	text-align: center;
}

.btnTable {
	margin: 2px;
	min-width: 110px;
}

.btnFail {
	display: inline-block;
	background: darkgrey;
	padding: 10px 25px;
	border-radius: 8px;
	text-transform: capitalize;
	text-align: center;
	font-size: 14px;
	line-height: 19px;
	height: 41px;
	color: #ffffff !important;
	cursor: default;
}

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

	.article-container{
		padding: 30px 20px;
	}

	.table-content {
		flex-direction: column !important;
		align-items: baseline !important;
		padding-top: 10px;
	}

	.table-content>p:nth-child(1) {
		order: 2;
	}

	.table-content>p:nth-child(2) {
		order: 1;
		color: #00A057;
		font-size: 16px;
		font-weight: bold;
	}

	.table-content>p:nth-child(3) {
		order: 3;
		margin-left: auto;
		color: #00A057;
		font-size: 16px;
		font-weight: bold;
		margin-top: -70px;
		margin-bottom: 50px;

	}

	.table-content>p:nth-child(4) {
		order: 4;
		text-align: left;
		max-width: 60%;
	}

	.table-content>div:nth-child(5) {
		order: 5;
		margin-left: auto;
		margin-top: -50px;
		margin-bottom: 10px;
	}

	.btnTable {
		/* min-width: unset !important; */
		/* padding: 10px 15px; */
		display: block;
	}

}