html, body, .header, .footer, .section, .article, .nav, .aside {
  display: block;
}
html, body, .header, .footer, .section, .article, .nav, .aside,
div, h1, h2, h3, p, address, img, ul, li, form, table, td, th, hr, fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}
html {
  color: #000;
  background: #fff;
  padding: 20px 10px;
  text-align: center;
}
body {
  color: #000;
  background: #fff;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  line-height: 1.4;
  margin: 0 auto;
  text-align: left;
  width: 728px;
}
p, ul {
  font-size: 12px;
  margin: 15px 0;
}
form {
  border: 1px solid #ccc;
  border-radius: 10px;
  background: #f9f9f9;
  background: -webkit-gradient(linear, left top, right top, from(#eee), to(#f9f9f9));
  background: -webkit-linear-gradient(left, #eee, #f9f9f9);
  background: -moz-linear-gradient(left, #eee, #f9f9f9);
  background: -ms-linear-gradient(left, #eee, #f9f9f9);
  background: -o-linear-gradient(left, #eee, #f9f9f9);
  padding: 20px;
  margin: 15px 0;
}
fieldset {
  display: inline;
}
input {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 22px;
  margin: 5px 3px;
}
input[type=text] {
  background: #fff;
  border: 1px solid #ccc;
}
input[type=text]:focus {
  border: 1px solid #999;
}
span.remove {
  visibility: hidden;
}
.total {
  float: right;
}
.total input {
  margin: 5px 3px;
}
.clear {
  clear: both;
  height: 0;
}
.left {
  text-align: left;
}
.right {
  text-align: right;
}
.nav ul {
  display: block;
}
.nav li {
  display: inline;
  margin-left: 5px;
}
#logo {
  color: #000;
  background: #fff;
  font-size: 24px;
  font-weight: bold;
  margin-top: 20px;
  text-decoration: none;
}
#subpage #main {
  border: 1px solid #ccc;
  padding: 10px 20px;
  margin: 10px 0;
}
#subpage #main p {
  max-width: 600px;
}
#main h1 {
  font-size: 18px;
  font-weight: bold;
  margin-top: 5px;
}
#main h2 {
  font-size: 14px;
  font-weight: bold;
  margin-top: 15px;
}
#main ul {
  margin: 15px;
}
#main li {
  margin-left: 15px;
}
#intro {
  color: #666;
  font-size: 20px;
  font-style: italic;
  margin-top: 10px;
}
#tips {
  border: 1px solid #ccc;
  padding: 5px;
  text-align: center;
}
#footer {
  color: #333;
  background: #fff;
  font-size: 12px;
  padding: 10px 0 20px 0;
  text-align: right;
}
#footer a {
  color: #333;
  background: #fff;
  font-weight: bold;
  text-decoration: none;
}
#footer ul {
  margin: 0;
}
#footer div {
  float: left;
}

/* VAT Calculator */

table {
  width: 100%;
}
th, td {
  padding: 0 15px 10px 0;
}
.result, .round, .right {
  text-align: right;
}
.round, .last {
  padding-right: 0;
}

/* Cookie Consent */

.cc_banner-wrapper {
  background: #f9f9f9;
  border: 1px solid #ccc;
  color: #999;
  padding: 10px;
  margin: 10px 0;
  text-align: left;
}
.cc_banner-wrapper a {
  color: #000;
  text-decoration: none;
}
.cc_btn, .cc_btn:visited {
  cursor: pointer;
  text-align: center;
  font-size:0.6em;
  transition:font-size 200ms;
  line-height:1em;
  color: #000;
  background-color: #f1d600;
  transition: background 200ms ease-in-out, color 200ms ease-in-out, box-shadow 200ms ease-in-out;
  -webkit-transition: background 200ms ease-in-out, color 200ms ease-in-out, box-shadow 200ms ease-in-out;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  padding:8px 10px;
  display: block;
  width:33%;
  margin-left:10px;
  float:right;
  max-width: 120px;
}
.cc_btn:hover, .cc_btn:active {
  background-color: darken(#f1d600,5%);
  color:#000;
}
.cc_logo {
  display:none;
}

@media only screen and (max-width: 768px) {
  body {
    width: 100%;
  }
  form, fieldset {
    float: none !important;
  }
}
