.logo {
  background-color: #000000;
  color: #FFFFFF;
}

body {
    background-color: #FFFFFF;
    color: #777777;
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
}

thead input {
  width: 100%;
}

.fullscreen {
    display:block;
    z-index: 9999;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
}