/* prettier-ignore */
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,700);
@font-face {
  font-family: DauphinPlain;
  src: url(fonts/DauphinPlain.eot?#iefix) format("embedded-opentype"),
    url(fonts/DauphinPlain.woff) format("woff"),
    url(fonts/DauphinPlain.ttf) format("truetype"),
    url(fonts/DauphinPlain.svg#DauphinPlain) format("svg");
  font-weight: 400;
  font-style: normal;
}
body,
html {
  margin: 0;
  padding: 0;
  font-family: "Open Sans", Arial, sans-serif;
  font-size: 100%;
  font-size: 14px;
  line-height: 20px;
  -webkit-text-size-adjust: none;
}
* {
  margin: 0;
  padding: 0;
}
body {
  background: #eeeeee;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
table,
td,
th {
  border: 0;
}
p {
  text-align: justify;
  margin: 0 0 15px 0;
}
h1,
h2 {
  font-weight: 400;
  font-family: DauphinPlain;
}
h3,
h4,
h5 {
  font-weight: 400;
}
input,
textarea {
  font-size: 14px;
  font-family: "Open Sans", Arial, sans-serif;
}
h1 {
  font-size: 70px;
  line-height: 90px;
}
h2 {
  font-size: 24px;
  line-height: 24px;
  text-align: left;
  margin-bottom: 10px;
}
h3 {
  margin: 15px 0;
  font-size: 14px;
  text-align: left;
  font-weight: 700;
}
h4 {
  margin: 10px 10px 5px 10px;
  font-size: 14px;
  line-height: 18px;
  text-align: center;
  font-style: italic;
}
h5 {
  margin: 5px 10px 20px 10px;
  font-size: 12px;
  line-height: 14px;
  text-align: center;
}
hr {
  clear: both;
  border: 0;
  height: 1px;
  background-image: linear-gradient(
    to right,
    rgba(0, 0, 0, 0),
    rgba(0, 0, 0, 0.75),
    rgba(0, 0, 0, 0)
  );
}
#Outer {
  text-align: center;
}
#Inner {
  width: 960px;
  margin: 0 auto;
}
#Content {
  position: relative;
}
#bannerL {
  position: sticky;
  position: -webkit-sticky;
  top: 20px;
  width: 160px;
  height: 10px;
  margin-left: -160px;
  float: left;
  text-align: right;
}
#bannerR {
  position: sticky;
  position: -webkit-sticky;
  top: 20px;
  width: 160px;
  height: 10px;
  margin-right: -160px;
  float: right;
  text-align: left;
}
.banner {
  margin: 15px auto;
}
#Translation {
  text-align: left;
  margin: 0 3%;
}
#Languages {
  margin: 20px 15px 5px 15px;
  clear: both;
}
#Languages a {
  padding: 2px;
  font-size: 12px;
  line-height: 10px;
}
#Languages a.zz,
#Languages a.zz:hover {
  text-decoration: none;
  color: #000;
}
div#Panes {
  margin-top: 15px;
}
#Panes > div {
  width: 45.5%;
  text-align: left;
}
#Panes > br {
  clear: both;
}
#Panes > div:nth-of-type(odd) {
  float: left;
  margin: 0 1.5% 0 3%;
}
#Panes > div:nth-of-type(even) {
  float: right;
  margin: 0 3% 0 1.5%;
}
a:active,
a:link,
a:visited {
  color: #000;
}
a:hover {
  color: #d00;
}
#Packages a {
  margin: 0 5px;
}
#Footer a {
  margin: 10px;
  color: grey;
  white-space: nowrap;
}
#Footer {
  margin-bottom: 10px;
}
.lc {
  clear: left;
  float: left;
  width: 348px;
}
.rc {
  clear: right;
  float: right;
  width: 348px;
}
.lc div {
  float: left;
  text-align: left;
}
.rc div {
  float: left;
  text-align: left;
}
#lipsum {
  text-align: justify;
}
#generated {
  font-weight: 700;
  text-align: left;
}
#lipsumTextarea {
  height: 300px;
  width: 98%;
  padding: 3px 5px;
  border: 1px solid #888;
  margin: 5px 0;
}
#cafepress {
  float: right;
  margin: 0 0 15px 15px;
}
#cafepress img {
  margin: 0;
}
.boxed {
  clear: both;
  margin: 10px 0;
}
.boxed img {
  margin: 10px 5px 0 5px;
  border: 0;
}
.boxedTight {
  clear: both;
  margin: 10px 3% 10px 3%;
}
.boxedTight img {
  margin: 0;
  border: 0;
}
a.lnk:active,
a.lnk:hover,
a.lnk:link,
a.lnk:visited {
  font-weight: 700;
  color: #d00;
}
form {
  margin-bottom: 10px;
}
input {
  margin: 3px 6px;
}
input#amount {
  width: 30px;
  text-align: center;
  padding: 3px 5px;
  border-width: 1px;
  border-style: solid;
  border-color: #666 #ccc #ccc #666;
}
input#generate {
  text-align: center;
  margin: 10px 0 0 0;
  padding: 3px 10px;
  border: 1px solid #999;
  background: #eee;
  border-radius: 4px;
  -webkit-appearance: none;
}
input#generate:hover {
  background: #ccc;
  border: 1px solid #666;
}
label {
  cursor: pointer;
}
td,
th {
  padding: 0;
}
td {
  vertical-align: middle;
  text-align: center;
}
td td {
  text-align: left;
}
#Partner {
  text-align: left;
  margin: 0 3%;
  padding: 0;
}
#Partner h1 {
  font-family: "Open Sans", Arial, sans-serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
  margin: 10px 0;
}
#Partner h2 {
  font-family: "Open Sans", Arial, sans-serif;
  font-weight: 700;
  font-size: 14px;
  line-height: 18px;
  margin: 10px 0;
}
.ltr {
  direction: ltr;
  unicode-bidi: embed;
}
@media screen and (max-width: 1280px) {
  #bannerL {
    display: none;
  }
  #bannerR {
    display: none;
  }
}
@media screen and (max-width: 980px) {
  #Inner {
    width: 100%;
  }
}
@media screen and (max-width: 480px) {
  h1 {
    font-size: 64px;
  }
  #Panes > div {
    width: 94%;
    clear: both;
    float: none;
  }
  #Panes > div:nth-of-type(odd) {
    float: none;
    margin: 0 3%;
  }
  #Panes > div:nth-of-type(even) {
    float: none;
    margin: 0 3%;
  }
  #Panes > br {
    display: none;
  }
}
@media screen and (max-width: 350px) {
  #Inner {
    width: 320px;
  }
  h1 {
    font-size: 58px;
  }
}
