/* These CSS rules should be used for getting
   the styles of the webpages of "/informacoes/mundo". */

@import url(info.css);

h3.cont-option {
	margin-bottom: 0;
}

h3.cont-chosen {
	margin-bottom: 0;
	border-top: thin solid black;
	border-left: thin solid black;
	border-right: thin solid black;
	background: #CCFFCC
}

table {
	width: 100%;
	border: thin solid white;
	background: #CCFFCC;
	padding: 0;
	padding-right: 0.5%;
	padding-left: 0.5%
}

th.continent, td.continent {
	width: 100%;
	border: thin solid navy;
	text-align: center;
	background: navy;
	font-size: 1.6em;
	font-weight: 900;
	color: white
}

th.nation, td.nation {
	width: 100%;
	border: thin solid #FFCCFF;
	text-align: center;
	background: #FFCCFF;
	font-size: 1.4em;
	font-weight: 900;
	color: navy
}

th.federal-unit, td.federal-unit {
	width: 100%;
	border: thin solid #99CCFF;
	text-align: center;
	background: #99CCFF;
	font-size: 1.2em;
	font-weight: 900;
	color: navy
}

th.city, td.city {
	width: 100%;
	border: thin solid #CCFFFF;
	text-align: center;
	background: #CCFFFF;
	font-size: 1.2em;
	font-weight: 900;
	font-style: italic;
	color: navy
}

tr.special-contact {
	font-size: 1.1em;
	font-style: italic;
	font-weight: bold
}

tr.important-contact {
	font-size: 1.2em;
	font-weight: bold
}

th.ctt-name, td.ctt-name {
	width: 34%;
	color: navy
}

th.ctt-telephone, td.ctt-telephone {
	width: 30%;
	color: navy
}

th.ctt-email, td.ctt-email {
	width: 36%;
	color: navy
}
