@charset "UTF-8";
/* CSS Rules for Benelux */

.benelux-only {
	display:block !important;
    float: right;
    margin-top: 3px;
    margin-right: 3px !important;
}

.benelux-only a{
	margin-right:4px !important;
}

.benelux-hide {
	display:hide !important;
}

.topbar-right {min-width: 0px !important;position: absolute;right:0px;top:0px;}

@media screen and (max-width:480px) {
    .benelux-only {margin-top: -10px;}
}