/* base elements, restyled */
body {
    font-family: system-ui, sans-serif;
}

a {
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

.row {
    margin-top: 1em;
    margin-bottom: 1em;
}

span.mono {
    font-family: monospace;
}

pre {
    user-select: all;
}

/* datetime native widget can be cropped on smaller screens */
.input-group input[type="datetime-local"] {
    min-width: 230px;
}

/* custom stuff */

.material-icons {
    vertical-align: middle;
}

.e2d-brand-logo {
    height: 2.5em;
    background-color: white;
    padding: 2px;
    border-radius: 5px;
    margin: 0px 10px;
}

.e2d-environment-bar {
    color: white;
    text-align: center;
}

.e2d-environment-bar a {
    color: white;
}

.e2d-environment-bar .material-icons {
    vertical-align: middle;
}

.e2d-environment-bar-staging {
    background-color: orangered;
}

.e2d-environment-bar-development {
    background-color: green;
}

.e2d-environment-bar-testing {
    background-color: blue;
}

.e2d-downloadable a {
    float: right;
}

.e2d-btn-xs {
  padding: 0.1rem 0.3rem;
  line-height: 1;
  border-radius: 0.2rem;
  span {
      font-size: 16px;
  }
}
