button.md-image-button{
	/* background-color: #fbefd4; */
	/* max-height: 60px; */
    height: 100%;
    padding: 3px;
}

/* button.md-image-button:hover{ */
	/* background-color: rgba(251,239,212, 0.9) !important; */
/* } */

img.logo{
	max-height: 60px;
}

/* md-toolbar{ */
	/* background-color: #476189; */
/* } */

/* .md-toolbar-tools{ */
	/* height: 70px; */
/* } */

div.headway-title-stop-number{
	font-weight: unset;
}

div.headway-title-stop-number:before{
	content: "Stop # ";
}

/* #headway_table_wrapper>div>div>div>div>table>thead>tr>th{ */
	/* display: inline-grid; */
	/* justify-items: center; */
/* } */

/* #headway_table_wrapper>div>div>div>div>table>thead>tr>th>span:1st-of-type{ */
	/* order: 1; */
/* } */
/* #headway_table_wrapper>div>div>div>div>table>thead>tr>th>span:nth-of-type(2){ */
	/* order: 2; */
/* } */
/* #headway_table_wrapper>div>div>div>div>table>thead>tr>th>div.headway-title-stop-number{ */
	/* order: 3; */
/* } */

md-autocomplete.search-autocomplete input:not(:focus), md-autocomplete.tripplanning-destination-autocomplete input:not(:focus), md-autocomplete.tripplanning-origin-autocomplete input:not(:focus) {
    text-shadow: unset;
}

.search-view-wrapper md-autocomplete md-autocomplete-wrap input,.search-view-wrapper md-autocomplete md-autocomplete-wrap input::-webkit-input-placeholder, .routeswidget-tab, .routeswidget-tab-short{
	color: #00305e !important;
}

md-icon.md-light {
    color: rgba(0, 48, 94, .8);
}

 md-toolbar:not(.md-menu-toolbar).md-accent md-icon, md-toolbar:not(.md-menu-toolbar).md-accent .md-ink-ripple {
    color: rgba(0, 48, 94, 0.87);
	fill: rgba(0, 48, 94, 0.87);
 }