* {
  margin:0;
  padding:0;
}
.content {
  text-align:center;
  padding-top:1em;
  font-family: Arial;
  border-color: white;
}
#thecard {
  display:table;
  margin: 0 auto;
  border:1px solid gray;
  width:50em;
}
img {
  border: 0;
}
#theemail {
  height:1em;
}
span.em {
  font-size: 105%;
}
#t_left {
    position: absolute;
    left: 1.5em;
    top: 1.5em;
    overflow: visible;
}
#t_main {
    width: 100%;
}
#t_left ul {
    list-style: none;
}
#t_left ul li {
    padding:0.3ex 1.0ex;
    background:#474949;
    border-color:#474949;
    color:#f3ffe2;
    font-weight:bold;
    border-radius: 0.5ex;
    margin: 0.5ex 0;
}
#t_left ul li.current {
    background:#428bca;
    border-color:#428bca;
    color:white;
}
#t_left ul li:hover {
    background: #446a8a;
    border-color: #446a8a;
    color:white;
}
#t_left ul li a {
    text-decoration: none;
    color: inherit;
    display: block;
    width: 100%;
}
#tuwienlink {
    display: inline-block;
    margin-top: 0.8ex;
    height: 5rem;
}
#ebcontlink {
    display: inline-block;
    margin-top: 0.8ex;
}
.c-logo {
    width: 12rem;
    height: 3rem;
}
.swlink {
    text-decoration: none;
    font-size: 110%;
    font-weight: bold;
    color: #428bca;
}
.swlink:visited {
    color: #446a8a;
}
.table {
    display: inline-table;
    border-spacing: 10em 0;
}
.cell {
    display: table-cell;
    vertical-align: top;
}