@import "global.css";

#right-panel {
	background: none;
}



H3 {
	display: inline;
	border-bottom: 1px solid blue;
	margin:10px;
}


.continent-list {
	margin-left: 40px;
}


.continent-box {
	display: table-cell;
	width: 33%;
	vertical-align: top;
}

.country-list {
	list-style-image: none;
	margin:10px !important;
	margin-top:8px;
	padding:0px;
}


.distributor-list {
	display: fixed;
	overflow: hidden;
	height: 20em;
	width:620px;
	border-top: 1px black dashed;
}


.distributor {
	height: 20em;
	padding-top: 10px ;
}

.in-belgium {
	text-align:center;
	font-size:1.16em;
}


.address {
	width: 100%;
	border-collapse: collapse ;

	margin-left: 20px;

	font-size: 12px;
	text-align: left;
	line-height: 1.4em;
}

.address tr:first-child {
	border-style: none;
}

.address tr {
	border-top: solid lightgrey 1px;
}


.address td {
	vertical-align: top;
	padding: 8px;
	padding-left: 16px;
}

.postal-address {
	width: 232px;
}

.electronic-address {
	width: 320px;
}

