#map{
	border: 2px solid;
	clear: left;
	height: 500px;
	width: auto;
}

.ui-dialog {
	position: absolute;
	right: 0px;
}

.stop-route-join{
	float: right;
}

#routes {
    width: 100%;
    margin-bottom: 2rem;
    display: block;
    overflow: hidden;
}

#routes ul {
    font-weight: bold;
    list-style: none;
    margin-left: 0;
    padding-left: 0;
    column-count: 2;
	-webkit-column-count: 2;
    -moz-column-count: 2;
}

#routes p {
	font-weight: bold;
}

.stop-description {
	font-weight: bold;
}

input#select-all {
    margin-right: .7rem;
}

.gm-style-iw li {
    margin-bottom: .8rem;
}

