.x-toolbar {
  color: #999;
}

.x-toolbar a {
  margin: 0 1rem 0 0;
  color: #999;
}

.x-toolbar a:last-child {
  margin: 0;
}

.x-toolbar a:hover {
  color: #1780ce;
  text-decoration: none;
  -webkit-transition: color 0.2s;
  -moz-transition: color 0.2s;
  transition: color 0.2s;
}

.x-toolbar-right {
  float: right;
}

.x-toolbar-active {
  color: #1780ce !important;
  font-weight: bold;
}

/*# sourceMappingURL=toolBar.css.map */