/* v1 on 22062023: Created first stable version.
Author: RSC */
  
 .card-header{
    background-color: #6c6c6c;
    color: white;
}

.sticky {
    position: -webkit-sticky; /* Safari */
    position: sticky;
    top: 0;
    background-color: #eb4034;
    border: 2px solid red;
    font-size: 16px;
    text-align: center;
    z-index: 20; /* to ensure it will be above other html elements */
}
