@@font-face {
  font-family: roboto;
  src: url( '/fonts/truetype/Roboto-1Regular.ttf' );
}
body {
  padding: 0px;
  margin: 0px;
  background-color: #fafafa;
  color: #464646;
  width: 100%;
  height: 100%;
}
button {
  font-family: roboto;
  font-size: 24px;
}
#header {
  padding: 0px;
  margin: 0px;
  width: 100%;
  position: absolute;
  height: 75px;
}
#fids_view {
  width: 100%;
  height: 75%;
  background-color: #333333;
  position: absolute;
  top: 75px;
}
.fids_page_viewer {
  width: 100%;
  height: 100%;
  background-color: #333333;
}
#title_text {
  font-size: 25px;
  font-family: roboto;
  text-align: center;
  vertical-align: middle;
  line-height: 75px;
  width: 1280px;
  height: 75px;
  float: left;
}
#btn_container {
  width: 25%;
  position: absolute;
  left: 0px;
  top: 15px;
}
#rapidfids_logo {
  width: 170px;
  height: 54px;
  top: 10px;
  left: 400px;
  position: absolute;
}
