/*.wp-embed {
	color: #666666;
	box-shadow: 5px 5px 5px rgba(0,0,0,0.4);
}*/
.wp-embed {
	color: #ccc;
	background: #3d3f4b;
	border-radius: 10px;
	box-shadow: none;
	border: 0;
}
.wp-embed .wp-embed-heading a {
	color: #fff;
}
.wp-embed .market {
    position: absolute;
    right: 20px;
    top: 20px;
}
.wp-embed .market a img {
    height: 1.8em;
    border: 1px solid rgba(255,255,255,0.2);
    padding: 1px 6px;
    border-radius: 3px;
    margin-top: 5px;
}
.wp-embed .market a:hover img {
	border-color: rgba(255,255,255,0.4);
}
.wp-embed-featured-image img {
	width: 100px;
	height: auto;
}
.wp-embed img.logo {
	width: auto;
	height: 1.6em;
	vertical-align: -5px;
}
.wp-embed-featured-image.square {
    max-width: 220px;
}
.wp-embed .game-desc label {
    font-weight: 600;
    display: inline-block;
    width: 160px;
}
.wp-embed .game-desc a {
	color: #f25d3c;
	text-decoration: none;
}
.wp-embed .game-desc a:hover {
	color: #66cc33;
}
.wp-embed .game-desc p {
    margin-bottom: 0.4em;
}
.clear {
	background: none;
	border: 0;
	clear: both;
	display: block;
	float: none;
	font-size: 0;
	list-style: none;
	margin: 0;
	padding: 0;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}
.wp-embed-featured-image.square {
	margin-bottom: 10px;
}
.wp-embed-footer {
	display: none;
}