﻿body {
  height: 100%;
  background-color: whitesmoke;
  margin-top: 50px;
}
body .header {
  background-color: #4d4d4d;
  color: white;
  width: 300px;
  margin-top: 10px;
  padding: 10px;
  height: 40px;
  position: center;
}
body .title {
  padding-top: 0.7em;
  justify-self: right;
  align-self: center;
  font-weight: 600;
}
    body .datePicker {
        border-width: 1px;
        border-style: solid;
        border-color: #ccc;
        border-radius: 4px !important;
    }