﻿
.border-dashed {
    border-style: dashed !important;
}

.border-dashed {
    border-style: dashed !important;
}

.border-double {
    border-style: double !important;
}

.border-groove {
    border-style: groove !important;
}

.border-hidden {
    border-style: hidden !important;
}

.border-inherit {
    border-style: inherit !important;
}

.border-inset {
    border-style: inset !important;
}

.border-none {
    border-style: none !important;
}

.border-outset {
    border-style: outset !important;
}

.border-ridge {
    border-style: ridge !important;
}

.border-solid {
    border-style: solid !important;
}

.border-unset {
    border-style: unset !important;
}
