body {
  font-family: arial;
}

#header input,
#header #search>*,
#header #search .submit {
  display: inline;
  float: none;
}

button * {
  background: radial-gradient(circle, rgba(97, 255, 176, 1) 3%, rgba(242, 36, 156, 1) 51%, rgba(135, 255, 189, 1) 100%);
}

#main .actions button a {
  background: radial-gradient(circle, rgba(97, 255, 176, 1) 3%, rgba(242, 36, 156, 1) 51%, rgba(135, 255, 189, 1) 100%);
}

li a button,
button li a,
button a,
button li,
.actions button,
.actions button:hover,
.actions button a,
input[type="submit"],
button,
.button,
.actions li input[type="submit"],
.actions li a,
.actions li button,
.actions li input,
.actions li input[type="submit"],
.actions li .current,
.actions li label {
  background: radial-gradient(circle, rgba(97, 255, 176, 1) 3%, rgba(242, 36, 156, 1) 51%, rgba(135, 255, 189, 1) 100%);
  color: #fff;
}

#main .actions button ul {
  background: radial-gradient(circle, rgba(97, 255, 176, 1) 3%, rgba(242, 36, 156, 1) 51%, rgba(135, 255, 189, 1) 100%);
}

#main button {
  background: radial-gradient(circle, rgba(97, 255, 176, 1) 3%, rgba(242, 36, 156, 1) 51%, rgba(135, 255, 189, 1) 100%);
}

#header .landmark {
  clear: none;
  font-size: 0;
  border: none;
}

span.title {
  color: #fff;
}

#dashboard.own {
  background: transparent;
  border-image-source: radial-gradient(circle, rgba(131, 255, 122, 1) 0%, rgba(255, 5, 151, 1) 100%);
  border-image-slice: 1;
  opacity: 1.0;
  border-radius: 0.25em;
}

h3 .heading {
  color: #fff;
}

.listbox {
  color: #000;
  box-shadow: none;
}

.listbox,
fieldset fieldset.listbox {
  border-color: hotpink;
  color: #000;
  background: radial-gradient(circle, rgba(131, 255, 122, 1) 0%, rgba(255, 5, 151, 1) 100%);
}

.listbox p {
  color: #000;
}

.listbox > .heading,
.listbox .heading a,
.listbox .heading a:visited {
  color: #000;
  font-family: arial;
  text-decoration: underline;
  padding: 2px;
  text-decoration-style: wavy;
  text-shadow: 4px 1px 3px #fff;
  background: hotpink;
  border: 2px inset #00ff80;
}

.listbox .index li .heading a,
.listbox .index li .heading a:visited {
  background-color: hotpink;
  color: #000;
  border: 5px inset #00ff84;
}

.listbox .index {
  box-shadow: inset 1px 1px 3px var(--red50);
  color: #000;
}

.listbox .index li .heading {
  color: #000;
  font-family: arial;
  padding: 5px;
}

.listbox .tags.index.group a:hover {
  background-color: transparent;
}

.splash .browse li:before {
  content: "♫";
  color: hotpink;
  margin-right: .5rem;
}

.splash .module h3 {
  color: #fff;
}

#header span {
  text-align: center;
}

#header a,
#header fieldset,
#header form,
#header p,
#header li,
#header h1,
#small_login dl {
  background: transparent;
  font-size: 100%;
  border: none;
  text-align: center;
  padding: 0;
  margin: 0;
  border-radius: 0;
  box-shadow: none;
}

#header {
  font-size: 0.875em;
  margin-top: 25px;
  text-align: center;
}

#header p {
  text-align: center;
}

#header li {
  display: block;
  position: relative;
}

#header a,
#header a:visited,
#header .primary .open a,
#header .primary .dropdown:hover a,
#header .primary .dropdown a:focus {
  color: #111;
  align-content: center;
}

#header .actions a:hover,
#header .actions a:focus,
#header .dropdown:hover a,
#header .open a {
  background: #ddd;
}

#header .heading {
  float: none;
  text-decoration: underline;
  text-decoration-style: wavy;
  text-align: center;
  font-family: fantasy;
  padding: 0.375em;
}

#header .heading a {
  color: hotpink;
  text-align: center;
  font-size: 1.714em;
  line-height: 1.75em;
}

#header .heading sup {
  font-size: 0.583em;
  font-style: italic;
}

#header .logo {
  align-content: center;
  float: none;
  height: 42px;
}

#header .menu,
#small_login {
  background: #ddd;
  display: none;
  padding: 0.25em 0;
  position: absolute;
  width: 20em;
  z-index: 55;
  box-shadow: 1px 1px 3px -1px #444;
  background-image: linear-gradient(to bottom, rgba(221, 221, 221, 0.98) 0%, rgba(204, 204, 204, 0.98) 100%);
}

#header .open .menu,
#header .dropdown:hover .menu,
.open + #small_login,
#header .menu li {
  display: block;
  float: none;
}

#header .menu li {
  border-bottom: 1px solid #888;
  margin: 0 0.25em;
}

#header .menu li:last-child {
  border-bottom: none;
}

#header .dropdown .menu a {
  background: transparent;
  display: block;
  padding: 0.75em 0.5em 0.5em;
}

