@font-face {
    font-family: 'AktivGroteskGeberitBold';
    src: url('fonts/aktivgroteskgeberit_corp_bd-webfont.eot');
    src: url('fonts/aktivgroteskgeberit_corp_bd-webfont.eot?#iefix') format('embedded-opentype'),
    url('fonts/aktivgroteskgeberit_corp_bd-webfont.woff') format('woff'),
    url('fonts/aktivgroteskgeberit_corp_bd-webfont.ttf') format('truetype'),
    url('fonts/aktivgroteskgeberit_corp_bd-webfont.svg#AktivGroteskGeberitBold') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'AktivGroteskGeberitLight';
    src: url('fonts/aktivgroteskgeberit_corp_lt-webfont.eot');
    src: url('fonts/aktivgroteskgeberit_corp_lt-webfont.eot?#iefix') format('embedded-opentype'),
    url('fonts/aktivgroteskgeberit_corp_lt-webfont.woff') format('woff'),
    url('fonts/aktivgroteskgeberit_corp_lt-webfont.ttf') format('truetype'),
    url('fonts/aktivgroteskgeberit_corp_lt-webfont.svg#AktivGroteskGeberitLight') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'AktivGroteskGeberitRegular';
    src:url('fonts/AktivGroteskGeberit_W_Rg.woff2') format('woff');
    font-weight: normal;
    font-style: normal;
}
#wrapper {
  width: 100%;
  font: 10px/12px 'AktivGroteskGeberitRegular',Arial,Helvetica,sans-serif;
  color: #000;
  overflow: hidden;
  padding: 0 10px;
  box-sizing: border-box;
}

table {
  width: 100%;
}

td {
    padding: 0;
    text-align: left;
}
tr.row1 td.col2 {
    color: #000000;
    font-size: 12px;
    font-family: 'AktivGroteskGeberitRegular';
    font-weight: bold;
}
td.col2 {
    text-align: right;
}

.top-table td { border-bottom: 1px solid #C0C2C1; color: #000; padding: 2px 0 2px 0; }