﻿.tc-head {
	padding-bottom: 5%;
}
.tc-head input {
	width: 100%;
}
.tc-head select {
	margin-right: 1%;
}
.tc-head [name="search"] {
	margin-bottom: 3%;
}
.tc-head button {
	white-space: nowrap;
	margin-left: auto;
	margin-right: auto;
}
.tc-search {
	width: 100%;
	display: inline-flex;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}
.tc-item {
	padding-top: 25px;
}
.tc-item .tc-name {
	width: 100%;
	color: blue;
	border-bottom: 1px solid blue;
	cursor: pointer;
}
.tc-item [ name='address' ] {
	white-space: pre-wrap;
	padding-left: 30px;
}
.tc-info-type {
	font-weight: bolder;
}
.tc-info-data {
	padding-left: 10px;
}
.tc-item [ name='country' ],
.tc-item [ name='region' ],
.tc-item [ name='city' ] {
	padding-right: 50px;
}
[ name='not-found' ],
[ name='initial-text' ] {
	text-align: center;
}
[ name='view-map' ] {
	padding-left: 200px;
}
#map_div {
	height: 300px;
	width: 590px;
	border: 1px solid #AAA;
}
.tc-header button {
	white-space: nowrap;
}