.page-wrapper .alert p{
	margin: 0;
}

.page-container {
    padding: 35px 40px;
}

.game-content{
	display: table;
}

.game-thumbnail{
	display: table-cell;
	vertical-align: top;
}

.game-thumbnail img{
	padding: 5px;
	border: 1px solid #e0e0e0;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    cursor: pointer;
}

.game-description{
	display: table-cell;
	vertical-align: top;
    width: 70%;
}

.game-description h4{
	border-bottom: 1px solid #e0e0e0;
	display: block;
	width: 100%;
	margin: 0 0 10px 0;
	padding: 0 0 5px 0;
}

.game-description .game-overview{
	border: 1px solid #e0e0e0;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    width: auto;
    display: inline-block;
    margin: 0 auto;
}

.game-description .game-overview ul{
	list-style: none;
	padding: 0;
	margin: 0;
}

.game-description .game-overview ul li{
	padding: 6px 10px;
	display: inline-block;
	vertical-align: top;
	border-right: 1px solid #e0e0e0;
	font-size: 11px;
	color: #808080;
	text-transform: uppercase;
    line-height: 16px;
}

.game-description .game-overview ul li .value{
	display: block;
	font-size: 13px;
	color: #000000;
	text-transform: none;
}

.game-description .game-overview ul li.last{
	border: 0 none;
}

.video-preview{
	display: block;
	padding: 5px;
	border: 1px solid #e0e0e0;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    cursor: pointer;
    margin: 30px 0 0 0;
}

.video-preview iframe{
	display: block;
}

.game-description a.btn{
	font-family: 'museo_sans900';
	color: #666666;
	font-size: 20px;
	text-transform: uppercase;
    text-shadow: none;
    padding: 10px 25px;
    margin: 10px 0;
    border: 1px solid #ccc;
    border-color: #e6e6e6 #e6e6e6 #bfbfbf;
    border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
    border-bottom-color: #b3b3b3;
}

.game-description a.btn span{
	color: #b9b9b9;
	font-size: 10px;
	display: block;
}

.game-description a.btn:hover{
	font-family: 'museo_sans900';
	color: #666666;
	font-size: 20px;
	text-transform: uppercase;
    text-shadow: none;
    border: 1px solid #ccc;
    border-color: #e6e6e6 #e6e6e6 #bfbfbf;
    border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
    border-bottom-color: #b3b3b3;
}