﻿/*---------------------------------NIKS ADDITIONS-----------------------------*/
.pull-right {
    float: right;
}
.hidden-display {
    display: none
}

.text-red {
    color: red !important;
}

.modal-error-msg {
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 5px;
}
.modal-body {
    padding: 5px;
}

.warranty-table {
    margin-top: 10px;
}
    .warranty-table td {
        border-top: none !important;
        border-bottom: none !important;
    }
/*---------------------------------------------------------------------------*/