
.body-tab {
	display: none;
}

.body-tab.active {
	display: block;
}

.btn-tab {
	cursor: pointer;
}

.btn-tab a {
	min-width: 180px;
}

@media (min-width: 1025px) {
	.btn-tab a {
		min-width: 290px;
	}
}

.btn-tab.active a {
	background-color: #009ac4 !important;
	color: #fff !important;
}
