@import url('https://fonts.googleapis.com/css?family=Roboto:400,400i,700,700i');

html {
  box-sizing: border-box;
  -moz-box-sizing:border-box;
}
*, *:before, *:after {
  box-sizing: inherit;
}

html {
  //height: 100%;
  //width: 100%;
}

html, body {
  background-color: #ffffff;
  border: 0;
  margin: 0;
  padding: 0;
}

body, form {
  background-color: #ffffff;
  color: black;
  font-family: 'Roboto', 'Verdana', 'Tahoma', 'Arial', sans-serif;
  font-size: 9pt;
}

#contentDiv {
  margin: 5px;
}

#topDiv {
  background-color: #406080;
  border-bottom: 1px solid #203040;
  box-shadow: 0px 1px 8px 0px rgba(0, 0, 0, 0.4);
  overflow: hidden;
  height: 44px;
  width: 100%;
  margin: 0;
  padding: 0;
}

#logoDiv {
  margin: 1px 0 0 5px;
  margin-top: 1px;
  float: left;
  vertical-align: middle;
}
#titleDiv {
  width: auto;
  float: left;
  overflow: hidden;
  margin: 0 0 0 5px;
  padding: 0;
}
#titleText {
  color: white;
  font-size: 12pt;
  margin: 2px 0 0 0;
  padding: 0;
}
#subtitleText {
  color: white;
  font-size: 10pt;
  margin: 0;
  padding: 0;
}

#qentryDiv {
  margin: 5px;
  width: auto;
  height: auto;
  overflow-x: hidden;
  overflow-y: auto;
}

#qresultsDiv {
  margin: 5px;
  overflow-x: hidden;
  overflow-y: auto;
}

#disclaimerDiv {
  margin: 5px;
  overflow: hidden;
}

table {
  width: 100%;
}
td, th {
  font-size : 9pt;
  padding : 1px;
}
#qresultsDiv tr.even {
  background-color: #f4f4f4;
}
#qresultsDiv tr.odd {
  background-color: #fcfcfc;
}

#qresultsDiv th {
  border: 1px solid #cccccc;
}
#qresultsDiv td {
  border: 1px solid #eeeeee;
}

input, fieldset {
  font-size : 9pt;
}

p.disclaimer {
  font-size : 8pt;
  font-weight: bold;
  color: #330000;
  margin: 0;
  text-align: center;
}
li {
  padding : 3px;
}
