﻿/* xs */
@media screen and (min-width: 0) and (max-width: 767px) {
	body {
		padding-top: 50px;
	}

	.inputcontrol {
		margin: 0;
		padding: 0;
		border: none;
		height: 32px;
		outline: none;
		/*box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);*/
		background-color: #fff;
		font-family: Roboto;
		font-size: 15px;
		font-weight: 300;
		text-overflow: ellipsis;
		box-shadow: none;
		width: 100%;
	}

	.trafficPanel {
		width: 100%;
		left: 0;
		bottom: 0;
	}

	.transitPanel {
		width: 100%;
		left: 0;
		bottom: 0;
	}

	.transitPanelContainer {
		border-radius: 0;
	}

	.trafficPanelContainer {
		border-radius: 0;
	}
}
