@charset "UTF-8";

.header {
    background-color: blue;
    color: white;
}

.headerName {
    font-weight: bolder;
    font-size: x-large;
}

.headerVersion {
    font-size:small;
}

.cardSpecificInfo{
    height: 100%;
    font-size : smaller;
}

.table tbody tr.highlight td {
    background-color: #8a9be5;
    color:white;
  }