body {
  background-color:#eeeeee;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 500;
  font-size: 14px;
}

a, a:visited {
  color: #0000ff;
}

#mainbox {
  margin: auto;
  width: 800px;

  border: 1px solid ffffff;
  border-radius: 10px;
  
  background-color:#ffffff;
  
}

#header {
  background-color:#000000;
  border: 1px solid ffffff;
  border-radius: 10px 10px 0 0;
  padding: 10px;
  text-align: right;
}

#main {
  padding: 10px;
}

#footer {
  background-color:#dddddd;
  border: 1px solid ffffff;
  border-radius: 0 0 10px 10px;
  padding: 10px;
  font-size: 11px;
}

#order-progress {
  padding: 5px 0;
  text-align: center;
  border-top: 1px solid #dddddd;
  border-bottom: 1px solid #dddddd;
}

#order-progress b {
  font-weight: bold;
}

h1 {
  font-size: 20px;
  line-height: 26px;
}

h2 {
  font-size: 16px;
  line-height: 22px;
}

table {
  border-collapse: collapse;
}

table td {
  padding: 0 10px 0px 0;
  line-height: 24px;
}

/* latin */
@font-face {
  font-family: 'Quicksand';
  font-style: normal;
  font-weight: 300;
  src: url(/css/quicksand.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* latin */
@font-face {
  font-family: 'Quicksand';
  font-style: normal;
  font-weight: 500;
  src: url(/css/quicksand.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}