#embassy-table td.flag {
	width: 1%;
}

#embassy-table td.country {
	white-space: nowrap;
	width: 22em;
}

.embassy {
}

.embassy h1.title {
	line-height: 1.3em;
}

.embassy h1.title * {
	vertical-align: text-top;
}

.embassy #country {
	border-bottom: 1px dashed;
	text-decoration: none;
}

.embassy #country-input {
	border: 1px solid #CCCCCC;
	font-size: 1em;
	left: -5000px;
	position: relative;
	width: 12em;
}

.embassy .embassy-content {
}

.embassy table {
}

.embassy table td {
	vertical-align: top;
}

.embassy-info {
	margin-right: 1em;
}

.embassy-info .service {
	margin-bottom: 1.5em;
}

.embassy-info .service h3 {
	margin-bottom: .3em;
}

.embassy-info .service .sections {
	margin-left: 1em;
}

.embassy-info .service .sections .section {
	margin-bottom: .8em;
}

.embassy-info .service .sections .phone,
.embassy-info .service .sections .email {
	line-height: 1.4em;
}

.embassy-info .service .sections .comment {
	color: gray;
	font-size: .85em;
}

.embassy-info .service .section .comment {
	white-space: nowrap;
}

.embassy-map-container {
	width: 400px;
}

.embassy-related {
	background-color: #F3F1DE;
	float: left;
	font-size: .9em;
	left: -1em;
	margin-bottom: 2em;
	padding: 1em 1.5em;
	position: relative;
	visibility: hidden;
}

.embassy-map {
	float: left; /*Safari*/
	height: 400px;
	visibility: hidden;
	width: 400px;
	z-index: 0;
}

/*
 * Tabs
 */
.ui-tabs .ui-tabs-hide {
     display: none;
}

.ui-tabs .ui-tabs-nav li {
	display: inline;
	float: left;
	font-size: 1.2em;
	font-weight: bold;
	line-height: 1.2em;
	margin: 0 .6em .5em 0;
	padding: .2em .3em;
}

.ui-tabs .ui-tabs-nav li a {
	border-bottom: 1px dashed;
	text-decoration: none;
	white-space: nowrap;
}

.ui-tabs .ui-tabs-nav li.ui-tabs-selected {
	background-color: #EBEBCF;
}

.ui-tabs .ui-tabs-nav li.ui-tabs-selected a {
	border: none;
	color: #3C3C3C;
	cursor: default;
}

.ui-tabs-panel {
	clear: left;
}
