*.icon-white {
	color: white
}

*.icon-silver {
	color: silver
}

*.icon-green {
	color: green
}

*.icon-dark {
	color: gray
}

@media screen and (max-width: 1024px) {
	.hideable-column {
		display: none
	}
}

.readonly-style[readonly] {
  background-color: #e9ecef;
  opacity: 1;
}