﻿@import ('portal/subclass.contact.css');

table.two-columns {
  width: 100%;
}

table.two-columns td {
  padding: 10px 15px;
  vertical-align: top;
  width: auto;
}

a.be, a.nl, a.lu {
  border-bottom: none 0 transparent !important;
  padding-left : 20px;
}

a.flag.be {
  background: transparent url('../images/flags/be.gif') no-repeat left;
}
a.flag.nl {
  background: transparent url('../images/flags/nl.gif') no-repeat left;
}
a.flag.lu {
  background: transparent url('../images/flags/lu.gif') no-repeat left;
}

.selectcountry {
  text-align: center;
  font-size: 1.3em;
  padding: 10px 0 30px;
}

table.two-columns td.contact {
  width: 220px;
  padding: 10px 0 0;
  float: none;
}


