﻿/* lg */
@media screen and (min-width: 1200px) {
	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%;
	}
}
