@charset "utf-8";
/* CSS Document */

label 							{				font-weight: bold; }

.jBox							{				border:1px solid red; }
.jClrHD 						{				color:honeydew; }
.jHand							{				cursor:pointer; }
.jRound 						{ 				width: 140px; 
												height: 140px;
												border: 3px solid #161616; }
.jSub 							{				font-weight: bold; }
.jTit 							{				font-size: 1.5em;
												font-weight: bold; }
.jTxWh							{				color: white !important; }
					


/* tab */
/* Style the tab */
.tab {
  overflow: hidden;
  border: 1px solid #ccc;
  background-color: #f1f1f1;
}

/* Style the tab content */
.tabcontent {
  display: none;
  padding: 6px 12px;
  border: 1px solid #ccc;
  border-top: none;
}