#gamelist .sortitem{
  height:104px;
  padding:2px 3px;
  background:rgba(160, 192, 224, 1);
  color:#FFF;
  margin:2px;
  box-sizing:border-box;
  text-align: center;
}
#gamelist .sortitem img{
    width:100px;
    height:100px
}

.btnInfo{
    position: absolute;
    right: 50px;
    top: 30px;
    background-color: rgba(0, 73, 126, 1);
}
.btnInfo:hover{
    color: rgba(0, 73, 126, 1);
    background-color: #ffffff;
}

#gamelist {
    position: relative;
}

.titles {
    margin-top: 4%;
    text-align: center;
}

.popover {
    color: black;
    max-width: 313px; !important;
}

.move {
    cursor: move;
}
#legend{
    position:relative;

}

#topLegend{
    font-size: 1.4em;
    font-weight: 700;
    text-align: center;
}

#bottomLegend{
    font-size: 1.4em;
    font-weight: 700;
    position:absolute;
    top: 820px;
    text-align: center;
    
}

.circle {
    top:15px;
    left:15px;
    height: 120px;
    width: 120px;
    border-radius: 50%;
    background-color: rgba(0, 73, 126, 1);
    position:relative;
    border: 3px solid #fff;
}

.circleText {
    position:absolute;
    text-align: center;
    color: white;
    top:39px;
    font-style: italic;    
}