   body {
      /*font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
      background-color: #f2f2f2;
      margin: 0;
      padding: 0;*/
    }
    #pycalc {
      max-width: 700px;
      width: 100%;
      background: #fff;
      /*margin: 50px auto;*/
      padding: 30px;      
			border-radius: 16px;
      box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
			
    }
   #predictionSection h2, #nextYearSection h2 {
      text-align: center;
      color: #0a663a;
    }
#predictionSection, #nextYearSection p {
      color: #0a663a;
    }

#personalYearResult{
	color: #0a663a;
}
    #pycalc label {
      display: block;
      margin-top: 20px;
      font-weight: bold;
      color: #0a663a;
    }
   #pycalc input[type="text"],
    #pycalc input[type="date"],
    #pycalc select {
      width: 100%;
      padding: 10px;
      margin-top: 5px;
      border: 1px solid #ddd;
      border-radius: 4px;
      box-sizing: border-box;
    }

#pycalc button {
margin-top: 20px;
	
}
  /*#pycalcmargin-top: 20px; button {
      display: block;
      width: 100%;
      margin-top: 20px;
      padding: 12px;
      background-color: #69a12e;
      color: #fff;
      font-size: 16px;
      border: none;
      border-radius: 4px;
      cursor: pointer;
    }
   #pycalc button:hover {
      background-color: #0056b3;
    }*/
    .result {
      margin-top: 30px;
      padding: 20px;
      background-color: #F9FAFB;
      border-left: 5px solid #0a663a;
      border-radius: 4px;
    }
    .bold-text {
      font-weight: bold;
    }
    /* Print Styles: Only print the printable container */
    @media print {
      #yearForm,
  #personalYearResult,
  #printButton, #mobile-toggle, .main-navigation,
  .site-footer,
  nav,
  footer,
  .widget-area, .custom-logo {
    display: none !important;
  }

  /* 2. Show your container wrapper so its children can appear */
  #pycalc {
    display: block !important;
    margin: 0 !important;
    padding: 0 !important;
    box-shadow: none !important;
  }

  /* 3. Show logo/header and zero out its bottom margin 
  .custom-logo,
  header.site-header {
    display: block !important;
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
		margin-left: 130px !important;
		pointer-events: none !important;  
		text-decoration: none !important;
    background: none !important;  
  }*/
			
		
			

  /* 4. Show your H1 title and remove its bottom spacing */
  .kt-inside-inner-col h1 {
    display: block !important;
    margin: 0 0 0 !important;
    padding: 0 !important;
  }
			
			
	/*#personalYearResult {
    display: block !important;
    position: absolute !important;
    top: -4.5em;      
    left: 0;
    width: 100%;
    margin: 0 !important;
    padding: 0 !important;
		border-left: none !important;
		font-size:24px;
  }*/
			
			

  /* 5. Show the #printable wrapper and its contents, remove its top spacing */
  #printable,
  #printable * {
    display: block !important;
    margin: 0 !important;
    padding: 0 !important;
  }
  #printable {
		/*margin-top: 3em !important;*/
    margin-top: 0 !important;
    padding-top: 0 !important;
    page-break-before: avoid;
  }

  /* 6. Remove extra spacing inside the result boxes */
  #predictionSection, 
  #nextYearSection {
    margin: 0 !important;
    padding: 0 0 10px !important; /* only small padding if needed */
    border-left: none !important;
  }
			#predictionSection h2{
				
				margin: -100px 0 5px !important;
    padding: 0 0 20px !important;
			}
  #nextYearSection h2 {
    margin: 0 0 5px !important;
    padding: 0 !important;
  }
  #predictionSection p,
  #nextYearSection p {
    margin: 0 0 5px !important;
    padding: 0 !important;
  }

  /* 7. Reset body margins so nothing pushes down */
  body {
    margin: 0 !important;
    padding: 0 !important;
  }
			
      /* Hide the Print PDF button when printing 
      #printButton {
        display: none !important;
      }
      /* Remove left border from printed sections 
      .result {
        border-left: none !important;
      }			
			#pycalc{
				box-shadow:none !important;
			}*/
			
			.con-py, .py-mean, .book_form, .calc_head, .calc_links, .site-footer{
				display: none !important;
			}
    }
 