#gmaps_1 {
	width:auto !important;
	height:500px !important;
}

#outb{
    width: 47.5%;
	padding: 20px;
    margin: 1%;
}
#inb{
     width: 47.5%;
    padding: 20px;
	margin: 1%;
}

ul.a{
    display: inline-block;
    *display: inline;
    zoom: 1;
	border: 1px solid lightgrey;
}
.step{
	margin-bottom: 5px;
	padding-bottom: 10px;
}

.b{
display:flex;
}

.step-header{
	font-size: 16px;
	font-weight: bold;
}

.hour{
	font-weight: bold!important;
}

table.schedule-table{
	width: 50%;
}
table.schedule-table   th{
	border-top: none!important;
	width: 2%;
}
table.schedule-table  td{
	border-top: none!important;
}

table.schedule-table td span{
	padding-right: 10%;
	display: inline-block;
}

.schedule-title{
width: 50%;
}
.schedule-title span{
font-weight: bold;
}
.schedule-line{
	display: inline-block;
	margin-left: 1.5%;
	width: 6%;
}
.schedule-dest{
	display: inline-block;
	width: 80%;
}
.schedule-date{
	display: inline-block;
	width: 10%;
}

.table-none > tbody > tr > td{
	border-top: none!important;
}
.table-none > thead > tr > th{
	font-weight: bold;
}