body {
  margin: 0;
  font-family: "Lato", sans-serif;
  background-image: url(/images/tausta.png);
  background-repeat: repeat-y;
}

.logo {
  padding: 5px 5px 20px 25px;
}

.when {
  padding-top: 5px;
  font-weight: bold;
}

.title {
  margin-bottom: 15px;
}

.inlineLeft, .inlineRight, .tags  {
  display: inline-block;
}

.inlineRight {
  float: right;
  padding-right: 5px;
}

.logo {
  position: relative;
  margin: 10px;
  margin-left: 1px;
}

.tags, .wtime, .clen {
  font-size: 80%;
  font-weight: bold;
  background-color: #002fff43;
  padding-left: 5px;
  padding-right: 5px;
  border-style:solid;
  border-width: 1px;
  border-radius: 4px;
  border-color: rgb(15, 58, 107, 0.5);
}

.clen {
  background-color: #00b7ff43;
}

.group {
  margin-top: 1px;
  margin-bottom: 1px;
  padding-top: 1px;
  padding-bottom: 1px;
  background-color: #0055ff10;
}

#courses {
  margin-top: 0px;
  margin: 0px;
  padding-top: 0px;
  padding: 0px;
  background-color: #0055ff10;
}

.group .key {
  display:inline-block;
}

.courses .value {
  display:inline-block;
}

.group hr, #courses hr {
  margin-top: 3px;
  margin-bottom: 3px;
  border-top: 1px dashed blue;
}

.sidebar {
  margin: 0;
  padding: 0;
  width: 200px;
  position: fixed;
  height: 100%;
  overflow: auto;
}

.sidebar a {
  display: block;
  color: black;
  padding-left: 16px;
  padding-top: 5px;
  padding-bottom: 5px;
  text-decoration:#002fff43;
}
 
.is-active, .sidebar a.active {
  background-color: #677c80;
  color: white;
}

.sidebar a:hover:not(.active) {
  background-color: #04698b;
  color: white;
}

.header {
  margin-left: 200px;
  padding: 1px 16px;
  height: 0px;
}

.content {
  margin-top: 120px;
  margin-left: 200px;
  padding: 1px 16px;
}

.footer {
  margin-left: 200px;
  padding: 1px 16px;
}

/* @media screen and (max-width: 700px) {
  .sidebar {
    width: 100%;
    height: auto;
    position: relative;
  }
  .sidebar a {float: left;}
  div.content {margin-left: 0;}
}

@media screen and (max-width: 400px) {
  .sidebar a {
    text-align: center;
    float: none;
  }
} */

