body, tr {
	font-size: 14px;
	color: #333;
	background-color: #fff;
	letter-spacing: 1px;
	font-family: lato, dico-sans-soft, sans-serif;
	font-weight: 400;
	font-style: normal;
}
.pcs {
	font-size: 14px;
	color: #333;
	background-color: #fff;
	letter-spacing: 1px;
	font-family: lato, dico-sans-soft, sans-serif;
	font-weight: 400;
	font-style: normal;
}
pcs.tr:nth-of-type(odd) { background-color: #D4FB79; }
.tr:nth-of-type(odd) {
	background-color:#ccc;
}
.hidden {
     display:none;
}
/* Tooltip container */
.tooltipxx {
  position: relative;
  top: -6px;
  \\display: inline-block;
  \\border-bottom: 1px dotted black; /* If you want dots under the hoverable text */
}
th.tooltipxx {
  top: 0px;
}
/* Tooltip text */
.tooltipxx .tooltiptextxx {
  visibility: hidden;
  width: 120px;
  font-size: 10px;
  background-color: #f3eb7b;
  color: black;
  text-align: center;
  padding: 5px 5px;
  border-radius: 6px;
 
  /* Position the tooltip text - see examples below! */
  position: absolute;
  z-index: 1;
}

/* Show the tooltip text when you mouse over the tooltip container */
.tooltipxx:hover .tooltiptextxx {
  visibility: visible;
}
.panel {
    box-shadow: 0 0px 0px white;
}
panel-default {
	border-color: white;
}
.italicize {
font-style: italic;
font-style: oblique;
font-weight: normal;
}