﻿nav.navbar.navbar-default {
    margin-bottom: 0px;
    border-radius: 0px;
}

@media (min-width:768px) {
    .navbar 
    {
        border-radius: 0px;
    }
    header .container 
    {
        padding-top: 20px;
        padding-bottom: 20px;   
    }
}

.table > tbody > tr.future > td {
    background-color: #CBCBCB !important;
}

.table > tbody > tr.unbalanced > td {
    /*background-color: #f5b7b1 !important;*/
    /*border: 1px red solid;*/
    color: red !important;
}

.table > tbody > tr.selfcancelling > td {
    background-color: #f9f9f9 !important;
    color: #9a9a9a !important;
}

.table > tbody > tr.equal > td {
    color: #c2c2c2 !important;
}


