<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#content-wrapper {
    width: 800px;
    margin: 0 auto;
    padding: 10px;
}

h1, h2, h3 {
    border-top: 1px solid #00d700;
    padding-top: 15pt;
    text-transform: uppercase;
}
label {
    display: inline;
    font-size: 15pt;
}

input[type=range] {
    border:none;
    margin-bottom: 0;
    padding-bottom: 0;
    -webkit-appearance: none;
    width: 40%;
  }
  input[type=range]:focus {
    outline: none;
  }
  input[type=range]::-webkit-slider-runnable-track {
    width: 100%;
    height: 16px;
    cursor: pointer;
    animate: 0.2s;
    background: #000000;
    border-radius: 2px;
    border: 1px solid #00d700;
  }
  input[type=range]::-webkit-slider-thumb {
    border: 1px solid #00d700;
    height: 30px;
    width: 30px;
    border-radius: 5px;
    background: #000000;
    cursor: pointer;
    -webkit-appearance: none;
    margin-top: -8px;
  }
  input[type=range]:focus::-webkit-slider-runnable-track {
    background: #000000;
  }
  input[type=range]::-moz-range-track {
    width: 100%;
    height: 16px;
    cursor: pointer;
    animate: 0.2s;
    background: #000000;
    border-radius: 2px;
    border: 1px solid #00d700;
  }
  input[type=range]::-moz-range-thumb {
    box-shadow: 0px 0px 0px #00d700;
    border: 1px solid #00d700;
    height: 30px;
    width: 30px;
    border-radius: 5px;
    background: #000000;
    cursor: pointer;
  }
  input[type=range]::-ms-track {
    width: 100%;
    height: 16px;
    cursor: pointer;
    animate: 0.2s;
    background: transparent;
    border-color: transparent;
    color: transparent;
  }
  input[type=range]::-ms-fill-lower {
    background: #000000;
    border: 1px solid #00d700;
    border-radius: 4px;
    box-shadow: 0px 0px 0px #000000;
  }
  input[type=range]::-ms-fill-upper {
    background: #000000;
    border: 1px solid #00d700;
    border-radius: 4px;
    box-shadow: 0px 0px 0px #000000;
  }
  input[type=range]::-ms-thumb {
    margin-top: 1px;
    box-shadow: 0px 0px 0px #00d700;
    border: 1px solid #00d700;
    height: 30px;
    width: 30px;
    border-radius: 5px;
    background: #000000;
    cursor: pointer;
  }
  input[type=range]:focus::-ms-fill-lower {
    background: #000000;
  }
  input[type=range]:focus::-ms-fill-upper {
    background: #000000;
  }

#batsignal {
    width: 750px;
    height: 750px;
    text-align: center;
    margin: 25px auto;
}

#batsignal img {
    width: 700px;
    height: 700px;
    border-radius: 100%;
}

#cropbottom {
    border-bottom: 1px solid #a3a3a3;
    border-left: 1px solid #a3a3a3;
    border-right: 1px solid #a3a3a3;
    height: 20px;
    margin-bottom: 30px;
}

#croptop {
    border-top: 1px solid #a3a3a3;
    border-left: 1px solid #a3a3a3;
    border-right: 1px solid #a3a3a3;
    height: 20px;
    margin-top: 30px;
}

footer {
    border-top: 1px solid #00d700;
    padding: 10px;
    font-size: 9pt;
    text-align: center;
}</pre></body></html>