div {
	padding-bottom: 8px;
}

.ctls {
	font-size: 12px;
	padding: 0px;
	margin: 0px;
  line-height: 70%;
}

.checkBS {
	font-size: 11px;
	padding: 0px;
	margin: 0px;
  line-height: 70%;
}


.ColorBy {
  font-size: 12px;
  line-height: 70%;
}

.caption {
  font-size: 10px;
  line-height: 10px;
}

.ptgl {
  font-size: 10px;
  line-height: 8px;
}

#helpticker {
  font-size: 10px;
  line-height: 70%;
}

.TglBxSet {
  font-size: 10px;
  line-height: 50%;
  color: green;
}



#displayMenu {
  font-size: 13px;
  line-height: 90%;
}

#RadioColors {
  font-size: 13px;
  line-height: 90%;
}

#statusBox {
	padding: 0px;
	margin: 0px;
}



.modelMenu {
  font-size: 12px;
  line-height: 100%;
}

input[type=checkbox] {
    padding-left:1px;
    padding-right:0px;

    white-space: nowrap;
    overflow:hidden;

    width:11px;
    height:11px;
	line-height: 70%;
}

input[type=radio] {
    padding-left:1px;
    padding-right:0px;

    white-space: nowrap;
    overflow:hidden;

    width:11px;
    height:11px;
}


.ctl {
  margin-right: 1px; 
  margin-left: 1px;
}


.tooltip {
  position: relative;
  display: inline-block;
}


.tooltip .tooltiptext {
  display: inline-block;
  visibility: hidden;
  width: 300px;
  background-color: white;
  color: maroon;
  text-align: left;
  border-radius: 3px 3px 3px;
  font-family: monospace;
  font-size: 100%
  line-height: 110%;
  border: 1px solid red;
  padding-top: 3px;
  padding-right: 3px;
  padding-bottom: 3px;
  padding-left: 3px;
 
  position: absolute;
  z-index: 1;
}

.tooltip:hover .tooltiptext {
  visibility: visible;
}

.tooltipNOT {
	font-size: 40px;
	position: relative;
	cursor: help;
	font-size: 16px;
	color: orange;
}


div[title]:hover:after {
  content: attr(title);
  position: absolute;
  top: -100%;
  left: 20px;
  font-size: 30px;
  color: green;
}

.BS[title]:hover:after {
  content: attr(title);
  position: absolute;
  top: -100%;
  left: 20px;
  font-size: 20px;
  color: red;
}

.no-sidebar-full .content-area , .content-area {
	margin-left: 0;
	margin-right: 0;
	padding-left: 0;
	padding-right: 0;
	width: 100%;
}
}

@media screen and (min-width: 600px) {
.no-sidebar-full .content-area , .content-area {
	margin-left: 0;
	margin-right: 0;
	padding-left: 0;
	padding-right: 0;
	width: 100%;
}
}

@media screen and (min-width: 768px) {
.no-sidebar-full .content-area , .content-area {
	margin-left: 0;
	margin-right: 0;
	padding-left: 0;
	padding-right: 0;
	width: 100%;
}
}

@media screen and (min-width: 1020px) {
.no-sidebar-full .content-area , .content-area {
	margin-left: 0;
	margin-right: 0;
	padding-left: 0;
	padding-right: 0;
	width: 100%;
}
}

@media screen and (min-width: 1230px) {
.no-sidebar-full .content-area , .content-area {
	margin-left: 0;
	margin-right: 0;
	padding-left: 0;
	padding-right: 0;
	width: 100%;
}
}

 #seqdiv {
	margin:2px, 2px;
	padding:2px;
	width: 425px;
	height: 110px;
	overflow-x: hidden;
	overflow-y: auto;
	text-align:left;
}