/* css styles */

#slide-btn {
     font-size: xx-small;
     padding: 0.2rem 0.3rem !important;
   }

#code-btn {
     font-size: xx-small;
     padding: 0.2rem 0.3rem !important;
   }
   
#data-btn {
     font-size: xx-small;
     padding: 0.2rem 0.3rem !important;
   }
   
  
#down-btn {
 margin-right: 2px;
 margin-left: 2px;
}

a:has(#mtcars-btn) {
 text-decoration: none !important;
}