.game-item {
    float: left;
    width: 200px;
    /*height: 150px;*/
    border-radius: 4px;
    border-style: solid;
    border-color : #ddd ;
    border-width: 1px;
    margin : 10px ;
    font-family: Arial, Helvetica, sans-serif;
    text-align: center;
}

.game-item h2{
    margin: 0px;
    font-size: 1rem;
    background: #eee;
    padding: 5px 0;
    letter-spacing: 3px;
}
.game-item p{
    margin: 4px 0;

}

.game-item-button {
    padding : 5px;
    border-radius : 3px;    
}
a.game-item-button {
    text-decoration: none;
    padding: 1px 6px;
    margin: 0 2px;
}

.game-item-button-grey{
    background: #656565;
    color: white;  
}
.game-item-button-green{
    background: #6dd400;
    color: white;  
}
.game-item-button-blue{
    background: #3e9bff;
    color: white;  
}

.game-item-social-button {
	width : 20px ;
	height : 20px;
	background-size : cover;
	display: inline-block; 	
	vertical-align: middle;
	margin-left : 3px ;
	border-radius : 3px;
}
.game-item-social-twitter{
	background-image : url(images/twitter.png);
}
.game-item-social-fb{
	background-image : url(images/facebook.png);
}
.game-item-social-github{
	background-image : url(images/github.png);
}
.game-item-social-youtube{
	background-image : url(images/youtube.png);
}
.game-icon{
    width : 80px;
    height : 80px;
    border-radius: 50%;
    border-style: solid;
    border-color: #bbb;   
}