.timeline table.events {
	width:100%;
}

.timeline table.events td {
	padding:0 15px;
}

.timeline table.events td a:hover {
	text-decoration:none;
}

.timeline table.events td span {
	display:block;
	-webkit-border-radius:30px;
	-moz-border-radius:30px;
	border-radius:30px;
	background:#eee;
	/*border:1px solid #ddd;*/
	color:#707070;
	font-size:1.2em;
	margin-bottom:8px;
	/*padding:10px 0;*/
	position:relative;
	text-align:center;
	color:white;
}

.timeline table.events tr.timetable-days td {
	text-align:center;
	border-left:1px solid #000;
}

.timeline table.events tr.timetable-days td:last-child {
	border-right:1px solid #000;
}

.timeline table.events .capsule {    
    display: table;
    float: left;
    width: 100%;
}

.timeline .capsuleHeight {
    height: 46px;
}

.timeline .subtitle {
    font-size: 0.75em;
    padding: 0;
    margin-top:-2px;
    margin-bottom: 0px;
}

.timeline table.events .eventText {
    display: table-cell;
    vertical-align: middle;
    background-color: transparent;
    color:white;
    z-index:100;
    padding-left:15px;
    padding-right:15px;
    white-space:nowrap;
}

@media screen and (max-width:991px) {
    .timeline table.events td span {
       font-size:1em; 
    }
}