/* Box sizing rules */
*,
*::before,
*::after {
  box-sizing: border-box;
}

/* Prevent font size inflation */
html {
  -moz-text-size-adjust: none;
  -webkit-text-size-adjust: none;
  text-size-adjust: none;
}

/* Remove default margin in favour of better control in authored CSS */
body, h1, h2, h3, h4, p,
figure, blockquote, dl, dd {
  margin-block-end: 0;
}

/* Remove list styles on ul, ol elements with a list role, which suggests default styling will be removed */
ul[role=list],
ol[role=list] {
  list-style: none;
}

/* Set core body defaults */
body {
  min-height: 100vh;
  line-height: 1.5;
}

/* Set shorter line heights on headings and interactive elements */
h1, h2, h3, h4,
button, input, label {
  line-height: 1.1;
}

/* Balance text wrapping on headings */
h1, h2,
h3, h4 {
  text-wrap: balance;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  text-decoration-skip-ink: auto;
  color: currentColor;
}

/* Make images easier to work with */
img,
picture {
  max-width: 100%;
  display: block;
}

/* Inherit fonts for inputs and buttons */
input, button,
textarea, select {
  font-family: inherit;
  font-size: inherit;
}

/* Make sure textareas without a rows attribute are not tiny */
textarea:not([rows]) {
  min-height: 10em;
}

/* Anything that has been anchored to should have extra scroll margin */
:target {
  scroll-margin-block: 5ex;
}

fieldset {
  border: 0;
  padding: 0;
}

/**
 * Copyright 2015 Google Inc. All Rights Reserved.
 *
 * Licensed under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
 *      http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 * See the License for the specific language governing permissions and
 * limitations under the License.
 */
/* ==========  Color Palettes  ========== */
/* colors.scss */
body {
  font-family: "Lucida Grande", "Helvetica Neue", Tahoma, Arial, Helvetica, sans-serif;
  font-size: 0.75em;
  color: #0a0a0a;
}

.ua-legacy body {
  font-size: 0.8em;
}

table {
  font-size: inherit;
}
table td {
  vertical-align: top;
}

pre, code, kbd, samp, tt {
  font-family: monospace;
  *font-size: 108%;
  line-height: 100%;
}

p {
  font-size: 1em;
}

body, html {
  margin: 0 auto;
  background: #aaa;
  text-align: center;
}

body {
  background: #aaa;
  padding: 20px 0 0 0;
}

#wrapper {
  width: 640px;
  background: #fff;
  text-align: left;
  margin: 0 auto 1em;
  border: 1px solid #ccc;
  border-radius: 10px;
  box-shadow: 2px 6px 6px #666;
}

#body {
  padding: 20px 20px 0 20px;
}
#body p, #body ul, #body ol, #body li, #body div {
  line-height: 1.5em;
}
#body h1 {
  padding-bottom: 0.25em;
  margin-bottom: 0.5em;
  border-bottom: 1px solid #eee;
}
#body h2 {
  margin-bottom: 0.5em;
}

#tsi-logo {
  padding-bottom: 1.5em;
}
#tsi-logo img {
  max-width: 590px;
}

#help-button {
  float: right;
}

hr {
  background: #ddd;
  color: #ddd;
  clear: both;
  width: 100%;
  height: 0.1em;
  margin: 0 0 1.45em;
  border: none;
}

a {
  text-decoration: none;
}
a, a:hover, a:visited {
  color: #336699;
}

form {
  clear: both;
}

.bottomlinks {
  margin: 0 auto;
  padding: 0.5em 0;
  text-align: center;
  background: #eee;
  color: #aaa;
  border-radius: 0 0 10px 10px;
  font-size: 0.8333em;
}

.footerlinks {
  margin: 0 auto;
  color: #999;
  font-size: 0.8333em;
}
.footerlinks a {
  color: #555;
}
.footerlinks a:hover {
  color: #111;
}

div#main {
  margin: 0 0 1em 0;
  display: flex;
  align-items: center;
}

.consoles {
  margin: 0 auto;
  text-align: center;
}
.consoles iframe {
  margin: 0;
  padding: 0;
  border: 0;
}
.consoles .console {
  border: 1px solid #ddd;
  margin: auto;
}

/*# sourceMappingURL=settings-simple.css.map */
