h1
{
  text-align: center;
  width: 100%;
}

.largeFont{
    font-size: xx-large ;
}

.v-data-table__mobile-row__header, .v-data-table__mobile-row__cell {
    font-size: xx-small ;

}

.v-data-table > .v-data-table__wrapper .v-data-table__mobile-row
{
    min-height: 15px;
}

img {
    object-fit: scale-down;
    width: 100%;

}
tr.v-data-table__selected {
    background: #7d92f5 !important;
  }

  .style-ok td {
    background-color: rgb(0, 95, 0) !important;
  }
  .style-open td{
    background-color: rgb(128, 72, 0) !important;
  }
  .style-new td{
    background-color: rgb(133, 0, 0) !important;
  }