/* I always reset all the html elements */
*{
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

body{
	font-family: sans-serif;
	min-height: 100vh;
	color: #555;
}
table {
    border-collapse: collapse;
    border: none;
  }
  tr {
    border-bottom: 1px solid #79c010;
  }
  tr:first-child {
    border-top: none;
  }
  td {
    border: none !important;
  }
table{
	width:  100%;
  margin: 0px auto;
	
}
th:first-child,
    td:first-child {
        width: 30%;
        text-align: center;
    }
    th:not(:first-child),
    td:not(:first-child) {
        width: 35%;
        text-align: center;
    }
	table th {
		padding:  10px ;
		font-size: 18px;
		background-color: #79c010;
		/* background-color: #fff; */
		border: thin solid #79c010;
      
	}

	table td {
		padding: 10px;
		font-size: 18px;
		font-weight: bold;
		border: thin solid #79c010;
		
		text-align: center;
		background-color: transparent;
	}
.tarih-text {
  color: #79c010;
}

	
