	@import url('https://fonts.cdnfonts.com/css/rowdies');

	.btn
	{
		padding: 5px 25px;
	}

	.tablom
	{
		margin-bottom: 20px;
		width: 95%;
		margin: 0 auto;
		margin-bottom: 25px;
		border-collapse: collapse;
	}

	.birincisutun
	{
		padding: 10px;
	}

	.ikincisutun
	{
		padding: 10px;
	}

	.ucuncusutun
	{
		padding: 10px;
	}

	.resimler
	{
		max-height: 300px;
		width: 100%;
	}
	
	td
	{
		border: 0;
		font-family:'Rowdies'; 
		font-weight: 300;
		font-style: normal
	}

	tr
	{
		height: 200px;
		border-bottom: 10px solid #006a3a;
		margin-bottom: 50px;
	}


	@media only screen and (min-width: 720px)
	{
		.tablom
		{
			width: 50%;
			margin: 0 auto;
			border-collapse: collapse;
		}

		.resimler
		{
			max-height: 400px;
		}
	}
