td, th {
    text-align: right !important;
}
tr.st_row{
	cursor: pointer;
}

.nav-link {
	background-color: #eaeaea;
    border: solid 1px #cccccc !important;
    border-radius: 5px;
	margin-left: 2px;
	margin-right: 2px;
}
.nav-tabs .nav-link.active{
	color: white;
	background-color:  #007bff
}
@media only screen and (max-width: 768px) {
  .logo {
    display: none;
  }
}