.container-fluid {
    max-width: 1050px;;
}

.subnav {
    margin-bottom: 0;
}

p {
    margin-bottom: 0;
}

.addon-btn {
    margin-left: 1rem;
}

.tiers-table {
    display: none;
    margin-bottom: 40px;
}

.tiers-table thead tr:last-child th,
.tiers-table tbody td {
	border-right: 1px solid #ddd;
}

.tiers-table thead tr:last-child th:first-child,
.tiers-table tfoot tr td {
	border-top: none;
}

.tiers-table th {
	font-weight: 100;
}

.tiers-table thead tr:last-child th:not(:first-child) {
    background: #677384;
}

.tiers-table thead tr:last-child {
    color: #fff;
    border-top: 1px solid #ddd;
}

.tiers-table tbody tr td:first-child {
    border-left: 1px solid #ddd;
}

.tiers-table tbody tr td.no-style {
	background: transparent;
	border-top: none;
	text-align: right;
    border-left: none;
}

.table-striped tbody > tr:nth-child(odd).active > td,
.tiers-table tbody tr.active td {
    background: #62ADC4;
    border: 1px solid #62ADC4;
    color: #fff;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.26);
}

.tiers-table tbody tr:last-child td {
	border-bottom: 1px solid #ddd;
}


.tiers-table tbody tr:last-child td.no-style {
	border-bottom: none;
}

.tiers-table tfoot tr td {
	padding: 0;
}

.footer-content {
	margin-top: 20px;
}

