body {
  background-image: url("./display/purple-stars-bg.gif");
  background-attachment: fixed;
  width:400px;
  margin:0px;
  font-size: 10pt;
  line-height: 1.15;
}
*::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}
*::-webkit-scrollbar-thumb {
  background-color: #822ed6;
  border-radius: 20px;
}
input[type=checkbox] {
    vertical-align: middle;
    position: relative;
    bottom: 1px;
    margin: 0px;
}
h1,h2,label,select,option,input,body,button,.footer,.blinkieLinkHolder {
  font-family: Consolas,monospace;
}
h2 {
  font-size: 16pt;
  margin-top: 0px;
  margin-bottom: 0px;
  text-align: center;
}
img {
    image-rendering: optimizeSpeed;
    image-rendering: -moz-crisp-edges;                   /* firefox         */
    image-rendering: -o-crisp-edges;                     /* opera           */
    image-rendering: -webkit-optimize-contrast;          /* chrome & safari */
    image-rendering: pixelated;                          /* chrome          */
    image-rendering: optimize-contrast;                  /* CSS3 proposed   */
    -ms-interpolation-mode: nearest-neighbor;            /* IE8+            */
}
input, option {
  font-size: 10pt;
}
select, button {
    margin-top:4px;
}
select {
    width:200px;
}
action {
    color:blue;
    text-decoration: underline;
    cursor:pointer;
}
.blinkie {
    width:  150px;
    height: 20px;
    margin: 2px 6px 2px 6px;
}
.content {
    background-color:rgba(201,179,230,0.75);
    padding: 8px;
}
.footer,#blinkieLinkHolder{
  font-size: 8pt;
}
.footer {
    margin-top: 16px;
    margin-bottom: 8px;
}
.singleLineText {
    resize:none;
    margin-bottom: -6px;
    height:18px;
    overflow: overlay;
}
.tooltip {
  position: relative;
  display: inline-block;
  border-bottom: 1px dotted black;
}
.tooltip .tooltiptext {
  visibility: hidden;
  width: 120px;
  background-color: black;
  color: #fff;
  position: absolute;
  z-index: 1;
  font-size: 8pt;
  width: 120px;
  top: 125%;
  left: 50%;
  margin-left: -80px;
}
.tooltip:hover .tooltiptext {
  visibility: visible;
}
#blinkieText {
    width:190px;
    overflow:hidden;
    resize:none;
    margin-bottom: -6px;
    padding-left:4px;
    padding-top:1px;
    padding-bottom:1px;
    padding-right:4px;
}
#blinkieLinkHolder {
    margin:0px;
}
#freshBlinkie {
    width:  150px;
    height: 20px;
}
#submitbtn {
    font-size:10pt;
    margin-top: 4px;
    height:22px;
    padding-top:0px;
    padding-bottom:0px;
}
#tiles {
    margin-top: 4px;
}
