.minigame .boksi{
    width: 236px;
    height: 79px;
    display: inline-block;
    margin-right: 10px;
    margin-bottom: 10px;
    position: relative;
    background-image: url(boxtausta.png);
}
.minigame .label{
    position: absolute;
    top: 10px;
    left: 0px;
    right: 0px;
    height: auto;
    font-family: Arial;
    font-size: 12px;
    font-weight: bold;
    color: #000000;
    text-align: center;
}
.minigame .linkContainer{
    width: 210px;
    height: 18px;
    position: absolute;
    display: block;
    top: 43px;
    left: 10px;
    text-align: center;
}
.minigame .link{
    width: 62px;
    height: 18px;
    font-family: Arial;
    font-size: 12px;
    color: #010101;
    font-weight: bold;
    cursor: pointer;
    position: relative;
    display: inline-block;
    margin-right: 3px;
    margin-left: 3px;
    padding-top: 3px;
    text-align: center;
}
.minigame .link.new{
    background-image: url(step_yellow.png);
}
.minigame .link.open{
    background-image: url(step_blue.png);
}
.minigame .link.played{
    background-image: url(step_green.png);
}
.minigame .link.disabled{
    background-image: url(step_gray.png);
    color: #808080;
    cursor: default;
}
.minigame .link.unfinished{
    color: #B0B0B0;
    cursor: default;
}
.minigame .score{
    width: 16px;
    height: 16px;
    background-color: #FFFFFF;
    color: #000000;
    font-size: 11px;
    font-family: Tahoma;
    border-radius: 8px;
    border: 1px solid #000000;
    position: absolute;
    top: -7px;
    right: -7px;
    display: block;
    text-align: center;
}
.minigame .infoButton{
    width: 16px;
    height: 16px;
    background-color: #FFFFFF;
    color: #000000;
    font-size: 11px;
    font-family: Tahoma;
    border-radius: 8px;
    border: 1px solid #000000;
    position: absolute;
    top: -7px;
    right: -3px;
    display: block;
    text-align: center;
    cursor: pointer;
}

.minigame .nogamesselected{
    font-family: Arial;
    font-size: 22px;
    color: #000000;
    margin: auto 0;
    margin-top: 100px;
    margin-left: 150px;
    text-align: center;
    width: 400px;
}