/* You can add global styles to this file, and also import other style files */
.jumbotron {
    padding-top: 2.5rem;
    padding-bottom: 0.5rem;
}

.jumbotron-message {
    padding-bottom: 0.25rem;
    font-family: Helvetica Neue Thin;
    font-size: 24px;
}

.Logo {
    padding-bottom: 2rem;
}

.thead {
    color: rgb(194, 194, 194);
    background-color: grey;
}

.tfoot {
    color: rgb(194, 194, 194);
    background-color: grey;
}
.table-fit {
    width: auto !important;
    table-layout: auto !important;
}

.panel {
    height: 16rem;
    -webkit-transition: background 0.5s;/* For Safari 3.1 to 6.0 */
    transition: background 0.5s;
  }
  
.panel:hover {
    background: rgb(245, 245, 245);
  }

.panel-top {
    height: 80%;
    align-content: flex-start;
}

.panel-bottom {
    height: 20%;
}

.right {
    text-align: right;
}