@font-face {
  font-family: SourceSansPro;
  src: url(SourceSansPro-Regular.ttf);
}
.clearfix:after {
  content: "";
  display: table;
  clear: both;
}
strong { font-size: 14px; }
a {
  color: #b90b2e;
  text-decoration: none;
}
body {
  width: 21cm;
  color: #000;
  margin: 0 auto;
  position: relative; 
  background: #fff; 
  font-family: Arial, sans-serif; 
  font-size: 13px; 
  font-family: SourceSansPro;
}
header {
  padding: 10px 0 20px;
  border-bottom: 2px solid #b90b2e;
}
#logo { float: right; }
#logo img {
  height: 50px;
  display: block;
}
#company {
  float: left;
  text-align: left;
}
h1.name {
  color: #b90b2e;
  margin: 11px 0;
  font-size: 2em;
  line-height: 1em;
  font-weight: normal;
}
#shortinfo{
  padding: 20px 0;
  border-bottom: 2px solid #b90b2e;
}
.nameandid { float: left; }
.nameandid strong { display: block; }
.datetime{ float: right; }
.datetime p{ margin: 0; }
.description {
  padding: 0.6rem 0;
  border-bottom: 1px solid #b90b2e;
}
.description p{ margin: 0; }
.multiparagraph{
  margin: 0 0 20px;
  border-bottom: 1px solid #b90b2e;
}
.tablehead { padding: 0 0 6px; }
.tablehead h2 {
  margin: 0;
  color: #b90b2e;
  font-size: 1.4em;
  line-height: 1em;
  font-weight: normal;
}
.tablehead h3{
  margin: 0;
  font-size: 1.2em;
  font-weight: normal;
}
table {
  width: 100%;
  border-spacing: 0;
  margin-bottom: 20px;
  border: 1px solid #58595b;
  border-collapse: collapse;
}
table thead {
  color: #9b9b9b;
  border-bottom: 1px solid #58595b;
}
table tbody { border-bottom: 1px solid #58595b; }
table tfoot tr td{ text-align: center; }
table tfoot tr td.title{ text-align: right; }
table th,
table td {
  padding: 10px;
  text-align: left;
}
table th {
  white-space: nowrap;        
  font-weight: normal;
}
table td { text-align: left; }
.premium,
.employerpaid,
.payrolldeductions{ text-align: center; }
table tr th span,
table tr td span{ display: block; }
.note p{
  font-size: 12px;
  padding: 0.5rem;
  border: 1px solid lightgreen;
}
.yourbenificiaries tr td,
.yourdependents tr td{
  padding: 4px 10px;
  vertical-align: bottom;
}
.text-right{ text-align: right; }
footer { border-top: 1px solid #b90b2e; }
footer strong{color: #000; }