﻿td.bg-win {
    background-color: green;
}

td.bg-loss {
    background-color: red;
}

td.bg-not-finished {
    background-color: gray;
}

div.total-period-score, div.points-to-reach {
    font-size: 13px;
}

div.mg-top5 {
    margin-top: 5px;
}

div.nbr-new-challenges {
    display: inline-block;
    width: 20px; 
    text-align: center; 
    position: relative; 
    right: 95px; 
    z-index: 99; 
    top: -10px; 
    background-color: #B2D04E; 
    border: 2px solid; border-radius: 50%; 
    border-color: #FFF;
}

span.nbr-new-challenges-mobile {
    display: inline-block;
    width: 24px; 
    text-align: center; 
    background-color: #B2D04E; 
    border: 2px solid; border-radius: 50%; 
    border-color: #666;
}

.star > input[type=radio]
{
    display: none;
}

.star > img
{
    cursor: pointer;
    opacity: 0.5;
    border: 2px solid transparent;
}
button.nutidstest-btn {
    width: 100%;
    font-size: 18px;
}
button.topplista-btn {
    width: 100%;
    font-size: 18px;
    margin-top:50px;
}