* {
  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%;
}