<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">  #calc-container
  {
      background-color:#CBDDEF;
      border-radius: 25px;
      padding:15px 25px 15px 25px;
      font-family:verdana;
      font-size:18px;
  }
  #calc-container input
  {
      border: 4px solid #c0c0c0;
      padding:8px 16px;
      font-family:verdana;
      font-size:18px;
  }
  #calc-container select
  {
      border: 4px solid #c0c0c0;
      padding:4px 8px;
      font-family:verdana;
      font-size:18px;
  }
  
  .calc-error
  {
      font-weight:bold;
      color:red
  }
  
  .calc-input-title {width:30%; float:left; padding-top:12px;}  
  .calc-input{float: right; padding-top:12px;} 
  .calc-select{float: right; padding-top:12px;}
  .calc-select-date{float: right; padding-top:12px;}
  .calc-input2{ padding-top:12px;} 
  .calc-select2{ padding-top:12px;}
  .calc-select-in-line{float:left;}
  
  .calc-text{padding-top:8px}
  
  .calc-submit-button
  {
      font-family:verdana;
      font-size:22px;
      background-color: #4CAF50;
      width: 100%;
      color: white;
      padding: 14px 20px;margin: 8px 0;
      border: none;
      border-radius: 4px;
      cursor: pointer;      
  }
  .calc-iframe{width: 468px;}
  
  @media only screen and (max-width: 600px) {
  .calc-input-title,  .calc-input, .calc-select{width:100%}
  .calc-input input{width:80%!important}
  .calc-input2 input{width:80%!important}
  .calc-select select{width:80%!important}
  .calc-select2 select{width:80%!important}
  .calc-select-in-line select{width:100%!important}
  .calc-iframe{width: 90%;}
  .selDays{width:75px!important}
  .selMonths{width:145px!important}
  .selYears{width:95px!important}
  }</pre></body></html>