html, body {
  padding: 0px;
  text-align: center;
}

.fees-wrapper {
  max-width: 600px;
  font-size: 12px;
  font-family: tahoma, arial, sans-serif;
  margin-right: auto;
  margin-left: auto;
  text-align: left;
  color: #111;
}

table.dataTable {
    border-collapse: collapse;
    width: 100%;
}

.tableHeader {
  background-color: #DEE2EB;
  font-weight: bolder;
}

table.dataTable td, table.dataTable th {
    padding: 5px;
    vertical-align: top;
}

table.dataTable td {
    border-bottom:  1px solid #ccc;
}

a:link {
  color: #2754b4;
}

a:visited {
  color: #2754b4;
}

a:hover {
  color: #0051ff;
}

.sub-content {
  padding: 10px 5px;
}

.close {
  font-weight: bold;
  float: right;
}

.bold {
    font-weight: bold;
}

.fees-wrapper h1 {
    font: bold 18px arial,sans-serif;
    padding: 5px;
}