﻿[v-cloak] {
    display: none;
}

.milestone-container {
    display: flex;
}

#income-checking-app {
    padding: 0;
}

#income-checking-main {
    margin-bottom: 0;
    min-height: 600px;
}

.table > thead > tr > th {
    font-weight: bold;
}

.table > tbody > tr > td {
    font-size: 14px !important;
}

    .table > tbody > tr > td > p {
        margin: 0;
    }

.qualification-tip {
    margin-top: 5px !important;
    font-weight: bold;
    font-size: 13px;
}

.ccu-h2 {
    color: #000;
    font-weight: 600;
}

.ccu-page-header {
    border-bottom-color: #79A32F;
}

.ccu-btn {
    border: 0;
    color: white !important;
    background: #79A32F;
    box-shadow: 1px 1px 4px #dadada;
    border-radius: 2px;
    transition: all 0.2s ease;
    width: 75%;
    text-align: center;
}

.ccu-btn.center {
    margin: 0 auto;
    display: block;
}

    .ccu-btn:hover {
        color: white !important;
        background: #5A8213;
        text-decoration: none;
    }

ol {
    display: block;
    padding: 0 0 0 26px;
    list-style: none;
    overflow: hidden;
    counter-reset: numList;
}

    ol li {
        margin-right: 20px;
        padding-left: 35px;
        float: left;
        position: relative;
        min-height: 60px;
    }

        ol li:before {
            counter-increment: numList;
            content: counter(numList);
            float: left;
            position: absolute;
            left: -26px;
            font-size: 20px;
            font-weight: bold;
            text-shadow: 1px 0 0 #13322B, -1px 0 0 #13322B, 0 1px 0 #13322B, 0 -1px 0 #13322B, 1px 1px #13322B, -1px -1px 0 #13322B, 1px -1px 0 #13322B, -1px 1px 0 #13322B;
            text-align: center;
            color: #fff;
            line-height: 34px;
            width: 40px;
            height: 40px;
            background: #79A32F;
            border: 3px solid #13322B;
            -moz-border-radius: 999px;
            border-radius: 999px
        }
.short-divider {
    border-bottom: 3px solid #215732;
    width: 75%;
    margin: 15px auto;
}

/*Referrals*/
.referralsContainer textarea {
    width: 100%;
    max-width: 100%;
}

.referralsContainer label {
    display: block;
}

.referralsContainer span {
    font-size: 12px;
    display: block;
    margin: 10px 0;
}
/*End Referrals*/

.nav-pills > li.active > a {
    color: white !important;
}