@charset "utf-8";

/* It's the Little Big Widget Stylesheet */

* {
	padding: 0px;
	margin: 0px;
	border: 0px;
	outline: 0px;
}
html {
	font-size: 100%;
}
body {
	width: 100%;
	background-color: black;
	font-family: Helvetica, Arial, Tahoma, Verdana, sans-serif;;
	text-align: center;
}

/* Panel */


.panel {
	text-align: center;
	margin: auto;
	display: block;
	width: 228px;
	height: 240px;
	background-image: url(http://www.littlebigfans.com/images/assets/shared/panel_bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.panel .padder {
	margin: auto !important;
	width: 200px !important;
	padding-top: 14px !important;
	float: none !important;
}
.panel a {
	display: block;
	width: 200px;
	height: 200px;
	color: white;
	font-weight: bold;
	text-decoration: none;
}
.panel a:hover {
	color: #EE3488;
	text-decoration: underline;
}
.panel a span, .panel a span.filler span  {
	display: none;
}
.panel a.screenlink span {
	font-size: 17px;
	display: block;
	padding: 6px 0px 0 0px;
	height: 34px;
	clear: both;
	background-image: url(http://www.littlebigfans.com/images/assets/shared/panel-alpha.png);
	background-repeat: repeat;
}
.panel a.screenlink span.filler {
	font-size: 0px;
	display: block;
	width: 200px;
	height: 160px;
	padding: 0px;
	margin: 0px;
	background-image: none;
	background-repeat: repeat;
}
.panel .lbflink {
	width: 200px !important;
	height: 24px !important;
	display: block;
	float: left;
	clear: left;
	padding: 0px;
	margin: 0px;
}
