.list-window {
	position: relative;
	left:0; right:0;
	margin: auto;
	width: 100%;
	border-radius: 4px;
	background: #fff;
	overflow: hidden;
}
.list-window-header {
	padding: 20px 15px;
	text-align:center;
	position: relative;
}
.list-window-title {
	font-size: 26px;
}
.list-window-close {
	position: absolute;
	top:20px;
	right:20px;
	padding:0;
	background:none;
	border:0;
	width: 30px;
	height: 30px;
	font-size: 60px;
	font-weight: 100;
	line-height: 24px;
	color: #777;
	cursor:pointer;
}
.list-window-body {
	background-color: #f9f9f9;
}
.list-awards-row {
	margin:0;
	padding: 10px 40px;
	list-style: none;
}
.list-awards-row:after {
	content: '';
	display: table;
	clear:both;
}
.list-awards-row-even {
	background-color: #fff;
}
.list-awards-row li {
	display:inline-block;
	vertical-align: top;
	float: left;
}
.list-awards-header {
	text-align: center;
	padding: 20px 40px;
}
.list-awards-star, .list-awards-track, .list-awards-time,
.list-awards-header-star, .list-awards-header-track, .list-awards-header-time{
	min-width: 54px;
	text-align: center;
	width: 16%;
}
.list-awards-title {
	width: 40%;
	min-width: 160px;
	font-size: 18px;
	font-weight: normal;
	padding-top: 3px;
}
.list-awards-header-title {
	width: 40%;
	min-width: 160px;
}
.list-awards-subtitle {
	color: #858585;
	font-size: 14px;
	font-weight: 300;
}
.list-awards-track, .list-awards-time {
	width: 22%;
	min-width: 80px;
	font-size: 18px;
	line-height: 45px
}
.list-awards-header-track, .list-awards-header-time {
	width: 22%;
	min-width: 80px;
}
.list-awards-track .null, .list-awards-time .null {
	color:#bababa;
}
.star {
	display:block;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	border: 2px solid #bdc2c1;
	background: #d6d6d6;  
}
.goldstar {
	border-color: #4c8193;
	background: #14b0bf;  
}
.silverstar {
	border-color: #557e3a;
	background: #66931f;  
}
.bronzestar {
	border-color: #998247;
	background: #aa984b;  
}
.rhodiumstar {
	border-color: #743a7f;
	background: #a0409d;
}
.platinumstar {
	border-color: #10393b;
	background: #2b5770;
}

.list-awards-buttons {
	background: #fff;
	text-align: center;
	padding: 20px 0;
}
.list-awards-but-back {
	display:inline-block;
	background: none;
	border: 1px solid #61a3e5;
	border-radius: 21px;
	padding: 7px 40px 7px 20px;
	color: #61a3e5;
	font-size: 17px;
	cursor:pointer;
	transition: all .3s ease;
}

.list-awards-but-back:hover {
	background: #61a3e5;
	color: #fff;
}

.list-awards-but-back i {
	font-size: 26px;
	line-height: 17px;
	margin-right: 20px;
	position: relative;
	top: 2px;
}