.object-selection__table table td>a.selected {
	background: green;
	color: white;
}
@media only screen and (max-width: 750px) {
    .content-form {
        background: transparent !important;
    }
}
.section-table th a.current {
	font-weight: 900;
}
.bron-off {
	opacity: 0.2;
}

.modal .product-card__tab {
    display:flex;
    align-items: center;
}

.btn:disabled {
	border: 1px solid white;;
}