.widget
{
    padding: 0;
    overflow: hidden;
    text-align: center;
    margin: 0 auto;
}
.widget iframe
{
    border: 0;
    margin: 0 auto;
}

#humble-widget
{
	margin-top: 4px;
}
#steam-widget
{
	margin-top: 6px;
}
#itchio-widget
{
	margin-top: 5px;
}
#gog-widget
{
	display: block;
	text-decoration: none;
	border: 1px solid #EEEEEE;
	padding: 10px;
	width: 550px;
	min-height: 100px;
	margin-top: 5px;
}
#gog-widget.hidden
{
	display: none;
}
#gog-widget .icon
{
	float:left;
	height: 100px;
}

.tabs a
{
	background: #D66160;
	border: 1px solid #D66160;
	border-radius: 5px 5px 0 0;
	border-bottom: none;
	color: #FFF;
	font-weight: 400;
	font-size: 16px;
	padding: 10px 16px 8px;
	text-transform: uppercase;
	width: auto;
}
.tabs a:hover
{
	background: #8CB6D9;
	border-color: #8CB6D9;
}

.tabs a.active
{
	color: #242620;
	border-bottom: none;
	cursor: default;
}
#humble-widget-tab.active
{
	background: #EEEEEE;
	border-color: #A9A9A9;
}
#itchio-widget-tab.active
{
	background: #FFFFFF;
	border-color: #DADADA;
}
#gog-widget-tab.active
{
	background: #FFFFFF;
	border-color: #DADADA;
}
#steam-widget-tab.active
{
	background: #262626;
	border-color: #4D4B49;
	border-bottom: 1px solid #262626;
	color: #FFF;
}
.tabs li
{
	display: inline-block;
	padding: 0;
}
.tabs ul
{
	margin: 0;
	padding: 0;
}
.tabs
{
	position: relative;
	z-index: 1;
	margin: 10px auto 0;
	text-align: right;
	width: 552px;
	right: 10px;
}

.hidden
{
	display: none;
}
