﻿
.pointer {
    cursor: pointer;
}

.bootstrap-success {
    color: #28a745
}

.bootstrap-primary {
    color: #007bff
}

.bootstrap-secondary {
    color: #6c757d
}

.bootstrap-danger {
    color: #dc3545
}

.bootstrap-warning {
    color: #ffc107
}

body {
    padding-top: 60px;
}

a.link-override {
    color: #28a745;
    cursor: default;
}

    a.link-override:hover {
        color: #28a745;
        text-decoration: none;
    }


.special {
    font-weight: bold !important;
}
