body {
    background-color: #002E4C;
}

main {
    background-color: #002E4C;
}

.danger a:link {
    color: #002E4C;
    text-decoration: underline;
}

.danger a:visited {
    color: #002E4C;
    text-decoration: underline;
}

ul.topnav {
    background-color: #FD9500;
}

ul.topnav li a, ul.topnav span {
    color: #002E4C;
}

ul.topnav li a:hover, ul.topnav li a span:hover {
    background: transparent;
    color: #01112b;
    text-decoration: underline;
}

div.list div.money_deposit {
    background-color: #FD9500;
    border-left: 2px solid #002E4C;
    color: #020372;
}

.list .money_deposit:hover {
    background-color: #F3BF75;
    border-left: 2px solid #000;
    color: #002E4C;
}

div.list div.actual_balance {
    background-color: #020372;
    border-left: 2px solid #FD9500;
    color: white;
}

div.list div.actual_balance:hover {
    background-color: #020372;
    border-left: 2px solid #FD9500;
    color: white;
}

.list_item.training {
    background-color: #a1ffff;
    border-left: 2px solid #0a40ff;
}

.list_item.training:hover {
    background-color: #5ecfcf !important;
}

.list_item.credit {
    background-color: #5d5df7;
    color: white;
    border-left: 2px solid black;
}

.list_item.credit:hover {
    background-color: #2525e3 !important;
}

.list_item.default-price {
    background-color: #5fd972;
    color: #000;
    border-left: 2px solid black;
}

.list_item.default-price:hover {
    background-color: #339943 !important;
}

.list_item.competition {
    background-color: #f6bea0;
    border-left: 2px solid #ef4710;
}

.list_item.competition:hover {
    background-color: #f0a278 !important;
}

.list_item.camp {
    background-color: #97fc7e;
    border-left: 2px solid #278310;
}

.list_item.camp:hover {
    background-color: #69de4c !important;
}

.list_item.ranking {
    background-color: #f6f6bf;
    border-left: 2px solid #000;
}

.list_item.ranking:hover {
    background-color: #eded8b !important;
}

.list_item.stamina {
    background-color: #94ecb7;
    border-left: 2px solid #000;
}

.list_item.stamina:hover {
    background-color: #4cdd86 !important;
}

.short {
    display: none;
}

.full {
    display: inline-block;
}

.p1, .p2 {
    font-weight: normal;
}

.winner {
    font-weight: bold;
}

.match_block {
    margin-bottom: 5px;
}
