* {
    touch-action: manipulation;
}

body {
background-color: #eeeeee;
font-size: 16px;
}

input[type=text] {
  background-color: #dddddd;
  height: 26px;
  color: #f44336
}
input[type=submit] {
  background-color: white;
}

span.title {
  color:black;
  font-size:xx-large;
}
#mystripe{
    line-height: 1px;
    height:1px;
    color: white;
    font-size: x-large;
    background-color: white;
    width: 100%;
}

#mybar{
  line-height: 55px;
  height:55px;
  color: white;
  font-size: 24px;
  font-style: italic;
  font-weight: bold;
  position: fixed;
  background-color: #483555;
  width: 100%;
  top: 0;
  margin: 0 -9990px;
  padding: 0 9999px;
}

#mybarbottom{
    line-height: 60px;
    height:60px;
    color: white;
    font-size:x-large;
    background-color: darkgreen;
    position: fixed;
    z-index: 100;
    bottom: 0;
    left: 0;
    width: 100%;
}

a { text-decoration: none; }

a:hover {
  background-color: #bbbbbb;
  cursor: pointer;
}

#button_bight:hover {
  background-color: #bbbbbb;
  cursor: pointer;
}
#button_bight {
  background-color: #999999;
  background-repeat:no-repeat;
  border: none;
  cursor:pointer;
  overflow: hidden;
  outline:none;
}
