/*your custom style goes in this file*/
/*if you're overriding style blocks from genstyle.css, you only need to include the attributes you're overriding, not the whole block*/
/* Set scroll button size and colors */
.scrbtn {
  height: 26px;
}

.scrbtn:hover {
 background-color: #0000CC;
}
/* End Set scroll button position and colors */
/* Manually added for menu bar link */
#tnglink-smicon  {
 background-color: rgba(255, 255, 255, 0.3);
}

ul.tngdd .menulink:hover, ul.tngdd .menuhover {
	background: rgba(255,255,255,0.3);;
	border: none;
	color: #ffcc00;
	border-radius: 5px;
}

.log-table td:nth-child(1) {
  width: 10%;
}

.log-table td:nth-child(2) {
  width: 25%;
  word-break: break-word;
}