body{
	font-family: "Times New Roman", Times, serif;
    font-size: 15px;
}

.arrow-right {
	display: 'inline-block';
	width: 0; 
	height: 0; 
	border-top: 5px solid transparent;
	border-bottom: 5px solid transparent;

	border-left: 5px solid green;
}

.stops-list-container{

}

.stops-list{
	margin-top:6px;
}

.stops-list > div{
	display:inline-block;
}

.tab-content {
    background-image: linear-gradient(to left, rgb(64, 59, 74), rgb(231, 233, 187));
    border-radius: 9px;
    margin-top: 3px;
    height: calc(100% - 46px);
    overflow: auto;
    margin-left: 5px;
    margin-right: 5px;
}

.tab-content-inner{
	margin-left:20px;
}

.nav-tabs{
	height:41px;
    white-space: nowrap;
}

.stop-text{
    background-color: #fff;
    padding: 2px 8px 1px 9px;
    border: 1px solid #000;
    border-radius: 8px;
}

.dropdown-label{
    font-weight: bold;
    font-size: 13px;
}

.nav-tabs>li{
    font-weight: bold;
}

#map{
    height: 280px;
    width: calc(100% - 40px);
    margin: 20px;
    border-radius: 13px;
    border: 4px solid #09E;
}

.tableContainer{
    max-height: calc(100% - 376px);
    overflow: auto;
}