<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* IPCC Calculators for investujeme.cz ver. 1.1 */

  .ip3c {
    font-family: sans-serif;
    border: 1px solid #aaa;
    box-shadow: 0px 0px 6px #aaa; 
    max-width: 40em; 
    padding: 0;
    margin: 0;  
  }
  
  .ip3c h4 {
    font-size: 1.2em;
    font-weight: 400;
    padding: 1em;
    margin: 0;
    background: #f0f8ff; 
  }
  
  .ip3c .ip3cRow {
    margin: 1em 1em 0;
    color: #444;
    font-size: 0.94em;
  }
  
  .ip3c .ip3cLabel {
    width: 20em;
    float: left;
  }

  .ip3c .ip3cInput {
    text-align: right;
  }  
  .ip3c .ip3cInput input {
    border: none;
    border-bottom: 1px solid #ccc;
    font-size: 1em; 
  }
  .ip3c .ip3cInput span {
    width: 1em;
    display: inline-block;
  }  
  
  .ip3c .ip3cSlider {
    margin-top: .25em;    
  }
  
  .ip3c .ip3cBtnRow {
    margin: .5em 0 0 0;    
    color: #444;
    font-size: 0.94em;
    background: #f0f8ff;   
  }
  
  .ip3c .ip3cBtnRow input {
    margin: 1em 1em;
  }
  
  .ip3c .ip3cResult {
    color: #fff;
    background: #07456f;
    padding: 1em 1em 2em 1em;  
    font-weight: bold; 
  }
  
  .ip3c .ui-slider-range {
    background: #f0f8ff;    
  }
  
  .ip3c .ui-button {
    color: #fff;
    background: #07456f;
  }
  
  .ip3c .ui-button:hover, .ip3c .ui-button:active, .ip3c .ui-button:focus {   
    color: #fff;
    background: #07456f;
  }  

  .ip3c .ip3cResult table {
    border-collapse: collapse;
    border: 1px solid #fff;
    font-size: 95%;
  }  

  .ip3c .ip3cResult th {
    border: 1px solid #fff;
    color: #fff;
    text-align: center;
    font-weight: bold;
    padding: 5px 5px;
  }
  
  .ip3c .ip3cResult td {
    border: 1px solid #fff;
    color: #fff;
    text-align: right;
    padding: 0px 5px;
  }  
  
  .ip3c .ip3cResult td {
    width: 18%;
  }    
  
  .ip3c .ip3cResult td:first-child {
    width: 10%;
  }    

  </pre></body></html>