article.page > .entry-content {
      max-width: 1000px;
    margin: 0 auto;
}

article.page > .entry-content p {
  margin-bottom:1em;
}

article.page > .entry-content a{
    text-decoration:underline;
   text-underline-offset: 5px;
}

article.page > .entry-content a:hover{
  color: #E91E63;
}

.cancelation-table,
.compensation-table{
  width:100%;
}
.cancelation-table th, .cancelation-table td,
.compensation-table th, .compensation-table td{
    padding: 16px;
}
.cancelation-table tbody,
.compensation-table tbody{
      background: #fcfcfc;
}
.cancelation-table thead,
.compensation-table thead{
  background-color:#eee;
}
.cancelation-table h3,
.compensation-table h3{
  margin-bottom: 10px;
   font-size:18px;
}

.cancelation-info,
.shipping-issues,
.non-compensable-issues{
  list-style: disc;
    padding-left: 1.1em;
}

.cancelation-info > li,
.shipping-issues > li,
.non-compensable-issues > li{
  margin-bottom:1em;
}