.st_progressbar{
	margin: 15px 0;
}
table#st_tabel {
	width:100%;
	margin-bottom:15px;
	border-collapse:collapse;
	border-spacing:0;
	-webkit-border-radius:5px;
	border-radius:5px;
}

#st_tabel thead,.st_tabel thead{
	background-color: #fcb42485;
}

#st_tabel th, #st_tabel td{
	border-color: rgba(0,0,0,.08);
	border-width: 0 1px 1px 0;
}

#st_tabel th, #st_tabel td {
    padding: 10px;
    text-align: center;
    border-width: 1px;
    border-style: solid;
    vertical-align: middle;
}

@media only screen and (min-width: 768px) {
	.vc_tta-tabs-list {
		display:flex!important
	}

	.st2021-tabs li.vc_tta-tab a {
		height: 110px;
		width: 100%;
		display: inline-flex!important;
		align-items: center;
		text-align: center
	}
}