.underline {
	border-bottom: 1px solid #000;
}


/* More information box */

.infoBox {
	display: inline;
	vertical-align: middle;
}

.infoBox dt {
	clear:left;
	float:left;
}

.infoBox dl {
	margin-left:20px;
}

.infoBox dd {
	float:left;
}

.legendBox dt {
	width: 20%;
}

.legendBox dd {
	margin: 0px;
	width: 80%;
}

.formatsBox dt {
	width:25%;
}

.legendBox {
	float:left;
	width:48%;
}

.formatsBox {
	float: right;
	width:50%;
}

.infoDL{}
.infoDL dt {float:left; width: 25%;}
.infoDL dd {}

/* Navigation box */
ul.navBar {
	width: 100%;
	text-align:center;
	padding-top: 20px;
	padding-bottom: 20px;
	border: 1px solid black;
	margin: 0;
	margin-bottom: 10px;
}

ul.navBar li {
	border-left: 1px solid #000000;
	display:inline;
	list-style: none outside none;
	margin: 0;
	padding: 0 3%;
}
ul.navBar li:first-child {
	border-left: 0px;
}

/* Satellite lists */

ul.satList{
	list-style: none outside none;
	margin: 0;
	margin-left: 0px !important;
}

ul.satList li {margin-bottom: 10px;}
/*
ul.satList ul ul li a:first-child {float:left; margin-left: 10px; margin-right:10px; position:relative; width:340px; margin-bottom: 10px;}
ul.satList ul ul li a:last-child {width: 100px; float:left; margin-left:10px; margin-right:10px; position:relative; width:100px; margin-bottom:10px;}
*/

.nopadding {
	padding-left: 0px !important;
	padding-right: 0px !important;

}

.wxo-inline{
	display: inline;
}

.nowrap{
	white-space: nowrap;
}

.col-centered {
	margin: auto;
}

@media (max-width: 388px) {
	.align-right {
		padding-left: 52px;
	}
}

@media (max-width: 768px) and (min-width: 389px) {
	.align-right {
		padding-left: 116px;
	}
}