input:focus {
    outline: 0 none;
}

textarea:focus {
    outline: 0 none;
}
.Button:focus {
    outline: 0 none;
}

.spilgames-branding-image{
    display: block;
    left: 50px;
    top: 100px;
    position: absolute;
}

.Header {
     background-color: white;
     background-image: none;
     border: none;
     text-shadow: none;
     border-bottom: white solid 3px;
     font-weight: bold;
     position: fixed;
     width: 100%;
     height: 62px;
     top: 0;
     left: 0;
     z-index: 100
 }

*{-webkit-tap-highlight-color: rgba(0,0,0,0); }