.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
	padding: .3em .75em;
}

.candH {text-decoration: underline;font-weight: bold;}
.candV {font-weight: bold;}
.candQ {font-weight: bold; 
        border-radius: 50%;
        /*width: 34px;*/
        /*height: 34px;*/
        padding: 1px;
        background: #fff;
        border: 1px solid #000;
        border-color: #000;
        text-align: center;
        /*font: 32px Arial, sans-serif;*/
        }

.cand  {}
.greenBorder {border-color: green;}
.consideringHighlight {
	background-color: rgb(215, 215, 215); /* light gray */
}
.highlightBigNbr {
	color: red !important;
	font-family:verdana;
}
.given {
/*	background-color: rgb(254, 254, 254); /* lightest possible gray (may not be noticeably different from white. */*/
	color: black;
}
.blankCell {
	color: blue;
}
caption {
    padding: 1px;
    text-align: center;
    font-weight: bold;
}
.hoverable {
    border-bottom: 2px dotted green;
}
.hide {
	visibility: hidden;
}
.tableRow:hover {
  background-color: lightblue;
}
.gridCell {
	position:relative;
	width:48px; 
}
.gridCellInputContainer {
	position:absolute;top:0;left:0;
}
.notGiven {
/*	background-color:white; */
	color: blue;
}
.gridCellCandidateContainer {
	display:block; 
	position:absolute;
	top:0;
	left:0;
}
.pressHoldBtn {
    background-color: lightgreen;
    cursor: handr;        /* make the cursor like hovering over an <a> element */
}
.blinking {
   
    animation: opacity 1.25s 3;
    opacity: 1;
}
.ui-widget {
	font-size: 0.9em;
}
@keyframes opacity {
  0% {
    opacity: 1;
  }

  50% {
    opacity: 0.5;
  }

  100% {
    opacity: 0;
  }
}