/* INCLUDED CSS */
.one-link {
    padding: 10px;
    border: solid 1px #e3e3e3;
    width: 100%;
    text-align: center;
}
.one-link.active {
    background-color: #00629b;
    font-weight: bold;
    border-color: #00629b;
}
.one-link:hover {
    background-color: #e3e3e3;
}
.one-link:hover {
    color: #434343;
}
.one-link.active:hover {
    background-color: #00629b;
}
.one-link.active, .one-link.active:hover {
    color: white;
}
.right-col {
    padding-left: 100px;
}
#aligner-imgs img {
    border-radius: 5px;
    box-shadow: 1px 2px 9px #434343;
    margin-bottom: 13px;
}

.normal-price {
    font-size: 13px;
}

.label {
    font-size: 14px;
    color: #939393;
}

.section.row:not(:last-child) {
    padding-bottom: 30px;
    margin-bottom: 30px;
    border-bottom: solid 1px #e3e3e3;
}

@media(max-width: 992px) {
    .right-col {
        padding-left: 15px;
    }
}
#graph .container {
    min-width: 20px !important;
}


@keyframes braces-bar-grow {0% {margin-top: 300px;height: 0;}30% {margin-top: 300px;height: 0;}100% {margin-top: 60px;height: 240px;}}
@keyframes line-height {0% {opacity: 0;}70% {opacity: 0}100% {opacity: 1;}}
@keyframes invis-bar-grow {0% {height: 0;}30% {height: 0px;}100% {height: 179px;}}
@keyframes snap-bar-grow {0% {height: 0;}30% {height: 0;}100% {height: 45px;}}
.braces-animation {
    animation: 1.5s ease-in-out 0s braces-bar-grow;
    height: 240px;
}
.invisalign-animation {
    animation: 1.5s ease-in-out 0s invis-bar-grow;
    height: 179px;
}
.snapcorrect-animation {
    animation: 1.5s ease-in-out 0s snap-bar-grow;
    height: 45px;
}
.line-height-animation {
    animation: 2s ease-out 0s line-height;
}
.table-con {
    padding: 0;
    margin: 0 auto;
    width: 90%;
    max-width: 500px;
    min-width: 200px;
    border-bottom: solid 3px #707070;
    border-top: solid 3px #707070;
    display: inline-block;
}
.price-col {
    width: 20px;
    height: 100%;
    margin-top: -60px !important;
    display: inline-block;
    vertical-align: top;
}
.one-line {
    height: 60px;
    padding: 0;
}
.line-text {
    line-height: 130px;
    vertical-align: bottom;
    color: #bfbfbf;
}

@media (max-width: 1000px ) {
    .table-con {
        width: 90%;
    }
    .table, .table_labels {
        width: 100%;
    }
    .first-con {
        padding: 5px !important;
    }
}
.first-con {
    padding: 10px;
}
.table {
    height: 300px;
    margin: 0 auto;
    border: solid 2px #e3e3e3;
    border-bottom: none;
    border-top: none;
    background-image: url('../image/bar-back.png');
    background-size: 100% 30px;
    background-repeat: repeat-y;
    display: inline-block;
}
.table_labels {
    max-width: 500px;
    margin: 0 auto;
    padding-right: 20px;
}
.bar {
    display: inline-block;
    width: 26%;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    border-bottom: none;
    margin: 0 auto;
    vertical-align: bottom;
    transition: all ease 0.2s;
    background-color: #e8e8e8;
}
.bar_label {
    vertical-align: top;
    display: inline-block;
    width: 26%;
    margin: 10px auto;
    font-size: 14px;
    text-align: center;
}
.braces {
    /* height: 240px; */
    margin-top: 60px;
}
.braces:hover {
    height: 248px;
    margin-top: 52px;
}
.braces-price {
    color: #707070;
    line-height: 242px;
    vertical-align: middle;
}
.invisalign {
    /* height: 149px; */
}
.invisalign:hover {
    height: 184px;
    margin-top: -6px;
}
.invisalign-price {
    color: #707070;
    line-height: 151px;
    vertical-align: middle;
}
.snapcorrect {
    /* height: 51px; */
    background-color: #00aca1;
}
.snapcorrect:hover {
    height: 50px;
    margin-top: -6px;
}
.snapcorrect-price {
    color: white;
    line-height: 45px;
    vertical-align: middle;
}
