body{margin: 0;padding: 0}    
    
h1{font-size: 1.5em;text-transform: uppercase;text-align: center;font-weight: 800}
.schedule-container{
background-image:linear-gradient(rgba(142, 87, 13, 0.70), rgb(0, 0, 0, 0.98)), url("https://www.nacion.com/gnfactory/comercial/audiencias/2023/tiempo-libre/img/concert.jpg");background-repeat: no-repeat;background-size: cover;background-position: center;max-width: 721px;margin: auto;padding: 1px;color: #ffffff;font-family: Arial, Helvetica, sans-serif;font-size: 0.80em} .schedule-row{width: 96%;overflow: hidden; padding: 3px;border-bottom: 2px dotted #ffffff;margin: auto;line-height: 15px}
.schedule-item,.schedule-item-actividad,.schedule-item-hora,.schedule-item-lugar,.schedule-item-entrada,.schedule-item-fecha{display: inline-block; width: 21%;text-align: center;vertical-align: middle;padding-top: 3px}
.schedule-suscripcion{margin-top: 12px;text-align: center;padding-bottom: 12px}  
h1{font-size: 1.3em;text-transform: uppercase;text-align: center;font-weight: 800}
.schedule-container{
background-image:linear-gradient(rgba(142, 87, 13, 0.70), rgb(0, 0, 0, 0.98)),url("https://www.nacion.com/gnfactory/comercial/audiencias/2023/tiempo-libre/img/concert.jpg");background-repeat: no-repeat;background-size: cover;background-position: center;max-width: 721px;margin: auto;padding: 1px;color: #ffffff;font-family: Arial, Helvetica, sans-serif;font-size: 0.80em} .schedule-row{width: 96%;overflow: hidden; padding: 3px;border-bottom: 2px dotted #ffffff;margin: auto;line-height: 15px}
.schedule-item,.schedule-item-actividad,.schedule-item-hora,.schedule-item-lugar,.schedule-item-entrada,.schedule-item-fecha{display: inline-block; width: 21%;text-align: center;vertical-align: middle;padding-top: 3px}
.schedule-suscripcion{margin-top: 12px;text-align: center;padding-bottom: 12px}   
body::-webkit-scrollbar {
  width: 12px; 
  /* width of the entire scrollbar */
}

body::-webkit-scrollbar-track {
  background: rgb(38, 23, 4);  
background-size: 50px    
/* color of the tracking area */
}

body::-webkit-scrollbar-thumb {
  background-color: #ff4108;    /* color of the scroll thumb */
  border-radius: 20px;       /* roundness of the scroll thumb */
}
::-webkit-scrollbar-track {
    margin-top: 0;
    margin-bottom: 0;
}
:root{
  scrollbar-color:  rgb(2, 1, 0)!important;
  scrollbar-width: 15px !important;
  scroll-border-radius:20px;    
  scroll-padding-top: 0;    
  scroll-padding-bottom: 0;    
}    