/**
 * Basic styles common for whole website.
 */

html, body, input, textarea, button, select {
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
  font-size: 14px;
  line-height: normal;
}

html, body {
  color: #333333;
  padding: 0;
  margin: 0;
}

a {
  text-decoration: none;
  color: #0099CC;

  cursor: pointer;
}

a:hover {
  text-decoration: underline;
}

a:focus {
  outline: none;
}

strong, b, label {
  font-weight: normal;
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'Noto Serif', serif;
  font-weight: normal;

  margin: 0;
  padding: 0;
}

.clearfix:after {
  font-size: 0;
}

input.form-submit,
input.form-button,
button.form-submit,
button.form-button {
  cursor: pointer;
  -webkit-appearance: none;
}

/* ~~ Different HTML tags reset applied per-tag ~~ */
ul.uu-el--reset,
ol.uu-el--reset,
li.uu-el--reset {
  padding: 0;
  margin: 0;
  display: block;
  list-style-type: none;
}

p.uu-el--reset {
  margin: 0;
}

tbody.uu-el--reset {
  border-top: 0;
}

th.uu-el--reset {
  border-bottom: 0;
}

blockquote.uu-el--reset {
  margin: 0;
}
