/* General */

body {
  /* background-color: #fbfbfb; */
  background-color: #fff;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
}

h1 {
  font-weight: 300;
  font-size: 2em;
}

h3 {
  font-weight: 300;
  font-size: 1.5em;
  margin-top: 28px;
}

small {
  font-size: 0.8em;
}

hr {
  border-color: #ddd;
}

/* Layout */

div.pl-main-box {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}

.pl-tab {
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  transition: all 0.3s cubic-bezier(.25, .8, .25, 1);
}

.pl-tab:hover {
  box-shadow: 0 3px 7px rgba(0, 0, 0, 0.25), 0 3px 3px rgba(0, 0, 0, 0.22);
}

div.pl-box-top {
  margin-top: 40px;
}

div.pl-box-mid {
  border: 1px #ddd solid;
  border-radius: 5px;
  background-color: #fff;
  padding-top: 16px;
  padding-bottom: 8px;
}

div.pl-box-bot {
  padding-bottom: 20px;
  padding-top: 5px;
}

a.active {
  color: black;
  text-decoration: none;
}

/* Language */

img.flag {
  margin-top: -2px;
  margin-right: 4px;
}

/* Footer */

footer {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background: #f5f5f5;
  padding-top: 5px;
  padding-bottom: 5px;
}

footer p {
  margin: 0;
  font-size: .8em;
}