body.webview-body section.tabs .tab-panel#application .container .row .section-title > a {
  width: 100%;
}
body.webview-body section.tabs .tab-panel#application .container .row .webview-table {
  display: flex;
  flex-wrap: wrap;
}
body.webview-body section.tabs .tab-panel#application .container .row .webview-table > div {
  flex: 0 0 100%;
}
body.webview-body section.tabs .tab-panel#application .container .row .webview-table > div:not(:last-child) {
  margin-bottom: 24px;
}
body.webview-body section.tabs .tab-panel#application .container .row .webview-table > div > a {
  width: 100%;
}
body.webview-body section.tabs .tab-panel#application .container .row table {
  display: block;
  width: auto !important;
  height: auto !important;
}
body.webview-body section.tabs .tab-panel#application .container .row table tbody {
  display: block;
}
body.webview-body section.tabs .tab-panel#application .container .row table tbody tr {
  height: auto !important;
  display: block;
}
body.webview-body section.tabs .tab-panel#application .container .row table tbody tr td {
  width: auto !important;
  height: auto !important;
  padding: 0;
  display: block;
}
body.webview-body section.tabs .tab-panel#application .container .row table tbody tr td:not(:last-child) {
  margin-bottom: 24px;
}
body.webview-body section.tabs .tab-panel#application .container .row table tbody tr td > a {
  width: 100%;
}
body.webview-body section.tabs .tab-panel#application .btn {
  background: rgb(78, 118, 240);
  background: linear-gradient(135deg, rgb(43, 79, 245) 35%, rgb(137, 186, 234) 150%);
  color: #fff;
}/*# sourceMappingURL=webview-funding-schemes.css.map */