| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566 | 
							- .jtalkTool .jt_column.sunit.categories,
 
- .jtalkTool .jt_column.sunit.classes {
 
- 	height: 100%
 
- }
 
- .jtalkTool .jt_column.sunit.classes li.all,
 
- .jtalkTool .jt_column.sunit.categories li.all {
 
- 	background: #e3e3e3;
 
- 	font-weight: bold
 
- }
 
- .jtalkTool .jt_column.sunit.classes li.all:hover ,
 
- .jtalkTool .jt_column.sunit.categories li.all:hover {
 
- 	background: #0088CC;
 
- 	font-weight: bold
 
- }
 
- .jtalkTool .sunit.status {
 
- 	position: absolute;
 
- 	left: 50.4%;
 
- 	width: 49%;
 
- 	background: white;
 
- 	border: 1px solid #a8a8a8;
 
- 	height: 40px
 
- }
 
- .jtalkTool .sunit.status.success {
 
- 	background: #43d443;
 
- }
 
- .jtalkTool .sunit.status.failure {
 
- 	background: #ecd443;
 
- }
 
- .jtalkTool .sunit.status.error {
 
- 	background: #e56f3b;
 
- }
 
- .jtalkTool .progress_bar {
 
- 	position: absolute;
 
- 	left: 50.4%;
 
- 	width: 49%;
 
- 	top: 50px;
 
- 	border: 1px solid #a8a8a8;
 
- 	background: white;
 
- 	min-height: 20px
 
- }
 
- .jtalkTool .progress_bar div {
 
- 	background: #0088CC;
 
- 	min-height: 20px;
 
- }
 
- .jtalkTool .jt_column.sunit.methods {
 
- 	left: 50.4%;
 
- 	height: auto;
 
-         width: 49%;
 
-         top: 80px;
 
-         bottom: 0;
 
- }
 
- .jtalkTool .jt_column.sunit.methods ul {padding: 0; margin: 0}
 
 
  |