/* ez izateko responsive*/
#simulazioa {
  width: 1000px !important;
  height: 635px !important;
}
#eratostenes table{
	width: 55%;
    margin-top: 37px;
    margin-left: auto;
    margin-right: auto;
}
#eratostenes table th{
	background: #ffd9b3;
    width: 55px;
    height: 55px;
    cursor: pointer;
}
 #eratostenes #restart{
	position: absolute;
	margin-left: 876px;
    margin-top: 213px;
    cursor: pointer;    
 }
 #eratostenes .kolorea{
	width: 50px;
	height: 50px;
	cursor: pointer;
	position: absolute;
	 margin-left: 888px;
}
#eratostenes #berdea{
	background-color: #80ff00;   
    margin-top: 30px;
}
#eratostenes #gorria{
	background-color: #ff1a1a;
    margin-top: 90px;
}
#eratostenes #laranja{
	background-color: #ffd9b3;
    margin-top: 150px;
}
#eratostenes .berdea{
	background-color: #80ff00;
}
#eratostenes .gorria{
	background-color: #ff1a1a;
}
#eratostenes .laranja{
	background-color: #ffd9b3;
}
#eratostenes .markatuta{
	border: 5px solid;
}
