/* https://gwfh.mranftl.com/fonts/roboto?subsets=latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: url('/api/v3/watchdog/public/fonts/roboto-v32-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
html {
    font-family: Roboto;
    font-weight: normal;
    font-style: normal;
    font-size: 14px;
}
body {
    font-family: Roboto;
}
.navbar {
    font-family: Roboto;
    font-size: 14px;
    color: #fff;
    background-color: #fff;
    min-height: 30px;
    border-bottom: 1px solid #e6e6e7;
    padding: 0;
    margin-bottom: 10px;
}
.navbar .navbar-brand {
    width: 213px;
    height: 81px;
    background-repeat: no-repeat;
    padding: 0;
    margin-top: 0px;
    margin-left: -5px;
    margin-right: 20px;
    background-image: url("/api/v3/watchdog/public/img/logo-initials.png");
    background-position: center;
}
.navbar .navbar-nav li:not(:first-child) {
    border-left: 1px solid #e6e6e7;
}
nav a {
    color: #577FBC;
}
nav a:hover {
    color: #6acdff;
}
h1 {
    font-size: 2rem;
}
h2 {
    font-size: 1.5rem;
}
th {
    font-size: 0.9rem;
}
tr {
    font-size: 0.9rem;
}
.btn {
    font-size: 0.8rem;
}
