header {
  display : flex;
  display : -ms-flexbox;
  justify-content : space-between;
  -ms-justify-content : space-between;
}

#pageSubTitle {
  width : 130px;
  height : 20px;
  text-align : center;
  line-height : 20px;
  font-weight : bold;
  background-color : #FFCC99;
}

#dateTime {
  font-weight : bold;
}