img#image {
  width: 150px;
}

table.contact { 
  width: 80%;
  border-collapse: collapse;
  border: 1px #663300 solid;
  background-color: rgba(255,255,255,0.7);
  font-size: small;
} 

table.contact td { 
  border: 1px #663300 solid;
  padding: 5px;
} 

table.contact td.type {
  width: 80px;
}
