@font-face {
	font-family: 'UC';
	src: url('./fonts/uc.eot?#iefix') format('embedded-opentype'), 
	     url('./fonts/uc.ttf')  format('truetype'),
	     url('./fonts/uc.svg#uc') format('svg');
}

*{
	margin:		0px;
	padding:	0px;
}

a:link, a:visited{
	color:#00ff00;
}

body{
	text-align:center;
	background-color:black;
	
	font: normal 20px Tahoma;
	color: #333;
}

ul{
	margin-left:20px;
}

.title{
	font: normal 70px UC;
	color: #000;
	border-left:solid thick #0F0;
	border-bottom:solid thick #0F0;
}

.subtitle{
	font: normal 35px UC;
	color: #000;
	border-left:solid medium #000;
	border-bottom:solid medium #000;
}

.subsubtitle{
	font: normal 25px UC;
	color: #000;
	border-left:solid thin #0F0;
	border-bottom:solid thin #0F0;
	
}

.contents{
	/*border:solid thin #eee;*/
	margin-left:50px;
	margin-bottom:12px;
	
}

.icon{
	border:solid 1px #333;
	border-radius:10px;
	
}

p{
	text-align:right;
}


#all_contents{	
	background-color:white;
	border:1px solid white;
	width: 800px;
	margin: 5px auto;
	text-align:left;
}

hr{
    border: 0;
    height: 1px;
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.1));
	margin:20px;
}

small{
	font: normal 5px Tahoma;
	
}

#bottom_footer{
	font: normal 5px Tahoma;
	clear:		both;
	text-align:	center;
	padding: 20px;
	color: white;
}





/*
	Departure Board CSS : Thanks Jakub Hampl
*/


.departure-board {
    padding:  0.36em;
    display: inline-block;
	line-height: 1.3em;
    background: rgb(30, 30, 30);
    -webkit-border-radius: 0.21em;
    -moz-border-radius: 0.21em;
    border-radius: 0.21em;
    color: #eee;
	font-family: Helvetica;
}


.departure-board span.letter {
	display: inline-block;
	width: 1em;
	margin: 0 .1em;
	height: 1.3em;
	text-align: center;
	position: relative;
}


.departure-board span.letter {
	-webkit-box-shadow: 
		inset 0 -.07em 0 rgba(50, 50, 50, .7), 
		inset 0 -.14em 0 rgba(0, 0, 0, .7), 
		inset .14em 0 .28em rgba(0, 0, 0, .9), 
		inset -.14em 0 .28em rgba(0, 0, 0, .9),	
		0 .07em 0 rgba(255, 255, 255, .2); 

	-moz-box-shadow: 
		inset 0 -.07em 0 rgba(50, 50, 50, .7), 
		inset 0 -.14em 0 rgba(0, 0, 0, .7), 
		inset .14em 0 .28em rgba(0, 0, 0, .9), 
		inset -.14em 0 .28em rgba(0, 0, 0, .9),	
		0 .07em 0 rgba(255, 255, 255, .2); 

	-o-box-shadow: 
		inset 0 -.07em 0 rgba(50, 50, 50, .7), 
		inset 0 -.14em 0 rgba(0, 0, 0, .7), 
		inset .14em 0 .28em rgba(0, 0, 0, .9), 
		inset -.14em 0 .28em rgba(0, 0, 0, .9),	
		0 .07em 0 rgba(255, 255, 255, .2); 

	box-shadow: 
		inset 0 -.07em 0 rgba(50, 50, 50, .7), 
		inset 0 -.14em 0 rgba(0, 0, 0, .7), 
		inset .14em 0 .28em rgba(0, 0, 0, .9), 
		inset -.14em 0 .28em rgba(0, 0, 0, .9),	
		0 .07em 0 rgba(255, 255, 255, .2); 
}


.departure-board span.letter:before {
	border-top: .07em solid rgba(0, 0, 0, .4);
	border-bottom: .07em solid rgba(255, 255, 255, .08);
	height: 0;
	position: relative;
	width: 100%;
	left: 0;
	top: .62em;
	content: " ";
	display: block;
	z-index: 2;
	-moz-transform: translate(0, -.05em);
	-o-transform: translate(0, -.1em);
}


.departure-board span.fold {
	display: block;
	position: absolute;
	height: 0;
	top: .65em;
}


.departure-board span.flap {
	display: block;
	position: absolute;
	top: 0em;	
	width: 1em;
	height: .65em;
	margin: 0;
	overflow: hidden;
}


.departure-board span.text {
	width: 100%;
}
	

.departure-board span.bottom {
	top: .65em;
}


.departure-board span.bottom span.text {
	position: relative;
	top: -.65em;
}
	


.departure-board span.flap.falling {
	display: none;
	bottom: 0;	
	top: auto;
}


.departure-board span.flap.falling span.text {
	-webkit-backface-visibility: hidden;
	border-top: .03em solid #444;
	border-bottom: .03em solid #444;	
    background: #000;
	display: block;
	position: relative;
	
	-webkit-transform: scaleY(1); 
	-moz-transform: scaleY(1); 
	-o-transform: scaleY(1); 
	transform: scaleY(1); 
	
	-webkit-transition: -webkit-transform linear;
	-moz-transition: -moz-transform linear;
	-o-transition: -o-transform linear;
	transition: transform linear;
}

