.grey {
	fill: #dddddd!important;;
}

.clicked {
	fill: red!important;
}

path {
   stroke-width: 40;
   stroke: black;
   fill: white;
}

label {
  font-size: 20px;
}

svg{
   width: 90%;
   height: auto;
   display: block;

   <!--touch-action:none-->;
} 


