#menu_table{
	 width: 100%;
}

.lbl_subscribe_to
{
	font-weight:bold !important; 
	
}

.btn_plans
{
  border: none;
  color: white;
  padding: 5px 15px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
}

#btn_light_plan{
	background-color: #9CD111;
}

#btn_mini_plan{
	background-color: #7bbe5f;
}

#btn_standard_plan{
	background-color: #3AAA48;
}

#btn_pro_plan{
	background-color: #089257;
}

#btn_mega_plan{
	background-color: #2A5F4B;
}


#btn_customer_portal
{
	background-color: #008CBA;
}




body 
{
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
    background-color: #f4f4f4;
	
	
	background-image: url('https://www.leemeta.si/sites/default/files/blog-exposed-finalisti-bg.svg');
    background-position: right center;
    background-repeat: no-repeat;
    background-size: 1000px 857px;
    height: 5px !important;
    position: relative !important;
	
	
}
.calculator-container 
{
	max-width: 1000px;
	margin: 0 auto;
	padding: 20px;
	border: 1px solid #ccc;
	border-radius: 8px;
}

.result-section, .graph-section 
{
	margin-top: 20px;
}


.calculator {
    max-width: 1000px;
    margin: 50px auto;
    padding: 20px;
    background-color: white;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.input-section input {
    width: 100%;
    padding: 10px;
    margin: 10px 0;
    border: 1px solid #ccc;
    border-radius: 5px;
}

.button {
    display: block;
    width: 100%;
    padding: 10px;
    background-color: limegreen;
    color: white;
    border: none;
    border-radius: 5px;
    cursor: pointer;
}

.button:hover {
    background-color: darkgreen;
}

.results-section, .graph-section {
    margin-top: 20px;
}

footer {
    margin-top: 20px;
    text-align: center;
}


.charts
{
    width: 500px; 
    height: 800px;  
}

.lbl_green
{
   /*color:#9BD111;*/
   color:black;
   font-size:35px;
   font-weight:bold !important;
}


/*Oblikovanje besedila za izpis rezultatov*/
#resultsText
{
	font-size:20px !important;
	line-height: 2 !important;
	font-weight:bold !important;
	padding:0 !important;
	
	
}


.btnIzracun
{
	 background-color: #4CAF50; /* Green */
  border: none;
  color: white;
  padding: 15px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
	
}