/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */

 .cmp_print_btn{
   display:flex;
   align-items: center;
   justify-content: center;
   border:1px solid #666;
   padding:4px 8px;
   border-radius:4px;
   cursor:pointer; 
}

