body {
    margin: 0;
    font-family: Nunito, sans-serif;
    font-size: .9rem;
    font-weight: 400;
    line-height: 1.6;
    color: #212529;
    background-color: #f8fafc;
}

.navbar-laravel {
    background-color: #fff;
    box-shadow: 0 2px 4px rgba(0, 0, 0, .04);
}

.competitions-table { background: #fff; }
.competitions-table th { font-family: Nunito, sans-serif; font-weight: bold; }
.competitions-table td:first-child,
.competitions-table th:first-child { width: 50%; }
.competitions-table td:nth-child(5),
.competitions-table th:nth-child(5) { text-align: center; }
.competitions-table td:nth-child(5) a { display: block; color: #000; }
.competitions-table td:nth-child(5) a.bet { color: #2d995b; }

.select2-container .select2-choice abbr {
    top: 6px;
}

.badge-quaternary {
    color: #777;
    background-color: #dfdfdf;
}
