
.content_search {
			width: 80%;
            margin: 0 auto;
            margin-top: 50px;
			text-align: center;
        }
.tt-hint,
.name {
            border: 2px solid #000000;
            border-radius: 8px 8px 8px 8px;
            font-size: 20px;
            height: 45px;
            line-height: 30px;
            outline: medium none;
            padding: 8px 12px;
            width:100%;
			text-align: left; /* keresőmező szöveg balra igazít*/
        }

		/* lenyíló buborék az autocomplete keresőben*/
.tt-dropdown-menu {
            width: 100%;
            margin-top: 5px;
            padding: 10px 12px; /*buborékon belül szöveg behúzása felülről 10, balról 12*/
            background-color: #fff;
            border: 1px solid #ccc;
            border: 1px solid rgba(0, 0, 0, 0.2);
            border-radius: 8px 8px 8px 8px;
            font-size: 18px;
            color: #111;
            background-color: #F1F1F1;
			text-align: left;
		}
body {
  font-family:  sans-serif;
  font-size: 14px;
  color: #333;
  background-color: #fff;
}
input,
button,
textarea {
  font-family: inherit;
  font-size: 20; /*inherit  a keresőbutton szövegmérete*/
  line-height: inherit;
}

h3,
.h3 {
  font-family: sans-serif;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
}

#map {
        height: 400px;
        width: 100%;
       }