.artbox{
    color: white;
    cursor: pointer;
    text-transform: uppercase;
    text-align: center;
}

.artbox:hover{
    color: #ff90ce;
}


img.deco.top{
    position: absolute;
    top:-45px;
}

img.deco.bottom{
    position: absolute;
    bottom:-45px;
}

/* FLAGBUTTONS */
.frogname{
    font-weight: normal;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    padding: 0 0px;
    white-space: pre;

    font-size: 23px;
    color:white;
    padding-left: 10px;
    padding-right: 10px;

    

    background-color: #97b665;
    background-repeat: no-repeat;
    background-size: auto 100%;
}

.wordsplit{
    color:#cc9999;
}

.article-button{
    font-weight: normal;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    padding: 0 0px;
    white-space: pre;

    font-size: 23px;
    color:white;
    padding-left: 10px;
    padding-right: 10px;

    background-color: #97b665;
    background-repeat: no-repeat;
    background-size: auto 100%;

    text-transform: lowercase;
    z-index: 10000;
}





/*




.tile{
    position: absolute;
}


.article{
    width: 100%;
    position: absolute;
    text-align: center;
    background-color: rgba(255,255,255,0);
    left: 0;
}

.tile div{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%
}



#assignment{
    width: 100%;
    text-align: center;
    position: absolute;
    bottom: 20;
    left: 0;
    background-color: rgba(255,255,255,0.7)
}

.lily{
    background-image: url('../../../img/games/dddcatch/lily.png');
    background-size:contain;
}

.rose{
    background-image: url('../../../img/games/dddcatch/rose.png');
    background-size:contain;
}

.points{
    background-image: url('../../../img/games/dddcatch/star.png');
    background-size:contain;
}

.points-count{
    position: absolute;
    top:0;
    width:100%;
    text-align: center;
}*/