<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* step style */
#step {
	margin: 10px 0 40px;
	padding: 0;
}
#step li {
	padding: 3px 0 6px 120px;
	margin: 0 0 20px;
	list-style: none;
}
#step h3 {
	font: bold 200%/100% Arial, Helvetica, sans-serif;
	margin: 0 0 5px;
	color: #666;
    text-align: left;
}
#step .item1 {
	background: url(../../images/1adim.png) no-repeat;
    background-size: 106px 43px;
}
#step .item2 {
	background: url(../../images/2adim.png) no-repeat;
    background-size: 106px 43px;
}
#step .item3 {
	background: url(../../images/3adim.png) no-repeat;
    background-size: 106px 43px;
}
#step .item4 {
	background: url(../../images/4adim.png) no-repeat;
    background-size: 106px 43px;
}
/* fidan calculator style */
#kazanctablosu
{
width:100%;
border-collapse:collapse;
table-layout: fixed;
text-align:center;
}
#kazanctablosu table{
    border: 1px solid black;
    table-layout: fixed;
    width: 200px;
}
#kazanctablosu td, #kazanctablosu th 
{
border:1px solid #98bf21;
padding:3px 7px 2px 7px;
width:80px;
overflow: hidden;
}
#kazanctablosu th 
{
text-align:center;
padding-top:5px;
padding-bottom:4px;
background-color:#A7C942;
color:#fff;
}
#kazanctablosu tr.alt td 
{
color:#000;
background-color:#EAF2D3;
}</pre></body></html>