@media only screen{
  html, body {
      height: 100%;
      width: 100%;
  }
}

@font-face {
  font-family: optumSans;
  src: url(/static/ico/OptumSans-Regular.otf);
}

@font-face {
font-family: optumSansBold;
src: url(/static/ico/OptumSans-Bold.otf);
}

.ag-body-viewport {
  font-family: optumSans;
}


.example-wrapper {
  display: flex;
  flex-direction: column;
  height: 83%;
  width: 93%;
  margin-left: 4%;
  margin-top: 2%;
}

.grid-wrapper {
  font-family: optumSans;
  flex: 1 1 0px;
  width: 100%;
  border-radius: 0%;
  background-color:  #FBF9F4; /*warm white*/;
}

.ag-header-container {
  font-family: optumSans;
  background-color: #FBF9F4; /*warm white*/
}


#myGrid {
  height: 100%;
}