.event {
	width: 100%;
	padding:5px;
	box-sizing: border-box;
}
.event .photos {
	text-align:center;
	display:block !important;
	width:100%;
	white-space:normal;
}
.event .photos a {
	display:inline-block;
	margin: 1px;
}
@media (min-width: 767px) {
.event .photos a img {
	width:174px;
}
}
.event .tabs label {
	margin: 0px 0px 0px 2px;
	background-color:#FFF;
	border-radius: 5px 5px 0px 0px;
	font-size:16px;
	font-weight:bold;
	padding:5px;
	box-shadow: 3px 3px 4px rgba(0, 0, 0, .5);
}
@media (min-width: 767px) {
	.event .tabs label {
		font-size:24px;
	}
}
.event .tabs label.i {
	box-shadow: 2px 2px 2px rgba(0, 0, 0, .5), inset 0px -7px 3px 0px rgba(0,0,0,0.5);
}
.event input.sw {
	display:none;
}
.event input.sw + div {
	display:none;
}
.event input.sw:checked + div {
	display:inline;
}

.event .points {
	padding:20px;
	border-radius:5px;
	background-color:#000;
	line-height:0px;
}
.event .points > div {
	display:block;
	padding:0px;
    width: 100%;
    margin: 0px 0px 5px 0px;
    float: left;
	white-space:nowrap;
}
.points > div span {
    float: left;
    height: 30px;
    line-height: 30px;
    font-size: 18px;
    font-weight: bold;
    text-align: right;
    color: #000;
    padding: 0px 5px 0px 0px;
	box-sizing: border-box;
}
.points > div span:last-child {
    width: 1%;
    color: #FFF;
    text-align: left;
    font-size: 22px;
    margin: 0px 0px 0px 5px;
    background-color: transparent !important;
    background: none;
}

.event .points div span:first-child {
	box-sizing: border-box;
    text-align: left;
    width: 20%;
    height: 30px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    background: none;
    font-size: 15px;
    color: #FFF;
}
.event .points div span:first-child a {
	color: #FFF;
	text-decoration:none;
}
@media (max-width: 600px) {
	.event .points div span:first-child {
		width: 100%;
		white-space:normal;
		text-overflow:clip;
	}
}
.event .points div span:nth-child(2) {
    background-color: #393;
}
.points div span:nth-child(3) {
    background-color: #F90;
}
.points div span:nth-child(4) {
    background-color: #F00;
}
.points div span:nth-child(5) {
    background-color: #900;
}
.points div span:nth-child(5) {
    background-color: #903;
}
.points div span:nth-child(6) {
    background-color: #909;
}
.points div span:nth-child(7) {
    background-color: #309;
}
.points div span:nth-child(8) {
    background-color: #00C;
}
.event .points div:first-child span:first-child {
    text-shadow: 0 0 3px #FFFFFF;
    font-size: 18px;
}
.event .points div:first-child span {
    box-shadow: 0px 0px 5px 3px #FF9;
}
.event .points div:first-child span:last-child, .event .points div:first-child span:first-child {
    box-shadow: none;
}
.event .paper {
}

.event .paper img {
	max-width: 100%;
	border-radius: 5px;
	image-rendering: -webkit-optimize-contrast;
}

.events .pager {
	z-index: 1;
    position: relative;
}

.events {
	width: 100%;
	max-width: 100%;
	text-align:center;
}
.events a {
	max-width: 960px;
	display:inline-block;
	text-align:center;
	box-sizing:border-box;
	padding:10px;
	text-decoration:none;
	background-color:#000;
	border-radius: 5px;
	text-align:center;
	margin: 10px 0px 0px 0px;
}
.events > a {
	width: 100%;
}

.events a .winr {
	background-image: url(/img/trophy.png);
	background-position:center;
	background-repeat:no-repeat;
	background-size: contain;
	height:150px;
	width:150px;
	position:absolute;
	margin: -30px 0px 0px -25px;
	display:table;
}

.events a .winr span {
	display:table-cell;
	vertical-align:middle;
	height:100%;
	width:100%;
	-webkit-transform: rotate(-9deg);
    -moz-transform: rotate(-9deg);
    -ms-transform: rotate(-9deg);
    -o-transform: rotate(-9deg);
	text-shadow: 0px 0px 6px #06C, 0px 0px 6px #06C, 0px 0px 6px #06C, 0px 0px 6px #06C, 3px 3px 3px #000;
	font-size:22px;
	font-weight:bold;
	color:#FFF;
}

.events a .teas {
	text-shadow: 2px 2px black;
	transform:rotate(-10deg);
	width: 80px;
	height: 80px;
	position:absolute;
	margin:-20px 0px 0px -20px;
	display: block;
	vertical-align:middle;
	background-position:center;
	background-image: url(/img/100star.svg);
	background-size: cover;
}
.events a .teas span {
	line-height:17px;
	display: inline-block;
	font-weight:bold;
	font-size:20px;
	margin-top:32px
}
.events a .teas span.l2 {
	font-size:17px;
	margin-top:23px;
}
.events a .teas span.l3 {
	font-size:16px;
	margin-top:14px;
}
.events a img {
	max-width: 100%;
	border-radius: 5px;
	image-rendering: -webkit-optimize-contrast;
}
.events .t {
	display:block;
	width:100%;
	font-weight:bold;
	font-size:1.2em;
	border-bottom: #FFF 1px solid;
}