body{ background: rgb(239, 239, 239); }

#canvas{ max-width: 100%; background: transparent; }
#main-container { width: 100%; padding: 35px; margin-top: 0; }

#canvas{ background-color: #ffffff; }

a{ color: #198EEB; }

.bg-conditions{ background-color: #085969; }
.color-conditions{ color: #085969; }
.bg-sponsors{ background-color: #464646; }
.color-sponsors{ color: #464646; }
.bg-studies{ background-color: #464646; }
.color-studies{ color: #464646;  }
.bg-institutions{ background-color: #464646; }
.color-institutions{ color: #464646; }

.btn-primary{ background-color:#085969; border: #085969; }

.nav-tabs>li>a { background-color: rgba(255, 255, 255, 0.3); }
.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover { background-color: color: rgb(25, 142, 235); }

#trial-tabs{ background-image:
    linear-gradient(
      to bottom,
      transparent,
      white 10%
    ); }
/*
#filter>div:first-of-type { display: none; }
#filter>div:nth-last-of-type(2) { display: none; }
#filter>.col-md-3 { width: 33%; }
*/