.download_content {
	padding-left: 15px;
	margin-bottom: 25px;
	margin-top: 10px;
}

.download_content table {
	width: 100%;
}

.download_content tbody {
	display: table-row-group;
}

.download_content th {
	font-weight: 500;
	border: 1px solid #d6d6d6;
	padding: 10px;
	text-align: left;
	background-color: #d6d6d6;
}

/* ------ Style the tab ------ */
.tab {
	overflow: hidden;
	/* border-left: 1px solid #ccc;
  border-radius: 30px;
  background: linear-gradient(to right, #f1f1f1, #ffffff); */
}

.tab button {
	background-color: inherit;
	float: left;
	border: none;
	outline: none;
	cursor: pointer;
	padding: 4px 6px;
	transition: 0.3s;
	font-size: 15px;
	border-bottom: 3px solid #ccc;
}

.tab button:hover {
	background-color: #ddd;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}

.tab button.active {
	border-top: 2px solid #ccc;
	border-left: 2px solid #ccc;
	border-right: 2px solid #ccc;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	border-bottom: 1px solid #fff;
}

.tabcontent {
	display: none;
	border-top: none;
	margin-top: 20px;
}

.face-button {
	height: 48px;
	width: max-content;
	display: inline-block;
	border: 1px solid #cc5555;
	font-weight: 500;
	text-align: center;
	text-decoration: none;
	color: #cc5555;
	overflow: hidden;
	margin-right: 15px;
}

.icon {
	margin-right: 6px;
}

.face-primary,
.face-secondary {
	display: block;
	padding: 0 20px;
	line-height: 48px;
	transition: margin .4s;
}

.face-primary {
	background-color: #cc5555;
	color: #fff;
}

.face-button:hover .face-primary {
	margin-top: -48px;
}