a {
        color: #932f4f;
        text-decoration: none;
}
a:hover {
        color: #ce436f;
}

.navbar {
        background: #dc5a0a!important;
}
a.navbar-brand {
	text-transform: uppercase;
}

.incidentBlock {
        background: #f3f3f3;
        border-radius: 15px;
        display: inline-block;
        padding: 12px 22px;
}
        .incidentBlock .table-bordered tr {
                background: #fff;
        }
        .current {
                background: #a6b5c5;
                border-radius: 15px;
                color: #fff;
                display: inline-block;
                padding: 7px 20px;
                margin: 20px 0 10px;
        }
        .orange {
                background: #dc5a0a;
        }
        .blue {
                background: #06b5c5;
        }
        .green {
                background: #349f34;
        }

td.kv-group-even {
        background-color: #c34069 !important;
        color: #fff!important;
}
td.kv-group-odd {
        background-color: #932f4f !important;
        color: #fff!important;
}
        td.kv-group-odd a, td.kv-group-even a {
                color: #fff!important;
                font-weight: bold;
        }


footer {
        background: #f3f3f3;
        vertical-align: middle;
}

