.custom-pricing-table {
    display: inline-block;
    width: auto;
    max-width: 95%;
    border: 1px solid #000;
    margin-left: 30px;
}

.custom-pricing-table td,
.custom-pricing-table th {
    padding: 5px 10px;
    width: auto;
}

.custom-pricing-table th {
    text-align: center;
}

.breadcrumb a {
    color: #000;
	font-size: 14px; 
	font-weight: bold;
}

@media (min-width: 1200px) {
	.col-lg-hidden {
		display: none !important;
	}
}
@media (max-width: 1199px) and (min-width: 990px) {
	.col-md-hidden {
		display: none !important;
	}
}
@media (max-width: 989px) and (min-width: 769px) {
	.col-sm-hidden {
		display: none !important;
	}
}
@media (max-width: 768px) and (min-width: 0px) {
	.col-xs-hidden {
		display: none !important;
	}
}

@media (max-width: 320px) {
    .custom-pricing-table td {
        font-size: 0.9em;
        padding: 5px;
    }
}
