<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* Base styles */

a strong {
  color: inherit;
}

hr {
  background: none;
  border: none;
  border-bottom: 1px solid #d8dee9;
}

img {
  height: auto;
  max-width: 100%;
}

pre {
  overflow: auto;
  white-space: pre-wrap;
}

footer {
  align-items: center;
  display: flex;
  justify-content: center;
  margin-top: 4em;
  text-align: center;
}


html {
  display: block;
  margin: 0 auto;
  /*max-width: 50em;*/
  font-family: "Helvetica", "Arial", sans-serif;
  line-height: 1.5;
  /*padding: 4em 1em;*/
  /*margin-top: 1em;*/
  /*padding-top: 1em;*/
  color: #555;
  font-weight: 500;
}

html body {
  font-family: "Roboto", "Helvetica", "Arial", sans-serif;
  -moz-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}

th {
    text-align: left !important;
}

#change-button, #login-button {
    color: #ffffff !important;
    background-color: #387ED6 !important;
}

.edit {
    display: none;
}

.loadingoverlay {
    justify-content: center !important;
}

#mp-myaccount-hello {
    color: #ffffff;
    background-color: #387ED6;
    width: 100%;
    font-weight: 700;
    font-size: 14px;
    font-family: sans-serif;
    padding: 15px 30px 15px 30px;
}

.mp-section-box {
    height: 200px;
    background-color: #eee;
    margin: 15px;
    text-align: center;
    padding: 20px;
}

.mp-section-box-header {
    margin-top: 10px;
    color: #387ED6;
    font-weight: 700;
}

.mp-section-box-text {
    margin-top: 5px;
}

.mp-section-box-button {
    color: #ffffff;
    background-color: #387ED6;
    margin-top: 20px;
    margin-left: 125px;
}

.mp-section-box-active {
    border: 3px solid #387ED6;
}

.mp-save-button {
    color: #ffffff;
    background-color: #387ED6;
}</pre></body></html>