#mobilecontrolscontrol {
    position: absolute;
    height: 25px;
    border-radius: 10px;
    background-color: rgb(255, 0, 0);
    margin-left: 5px;
    background-image: linear-gradient(to bottom, transparent, transparent 50%, rgba(0, 0, 0, .11)), linear-gradient(to top, transparent, transparent 50%, rgba(0, 0, 0, .11));
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .55), inset 0 1px 0 0 rgba(255, 255, 255, .45), inset 0 -1px 0 0 rgba(255, 255, 255, .25), inset 0 1px 0 0 rgba(255, 255, 255, .55);
}
#mobilecontrolscontrol:hover {
    background-color: blue;
    color: white;
}
#mobilecontrolscontrol:active {
    background-color: green;
}
#mobilecontrols {
    background-color: grey;
    display: none;
    padding-top: 3px;
    padding-left: 3px;
    padding-bottom: 3px;
}
#mobilecontrols button {
    border: 3px solid black;
    padding: 17px;
    background-color: grayscale(200);
    background-image: linear-gradient(to bottom, transparent, transparent 50%, rgba(0, 0, 0, .11)), linear-gradient(to top, transparent, transparent 50%, rgba(0, 0, 0, .11));
    font-size: 20px;
    font-family: monospace;
    border-radius: 5px;
    margin-left: 3px;
    margin-bottom: 3px;
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .55), inset 0 1px 0 0 rgba(255, 255, 255, .45), inset 0 -1px 0 0 rgba(255, 255, 255, .25), inset 0 1px 0 0 rgba(255, 255, 255, .55);
}
#mobilecontrols button:hover {
    background-color: rgb(255, 0, 0);
    background-image: linear-gradient(to bottom, transparent, transparent 50%, rgba(0, 0, 0, .11)), linear-gradient(to top, transparent, transparent 50%, rgba(0, 0, 0, .11));
}
#dim [type="submit"] {
  position: absolute;
  height: 25px;
  border-radius: 10px;
  background-color: rgb(255, 0, 0);
  background-image: linear-gradient(to bottom, transparent, transparent 50%, rgba(0, 0, 0, .11)), linear-gradient(to top, transparent, transparent 50%, rgba(0, 0, 0, .11));
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .55), inset 0 1px 0 0 rgba(255, 255, 255, .45), inset 0 -1px 0 0 rgba(255, 255, 255, .25), inset 0 1px 0 0 rgba(255, 255, 255, .55);
}
#dim [type="submit"]:hover {
    background-color: blue;
    color: white;
}
#dim [type="submit"]:active {
    background-color: green;
}
