/**
 * Custom CSS for the Hyperbat theme
 */

/*
a {
  text-decoration: none;
}
*/
a:hover {
  text-decoration: underline;
}

/* Style xs buttons as sm buttons */
.btn-xs, .btn-group-xs > .btn {
    padding: 0.25rem 0.5rem;
    font-size: 0.875rem;
    border-radius: 0.2rem;
}

.btn-link {
  padding: 0.375rem 0.75rem;
}

.omnilink-drop-container {
    color: #777 !important;
    border: 2px #777 dotted !important;
    border-radius: 0px !important;
    background-color: #e9e9e9 !important;
}

/* width */
::-webkit-scrollbar {
  width: 8px;
}

/* Track */
::-webkit-scrollbar-track {
  background: inherit;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #EEE;
  border-radius: 4px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #555;
}