.table-head {
    font-size: larger;
    font-weight: bold;
    text-decoration: underline;
}

.date-has-rate {
    background-color: lightskyblue !important;
}

.date-has-rate a {
    background-color: LightSkyBlue !important;
}

.tiny-input-number {
    width: 50px;
}

.small-input-number {
    width: 80px;
}

.input-large {
    width: 310px;
}

.bold {
    font-weight: bold;
}

.darkhr {
  border: 5px solid black;
  border-radius: 2px;
}

.red {
    color: red;
}

.green {
    color: green;
}

.bggrey {
    background-color: lightgrey;
}

.bgwhite {
    background-color: white;
}