.navbar-inverse .navbar-nav>.active>a, .navbar-inverse .navbar-nav>.active>a:hover, .navbar-inverse .navbar-nav>.active>a:focus {
  color: #ffffff;
  background-color: rgba(255, 255, 255, .15)
}

.navbar-inverse .navbar-nav>li>a {
  color: rgba(255, 255, 255, .7)!important;
}

#root {
  width: inherit;
  height: inherit;
}

.ui.striped.table>tr:nth-child(2n), .ui.striped.table tbody tr:nth-child(2n) {
  background-color: rgba(0, 0, 50, 0.04) !important;
}

.ui.table thead th {
  background: rgba(240, 240, 240, 1) !important;
}

.ui.celled.table tr th, .ui.celled.table tr td {
  border: 1px solid rgba(64, 64, 64, 0.2) !important;
}

.ui.definition.table tr td:first-child:not(.ignored), .ui.definition.table tr td.definition {
  background: rgba(240, 240, 240, 1) !important;
}

@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: url('./fonts/roboto-v20-latin-regular.eot');
  /* IE9 Compat Modes */
  src: local(''), url('./fonts/roboto-v20-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
  url('./fonts/roboto-v20-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
  url('./fonts/roboto-v20-latin-regular.woff') format('woff'), /* Modern Browsers */
  url('./fonts/roboto-v20-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
  url('./fonts/roboto-v20-latin-regular.svg#Roboto') format('svg');
  /* Legacy iOS */
}

@font-face {
  font-family: "Roboto Medium";
  font-style: normal;
  font-weight: normal;
  src: url("./fonts/Roboto-Medium.eot");
  src: local(''), url("./fonts/Roboto-Medium.eot?#iefix") format('embedded-opentype'), /* IE6-IE8 */
  url("./fonts/Roboto-Medium.woff") format("woff"), /* Modern Browsers */
  url("./fonts/Roboto-Medium.ttf") format("truetype"), /* Safari, Android, iOS */
  url("./fonts/Roboto-Medium.svg#Roboto-Medium") format("svg");
  /* Legacy iOS */
}

body {
  font-family: 'Roboto' !important;
}