body {
  margin: 0;
  font-family: sans-serif;
  color: #0000AA;
}

.site-header {
  position: sticky;
  top: 0;
  padding: 10px;
  background: white;
  width: 100%;
}

.logo-cell {
  width: 100%;
}

.site-content {
  padding: 10px;
}

.site-menu {
  background: #F8F8FF;
  width: 100%;
  height: 50px;
  padding: 5px;
}

.login-field-caption {
  font-size: 20px;
  font-weight: bold;
}

.login-field {
  width: 200px;
  font-size: 20px;
}

.slcapi-md table {
  border-collapse: collapse;
}

.slcapi-md td {
  border: 2px solid navy;
  padding: 3px;
}

.slcapi-md pre {
  background: #F0F0FF;
  padding: 10px;
}

.slcapi-md code {
  font-weight: bold;
  color: black;
  background: #f0f0FF;
}
/*
 * This is a manifest file that'll be compiled into application.css, which will include all the files
 * listed below.
 *
 * Any CSS (and SCSS, if configured) file within this directory, lib/assets/stylesheets, or any plugin's
 * vendor/assets/stylesheets directory can be referenced here using a relative path.
 *
 * You're free to add application-wide styles to this file and they'll appear at the bottom of the
 * compiled file so the styles you add here take precedence over styles defined in any other CSS
 * files in this directory. Styles in this file should be added after the last require_* statement.
 * It is generally better to create a new file per style scope.
 *


 */
