body {
  padding: 15px 0;
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  font-size: 0.9em;
  line-height: 1.6em;
}

img {
  width: 100%;
}

#navigation h1.nav-header {
  padding: 0 15px;
  margin-bottom: 0;
}

#navigation a.nav-header {
  padding: 5px 15px;
  font-weight: bold;
}

#navigation ul.uk-nav {
  padding: 15px 0;
}

#navigation p {
  padding-bottom: 10px;
}

#intro {
  text-align: center;
}

#intro .header h1 {
  vertical-align: middle;
}

#intro .header {
  margin-bottom: 50px;
}

#intro .header img {
  width: auto;
  height: 75px;
}

#intro .category {
  margin-bottom: 30px;
}

#intro .category img {
  width: auto;
  height: 75px;
  margin-left: 10px;
}

#content h1,
h2,
h3,
h4 {
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  /*font-family: Georgia, "Times New Roman", Times, serif;*/
}

#content img.header {
  margin-bottom: 20px;
}

#content ul {
  list-style-type: square;
}

#content li.done {
  color: #008000;
  text-decoration: line-through;
}

#content div.images div {
  padding-bottom: 25px;
}

#content p.images-text {
  margin-top: -15px;
}

#content .iframe-container {
  position: relative;
  /* Magic! Makes sure the container is high enough to show the entire iframe 
	 * Thanks to http://andmag.se/2011/11/responsive-embeds/ */
  padding-bottom: 56.5%;
}

#content iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media (max-width: 767px) {
  h2 {
    margin-top: 25px;
  }
}

.tool {
  display: table;
  overflow: auto;
  width: 100%;
  height: 80px;
}

.tool .logo {
  display: table-cell;
  width: 150px;
  line-height: 80px;
  float: left;
}

.tool .text {
  display: table-cell;
  padding-left: 20px;
  width: 100%;
  text-align: left;
  vertical-align: middle;
}

.recommendation #logo-left,
#logo-right {
  width: 300px;
  max-width: 50%;
  padding-top: 10px;
  padding-bottom: 10px;
}

.recommendation #logo-right {
  float: right;
  margin-left: 20px;
}

.recommendation #logo-left {
  float: left;
  margin-right: 20px;
}

.recommendation #text {
  font-style: italic;
  text-align: justify;
}

/* Timeline style */

#timeline h4 {
  margin-bottom: 0px;
}

#timeline p.short {
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 0px;
}

#timeline p.period {
  margin-top: 0px;
  margin-bottom: 0px;
}
