﻿.add-another-reg-no-container {
    border-top: 1px solid #CCCCCC;
    padding: 15px;
    border-bottom: 1px solid #CCCCCC;
}

.add-another-reg-no-container a {
    text-decoration: none;
}

    .add-another-reg-no-container a:hover {
        color: inherit;
    }

    .add-another-reg-no-container a:focus {
        outline: none;
    }

input.form-control:focus, a:focus {
    outline: none;
}

a, a:hover {
    text-decoration: none;
}

.car-registration-confirmation {
    border-top: 1px solid #CCCCCC;
    padding: 15px 5px;
}

    .car-registration-confirmation:last-child {
        border-bottom: 1px solid #CCCCCC;
    }

.icon-plus {
    height: 22px;
    width: 22px;
}