.tablo{
	position:relative;
	width: 100%;
	margin:auto;
	z-index:100;
	text-align:center;
	margin-bottom:20px;
}
.tablo2{
	position:relative;
	max-width:60rem;
	height:300px;
	margin:0 auto;
}
.giris{
	position:relative;
	margin-top:30px;
	z-index:1000;
	text-align:center;
}
a.mircLink{
	color:#000;
	text-decoration:underline;
}
.temizle{
	position:relative;
	height:20px;
	clear:both;
}
.right{
	  float:right;
  }
@media screen and (max-width: 1024px) {
  .right{
	  float:none;
  }
  .tablo{
	  position:relative;
	  max-width:width: 60rem;
  }
  .tablo2{
	  background-color:#E5E5E5;
	  clear:both;
  }
	.giris{
		position:relative;
		display:inline;
		top:20px;
	}
}