@charset "UTF-8";
.stats {
    padding-top: 10px;
    padding-bottom: 0px;
}
.stats p {
    font-size: 18px;
    font-weight: bold;
    color: #666;
    margin-bottom: 30px;
}
.stats h1 {
    font-size: 11px;
    font-weight: normal;
    color: #676767;
    margin-bottom: 30px;
}
.stats-playlist {
    width: 560px;
    border: 6px solid #ddd;
    background-color: #FFFFFF;
    height: 315px;
    margin-right: auto;
    margin-left: auto;
}

.stats-button-next {
    float: right;
}

.stats-button-panel {
	width: 200px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
}

.stats-button-play {
    float: middle;
}

.stats-button-pause {
    float: middle;
}

.stats-button-previous {
    float: left;
}

.stats-playlist .visible-style {
	opacity: 1;
	position: absolute;
	z-index: 1;
}

.stats-playlist .hidden-style {
	opacity: 0;
	position: absolute;
	z-index: 0;
	visibility: hidden;
}

.stats-customise {
	background-color:#203968;
	border:1px solid #141D38;
	color:#FFFFFF;
	font-size:10px;
	padding-bottom:4px;
	padding-top:4px;
	text-align:center;
	text-transform:uppercase;
	width:100px;
	float: right;
}

.stats-customise:hover {
	background-color:#122842;
	cursor:pointer;
}

.stats-done {
	background-color:#203968;
	border:1px solid #141D38;
	color:#FFFFFF;
	font-size:10px;
	padding-bottom:4px;
	padding-top:4px;
	text-align:center;
	text-transform:uppercase;
	width:70px;
	margin-top: 10px;
}

.stats-done:hover {
	background-color:#122842;
	cursor:pointer;
}

.Custom-tb-wrap {
	border-bottom:1px solid #DDDDDD;
	border-top:1px solid #DDDDDD;
	max-height:347px;
	overflow-x:hidden;
	overflow-y:auto;
}

.Custom-tb {
	width:605px;
}

.Custom-tb td {
	padding:3px;
}

.CustomTitle {
	border-top:1px solid #CCCCCC;
	font-size:1.3em;
	font-weight:bold;
	margin-bottom:13px;
	padding-top:3px;
	color: #404040;
}

.Custom-tb td.bottom {
	font-size:1px;
	height:5px;
	line-height:1px;
}
