body {
  	background-color: #f5f5f5;
	}
	.table-fontti12{
	  font-size: 12px;
	}
	.table-fontti13{
	  font-size: 13px;
	}
	.table-fontti14{
	  font-size: 14px;
	}
	.table-fontti15{
	  font-size: 15px;
	}
	.blinking {
	  animation: blinker 2s ease infinite;
	}

	@keyframes blinker {
	  50% {
		opacity: 0;
	  }
}
