.mft_table-outer-wrap {
  padding: 60px 0;
  margin: 0;
}
.mobilefriendlytable .mft_section-title {
  font-weight: normal;
  font-size: 20px;
  line-height: 26px;
  margin-top: 0;
}
.mft_table-wrapper {
  width: 100%;
  overflow-x: scroll;
  -ms-overflow-style: none;
  /* hide scrollbar in IE and Edge */
  scrollbar-width: none;
  /* hide scrollbar in Firefox */
}
.mft_table-wrapper::-webkit-scrollbar {
  display: none;
  /* hide scrollbar in Chrome, Opera, Safari */
}
.mobilefriendlytable table {
  width: 1009px;
  border: solid 1px #cccccc;
}
.mobilefriendlytable h3 {
  margin: 0;
  font-size: 16px;
  line-height: 24px;
}
.mobilefriendlytable table td {
  font-size: 14px;
  line-height: 21px;
  padding: 20px;
  border: 0px;
  border-bottom: solid 1px #cccccc;
  vertical-align: top;
}
.mobilefriendlytable table td p,
.mobilefriendlytable table td ul,
.mobilefriendlytable table td ol {
  font-size: 14px;
  line-height: 21px;
  margin: 0;
}
.mobilefriendlytable table td ul {
  list-style-image: none !important;
  list-style-type: square;
}
.mobilefriendlytable table td {
  border-right: solid 1px #cccccc;
}
.mobilefriendlytable table tr td:last-child {
  border-right: 0px;
}
.mobilefriendlytable table tr:last-child td {
  border-bottom: 0px;
}
.mobilefriendlytable table tr:nth-child(odd) {
  background: rgba(0, 68, 148, 0.05);
}
.mobilefriendlytable table tr:nth-child(even) {
  background: #fff;
}
.mft_additional-info,
.mft_additional-info p {
  margin: 12px 0 0 0;
  font-size: 14px;
  line-height: 21px;
}
@media (max-width: 980px) {
  .mft_section-title,
  .mft_additional-info {
    padding-right: 20px;
    padding-left: 20px;
  }
  .mft_table-wrapper {
    padding: 0 0 0 20px;
    box-sizing: border-box;
  }
  .mobilefriendlytable.section {
    margin-right: 20px;
    max-width: 100vw;
  }
}
@media (max-width: 480px) {
  .mobilefriendlytable table tr td:first-child {
    width: 265px;
  }
}
