:root {
  --color-text-main: #112233;
  --wrapper-height: 10vh;
  --dark: #000060;
  --light: #bbddff;
  --tabs: rgba(240, 248, 255, 0.75);
  --button: rgba(128, 192, 255, 0.25);
  --button-active:  rgba(0, 64, 128, 0.5);
}
div {
  /*border:solid 1px black;*/
}
* {
  box-sizing: border-box;
}
[hidden] {
  display: none !important;
}
a.url {
  font-style: normal;
  font-weight: 400;
  color: var(--dark);
  text-decoration: underline;
  border-style: none;
  overflow-wrap: anywhere;
}
.buttonbar {
  background-color: var(--button-active);
  padding: 0.5em 1em 0.5em 1em;
  margin-top: 0.5em;
  border: 1px solid var(--dark);
  border-radius: 10px;
  min-width: 537px;
  position: relative;
  overflow: auto;
}
.tabs {
  background-color: var(--tabs);
  padding: 1em;
  margin-top: 0.5em;
  border: 1px solid var(--light);
  border-radius: 10px;
  min-width: 537px;
  min-height: 200px;
  position: relative;
  overflow: auto;
}
.tabbar {
  float: left;
  width: 1%;
}
.tabbutton {
  background-color: var(--button);
  color: var(--dark);
  border: 1px solid #000000;
  border-radius: 4px;
  min-height: 2em;
  min-width: 5em;
  margin-bottom: 0.5em;
  line-height: 2em;
  text-align: center;
  display: inline-block;
  margin-right: 1em;
  box-sizing: border-box;
  cursor: pointer;
}
.tabbutton.active {
  background-color:var(--button-active);
  color: #ffffff;
  transform: scale(0.99);  
}
.tabbutton:hover {
  cursor: pointer;
  box-shadow: 0 2px 10px var(--dark);
  transform: scale(1.05);
}
.tab {
  float: right;
  width: calc(100% - 94px);
}
@media only screen and (max-width: 1000px) {
  .wide {
    display: none;
  }
  .content-form button.widebutton {
    width: 5em;
  }
}
body {
  font-family: 'Helvetica', 'Arial', sans-serif;
  background: url(images/Background.jpg)
    no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  color: var(--color-text-main);
  padding: 0;
  margin: 0;
}
.wrapper {
  min-height: var(--wrapper-height);
  display: grid;
  margin: 0 1em 0 1em;
}
.content {
  display: flex;
  flex-direction: column;
  align-items: left;
  justify-content: left;
}
#header {
  width:100%;
  background-color: var(--button-active);
  color: white;
  font-style: normal;
  margin: 0 0 0.5em 0;
  vertical-align: middle;
  line-height: 1.5em;
  height: 4em;
  background-image:url(images/logo.png);  
  background-image:url(images/SmoothShareText.png);
  background-repeat: no-repeat;
  background-position: 10px 10px;
  background-size: 210px 47px;
}
#title {
  font-weight: 700;
  font-size: xx-large;  
  display: inline-block;
}
#subtitle {
  font-weight: 700;
  font-size: small;
  text-align:right;
}
h2 {
  color: var(--dark);
  font-style: normal;
  font-weight: 700;
  font-size: large;
  line-height: 105%;
  margin: 0.5em 0 0 0;
}
.content-form {
  width: 100%;
}
.content-form a:not(.btn--remix) {
  font-weight: 700;
  margin-top: 8px;
}
.content-form button {
  background-color: var(--button);
  color: var(--dark);
  border: 1px solid #000000;
  border-radius: 4px;
  width: 18em;
  vertical-align: middle;
}
.content-form button:hover {
  cursor: pointer;
  box-shadow: 0 2px 10px var(--dark);
  transform: scale(1.01);
}
.content-form button:active {
  cursor: pointer;
  transform: scale(0.99);
  background-color: var(--button-active)
}
.content-form input {
  width: 14em;
}

button,
input,
pre {
  font-family: inherit;
  font-size: 100%;
  background: #ffffff;
  border: 1px solid #000000;
  box-sizing: border-box;
  border-radius: 4px;
  padding: 0.5rem 1rem;
  margin: 0em 0em 0em 0em;
}
input[type="radio"] {
  width: 1em;
  margin: 0 0.5em 0 1em;  
}

#key {
  margin-top: 0em;
  vertical-align: bottom;
  margin-right: 0em;
}
pre {
  height: calc(100vh - 280px);
  min-height: 100px;
  width: calc(100vw - 160px);
  min-width: 405px;
  overflow: scroll;
  margin-bottom: 0;
}
button {
  padding: 8px 0 4px 0;
  float:right;
  margin-right:0;
  margin-left:0.5em;
  color: white !important;
}
label.key {
  color: var(--light);
  margin: 0.5em 0.5em 0 0;
  display: inline-block;
  height: 1.7em;
}
#spinner {
  z-index: 1000;
  position: absolute;
  top: 40px;
  left: 110px;
  width: 105px;
  height: 105px;
  display: none;
}
#spinner.spin {
  display: unset;
}
ol,
ul {
  margin-block-start: 0;
}
strong {
  color: var(--dark);
}
li strong,
span {
  vertical-align: top;
}
i.lni {
  font-weight: 1000;
  font-size: 18px;
}
