@font-face {
  font-family: SourceSansPro;
  src: url(SourceSansPro-Regular.ttf);
}
*{
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.clearfix:after {
  content: "";
  clear: both;
  display: table;
}
strong { font-size: 16px; }
a {
  color: #407196;
  text-decoration: none;
}
body {
  width: 100%;
  color: #000;
  margin: 0 auto;
  max-width: 24cm;
  font-size: 16px;
  padding: 0 15px;
  position: relative;
  background: #fff;
  font-family: Arial, sans-serif;
  font-family: SourceSansPro;
}
header {
  padding: 10px 0 20px;
  border-bottom: 2px solid #407196;
}
#logo { float: right; }
#logo img {
  height: 50px;
  display: block;
}
#company {
  float: left;
  text-align: left;
}
h1.name {
  color: #407196;
  margin: 11px 0;
  font-size: 2em;
  line-height: 1em;
  font-weight: 600;
}
#shortinfo{
  padding: 20px 0;
  border-bottom: 2px solid #407196;
}
.nameandid { float: left; }
.nameandid strong { display: block; }
.datetime{ float: right; }
.datetime p{ margin: 0; }
.description {
  padding: 0.6rem 0;
  border-bottom: 1px solid #407196;
}
.description p{ margin: 0; }
.multiparagraph{
  margin: 0 0 20px;
  border-bottom: 1px solid #407196;
}
.tablehead { padding: 0 0 6px; }
.tablehead h2 {
  margin: 0;
  font-size: 1.4em;
  line-height: 1em;
  font-weight: 600;
  color: #407196;
}
.tablehead h3{
  margin: 0;
  font-weight: 600;
  font-size: 1.2em;
  font-weight: normal;
}
table.yourbenefit{
  table-layout: fixed;
}
table.yourbenefit th,
table.yourbenefit td {
  width: 12%;
  white-space: normal;
}
table.yourbenefit td { vertical-align: top; }
table.yourbenefit td:nth-child(1),
table.yourbenefit th:nth-child(1),
table.yourbenefit td:nth-child(3),
table.yourbenefit th:nth-child(3) { width: 31%; }
table.yourbenefit td:nth-child(2),
table.yourbenefit th:nth-child(2) { width: 70px; }
table.yourbenefit td:nth-child(4) { width: 15%; }
table.yourbenefit td:nth-child(5),
table.yourbenefit td:nth-child(6),
table.yourbenefit th:nth-child(4),
table.yourbenefit th:nth-child(5),
table.yourbenefit th:nth-child(6) { width: 100px; text-align:right;}
table {
  width: 100%;
  border-spacing: 0;
  margin-bottom: 20px;
  border: 1px solid #58595b;
  border-collapse: collapse;
  white-space: normal;
}
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;
  white-space: normal;
}
table th {
  /* white-space: nowrap; */
  font-weight: bold;
}
table td { text-align: left; }
table tbody tr:nth-child(odd) { background: #fff; }
table tbody tr:nth-child(even) { background: #f7f7f7; }
.premium,
.employerpaid,
.payrolldeductions{ text-align: center; }
table tr th span,
table tr td span{ display: block; }
table tfoot {
    display: table-row-group
}
table thead {
    display: table-row-group
}
.note p{
  font-size: 16px;
  padding: 0.5rem;
  border: 1px solid #407196;
}
.yourbenificiaries tr td,
.yourdependents tr td{
  padding: 4px 10px;
  vertical-align: bottom;
}
.text-right{ text-align: right; }
footer { border-top: 1px solid #407196; }
footer strong{color: #000; }

/* added for save button */
.btn {
    padding: 10px;
    color: #fff;
    font-weight: 400;
    min-width: 184px;
    text-align: center;
    line-height: 1.3rem;
    white-space: normal;
    text-transform: capitalize;
    border-radius: 4px;
	border-width:1px;
}
.coveragebox .btn:hover {
            color: #fff;
            background: #407196;
}

.coveragebox .btn {
	min-width: auto;
    font-weight: 600;
    line-height: 38px;
    padding: 0 1.5rem;
    background: #fff;
    font-size: 1rem;
    color: #407196;
    border-color: #407196;
 }
 
.btn:hover {
            color: #212529;
            text-decoration: none;
        }
		
/* @media (max-width: 767px){
  table.yourbenefit thead,
  .yourdependents thead,
  table.yourbenefit tfoot tr td:first-child,
  table.yourbenefit tfoot tr td[colspan="2"]{ display: none; }
  table.yourbenefit tbody tr,
  .yourdependents tbody tr{ border-bottom: 1px solid #58595b; }
  table.yourbenefit tbody tr td,
  table.yourbenefit tfoot tr td {
    display: block;
    text-align: right;
    width: 100% !important;
  }
  table.yourbenefit tbody tr td,
  table.yourbenefit tfoot tr td,
  .yourdependents tbody tr td{
    border: 0;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
  }
  table.yourbenefit tfoot tr { border-bottom: 1px solid #58595b;}
  table.yourbenefit tbody tr td:before,
  table.yourbenefit tfoot tr td:before,
  .yourdependents tbody tr td:before{
    text-align: left;
    color: #9b9b9b;
    padding-right: 1rem;
    content: attr(data-title);
  }
  table.yourbenefit tfoot tr td:before {
    color: #000;
    font-weight: bold;
  }
  table.yourbenefit tbody tr td span,
  .yourdependents tbody tr td span{ text-align:right; }
} */