#header .dropdown .menu a:hover,
#header .dropdown .menu a:focus {
  background: rgba(255, 255, 255, 0.25);
}

#login,
#greeting {
  float: right;
  margin-right: 0.375em;
}

#header .user {
  padding: 0.429em 0 0;
  position: relative;
  z-index: 20;
}

#header .user a,
#small_login .action {
  padding: 0.25em 0.75em;
}

h4 .heading {
  color: #000;
}

#header .user a:hover,
#header .user a:focus {
  color: #900;
  border-radius: 0.25em;
}

#login .open a:hover,
#login .open a:focus {
  background: #eee;
}

#greeting .user > li {
  margin: 0 0.125em;
}

#greeting .menu {
  right: 0;
  box-shadow: -1px 1px 3px -1px #444;
}

#greeting .open a,
#greeting .dropdown:hover a {
  border-radius: 0.25em 0.25em 0 0;
}

#greeting .dropdown .menu a {
  border-radius: 0;
}

#greeting p.icon {
  float: right;
  height: auto;
  padding: 0.429em 0.125em 0;
  line-height: 1;
  width: auto;
}

h3 {
  background: radial-gradient(circle, rgba(131, 255, 122, 1) 0%, rgba(255, 5, 151, 1) 100%);
  color: #fff;
}

h3 a {
  color: #fff;
}

#greeting p.icon a {
  display: block;
  padding: 0;
}

#greeting img.icon {
  height: 1.786em;
  width: 1.786em;
  background-size: 100%;
}

#small_login {
  border: 2px solid #fff;
  padding: 0.375em;
  right: 0;
  z-index: 10;
  box-shadow: none;
}

#small_login form {
  margin-top: 1.286em;
}

#small_login dt,
#small_login dd {
  margin: 0;
  width: 99%;
}

#small_login dt,
#small_login .submit {
  border-bottom: none;
  padding: 0.375em 0 0;
}

.home .header ul.actions a {
  background: radial-gradient(circle, rgba(97, 255, 176, 1) 3%, rgba(242, 36, 156, 1) 51%, rgba(135, 255, 189, 1) 100%);
  text-shadow: 7x 1px 2px black;
  color: #fff;
}

#small_login .actions {
  float: none;
  text-align: left;
}

#small_login .footnote {
  float: left;
  font-size: 0.857em;
  padding: 0.375em 0;
}

#small_login .footnote li {
  padding: 0 0.25em;
}

.dropdown #small_login .footnote a {
  background: transparent;
  border-bottom: 1px solid;
}

#header .primary {
  background: radial-gradient(circle, rgba(131, 255, 122, 1) 0%, rgba(255, 5, 151, 1) 100%);
  padding: 0 0;
  width: 100%;
  box-shadow: inset 0 -6px 10px rgba(0, 0, 0, 0.35),
    1px 1px 3px -1px rgba(0, 0, 0, 0.25),
    inset 0 -1px 0 rgba(0, 0, 0, 0.85);
}

#header .primary > li:first-of-type {
  margin-left: 2em;
}

#header .primary a {
  padding: 0.429em 0.75em;
}

#header .primary a {
  color: #fff;
}

#header .primary .menu a {
  color: #111;
  padding: 0.75em 0.5em 0.5em;
}

#header .search {
  float: right;
  color: #2a2a2a;
  margin-right: 0.25em;
}

#header #search input:focus {
  color: #2a2a2a;
  outline: 1px dotted;
}

#header #search .text,
#header #search .button {
  border: none;
}

#header #search .text {
  margin: 0.2857em 0.429em;
}

#header #search .button {
  margin: 0;
}

#header h2 {
  border-top: 1px solid;
  clear: both;
  color: #fff;
  display: block;
  font-size: 1.714em;
  line-height: 1.5;
  margin: 0;
  padding: 0 0.375em;
  text-shadow: none;
}

#footer {
  background: radial-gradient(circle, rgba(131, 255, 122, 1) 0%, rgba(255, 5, 151, 1) 100%);
  border-top: 2px solid;
  color: #fff;
  float: left;
  font-size: 0.75em;
  position: relative;
  padding: 0;
  width: 100%;
}

#footer ul {
  border: 0;
  clear: both;
  margin: 1.5em 0;
  padding: 1em 5%;
  float: left;
  text-align: left;
  width: 90%;
}

#footer li {
  position: relative;
  display: block;
}

#footer a,
#footer button {
  background: transparent;
  border: 0;
  font-weight: 400;
  margin: auto;
  outline: 0;
  padding: 0;
  vertical-align: baseline;
  box-shadow: none;
  border-radius: 0;
}

#footer a,
#footer button {
  color: #fff;
  display: inline;
  text-decoration: underline;
  line-height: 1.5;
  white-space: normal;
  text-underline-position: under;
}

#footer button {
  cursor: pointer;
  text-align: start;
  height: unset;
}

#footer a:focus,
#footer button:focus {
  outline: 1px dotted;
}

#footer .module {
  max-width: 20%;
  padding: 0 2%;
}

#footer .menu {
  margin: 0;
  padding: 0;
}

#footer .heading {
  display: block;
  color: #fff;
}

