.social_plugin_index {
    margin-bottom: 5px;
}

.gamepage_content p {
    margin: 0px;
}

.bonus-item {
    margin-top: 15px;
    margin-right: 10px;
    padding: 5px;
    width: 190px;
    border: 1px solid #f1f1f1;    
    display: inline-block;    
    background-color: #f1f1f1;
    box-shadow: 3px 3px 2px grey;
}


.bonus-item:hover {
    cursor: pointer;
    border: 1px solid green;
}

.bonus-item img {
    width: 60px;
    height: 60px;
    margin-right: 5px;    
}

.bonus-description {    
    font-size: 13px;
    line-height: 15px;
    word-break: break-word;    
    text-align: left;
}

.bonus-details {
    text-align: center;
    margin-top: 5px;
    border-top: 1px solid #ddd;
    font-size: 13px;
}
.bonus-details img {
    height: 17px;
    width: 17px;
    margin: 0px;
}
.bonus-details span {
    margin-left: 2px;
    display: inline;
}