/* "Nomination Selection 2021" page tabs styles */

.tab-style-buttons {
	margin: -83px 0 0 0 !important;
}

@media(max-width: 800px) {
	.tab-style-buttons {
		margin: 0 0 0 0 !important;
	}
}

.tab-style-buttons .wpb_wrapper {
    display: flex;
    justify-content: center;
}

@media(max-width: 800px) {
	.tab-style-buttons .wpb_wrapper {
		flex-direction: column;
	}
}

.tab-style-buttons .bklyn-btn-holder {
    margin: 5px;
}

.tab-style-buttons .bklyn-btn {
    margin: 0;
    padding: 8px 10px;
    font-size: 20px;
    text-transform: capitalize;
}

@media(max-width: 800px) {
	.tab-style-buttons .bklyn-btn {
		width: 100%;
		font-size: 16px;
	}

	.tab-style-buttons__button-active a {
		box-shadow: inset 0 0 200px #efefef;
	}
}


