/* optional Container STYLES */
.chart { height: 550px; margin: 5px; width: 900px;  }

.Treant > p { font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif; font-weight: bold; font-size: 12px; }
.node-name { font-weight: bold;}

.nodeExample1 {
    padding: 2px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background-color: #ffffff;
    border: 1px solid #000;
    width: 200px;
    font-family: Tahoma;
    font-size: 12px;
}

.nodeExample1 img {
    margin-right:  10px;
}

.gray {
    background-color: #909090;
}

.light-gray {
    background-color: #D3D3C7;
}

.blue {
    background-color: #A2BDFD;
}

.shareslider {
    -webkit-appearance: none;
    width: 100%;
    height: 15px;
    border-radius: 5px;
    background: #d3d3d3;
    outline: none;
    opacity: 0.7;
    -webkit-transition: .2s;
    transition: opacity .2s;
}

.shareslider::-webkit-slider-thumb
{
  -webkit-appearance: none;
  appearance: none;
  width: 25px;
  height: 25px;
  border-radius: 50%; 
  background: rgb(0, 128, 0);
  cursor: pointer;
}

.shareslider::-moz-range-thumb {
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background: rgb(0, 128, 0);
  cursor: pointer;
}

.stepper {
	position: relative;
	display: inline-block;
	max-width: 83px;
	width: 83px;
	
}

.stepper input[type="number"] {
	width: 100%;
	text-align: center;
	height: 30px;
	padding-top: 5px;
}

.zebtratable tr:nth-child(even) {
	background-color: #f2f2f2;
}

.centertable {
	margin-left: auto;
	margin-right: auto;
	font-size: 16px;
	font-weight: bold;
}

.centertable tr {
	text-align: left;
}

.centertable tr td {
	padding: 5px 5px 5px 5px;
}