#time-table {
	border:none;
}

#time-table table {
	font-family:"IR Lotus";
	font-size:15px;
	color:white;
	width:100%;
	margin-top: 15px;
	height:260px;
}

#time-table td.day-off {
background-image: linear-gradient(to right, #540000,#f50000,#540000);
    opacity:.8;
}
#time-table td.reserved {
background-image: linear-gradient(to left, #010179, #0575E6,#010179);
    opacity:.8;
}
#time-table .reserved_by_me {
	background-image:linear-gradient(to right, #002b00,#0f9b0f, #002b00);
	opacity: .8;
}
#time-table table td.overtimed {
    background-color:unset;
    background-image:linear-gradient(to right, #111,#333, #111)
}
#time-table table td.overtimed:hover {
	background-image:unset;
	    background-image:linear-gradient(to right, #111,#333, #111);
opacity:1;
}
#time-table table td {
	padding:5px;
	width:80px;
	border-right: 2px solid #011348;
	border-bottom: 2px solid #011348;
	border-radius: 20px;
}

#time-table table td:nth-child(1){
	background-color:#011348;
	width:50px;
	border-color:#FFF;
}
#time-table table tr:nth-child(1) td {
	background-color:#011348;
	border-color:#FFF;

}
#live-score {
    width:250px;
    margin-left:0;
}
#live-score ul {
	width:100%;
	padding: 0;
	font-size:15px;
}

#live-score li {
	list-style: none;
    border-top: 1px solid;
    font-family: "IR Lotus";
}

#live-score .type {
	color: white;
	text-align: right;
	padding-right: 0px;
	font-size:18px;
	margin:8px;
}

#live-score .live {
	background-color:#00bd00;
	color:#00bd00;
	padding:2px 4px;
	font-size:5px;
	border-radius:100%;
	margin-left: 20px;
}

#live-score .off {
	background-color:#252525;
	color:#252525;
	padding:2px 4px;
	font-size:5px;
	border-radius:100%;
	margin-left: 20px;
}

#live-score .score {
	background-color:rgba(37,37,37,.8);
	padding: 8px 0;
	margin:10px 20px;
	border-radius: 50px;
	color: #FFF;
}

#live-score .team {
	color: #E1A837;
	margin: 0 10px;
}

#live-score .point {
    color: #FFF;
    border-bottom: 1px solid #E1A837;
    padding-bottom: 3px;
    font-family: "Locida";
}

div#time-table, div#slide-show {
	width:500px;
	height: 300px;
	padding-top:0;
}

#news ul {
	overflow-y:auto;
	overflow-y:hidden;
	height: 120px;
	font-family: "IR Lotus";
	font-size:18px;
	padding:0;
	text-align:right;
	color:#FFF;
}
#news li {
	padding: 10px;
	list-style:none;
	border-top:1px solid #000;
}

#news ul li:nth-child(even) {
	background-color:rgba(170,160,160,.3);
}

#news ul li:last-child {
	background-color:transparent;
}

#news ul a {
	font-family: "IR Lotus";
	font-size:18px;
	text-align:right;
	color:#FFF;
	text-shadow:none;
    margin:0;
    padding:0;
}

#news ul li:hover {
	background-color:rgba(57,57,57,.3);
}
#news p.more {
	direction:ltr;
	cursor: pointer;
	background-image: linear-gradient( rgba(86,110,110,.05) .1px, rgba(225,168,55,1));
	font-family: "MJ Titr";
	color:#FFF;
	padding:15px;
	margin:0;
	border-bottom-right-radius: 20px;
	border-bottom-left-radius: 20px;
}

#news {
width:250px;
margin-left:0;}

#news p.more img {
    width:10%;
    margin: 0 15%;
    background-color:#FFF;
    padding:5px;
    border-radius:100%;
}

#news p.more img:hover {
    background-color:#E1A837;
}

#news p.more img#up {
    transform: rotate(90deg);
	opacity: .4;
}
#news p.more img#down {
    transform: rotate(270deg);
}
#slide-show {
	position:relative;
	top:0;
	right:0;
	border:none;
}

#slide-show #imgs {
	border:none;
	position:absolute;
	top:0;
	right:0;
	width:inherit;
	height:inherit;
	margin:0;
	padding:0;
}

#slide-show #imgs img {
	display: none;
    position:absolute;
    left:0;
    width:inherit;
    border-radius:20px;
    height:inherit;
    margin:0;
    padding:0;
    opacity: 0.8;
}

#slide-show #dots {
	position:absolute;
	width:inherit;
	text-align:center;
	bottom: 5px;
	z-index:7;
	margin:0;
}

#slide-show #dots span {
	background-color:#000;
	color:#000;
	cursor: pointer;
	padding: 2px 4px;
	font-size:6px;
	border-radius:100%;
}

#slide-show #dots span.active {
	background-color:#E1A837;
	color:#E1A837;
}
