::selection {
  background-color: #cce2ff !important;
  color: rgba(0,0,0,.7) !important;
}

::-moz-selection {
  background-color: orange !important;
  color: white !important;
}
::selection {
  background-color: orange !important;
  color: white !important;
}
td {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

:focus{
	border-style:dotted  !important;
	outline-style: dotted !important;
	outline: black !important;
	border: dotted  !important;
}

td:focus{
	border: 2px solid black !important;

}

.sr-only{
    position: absolute;
	overflow: hidden;
	clip: rect(0 0 0 0);
	height: 1px;
	width: 1px;
	margin: -1px;
	padding: 0;
	border: 0;
}
