blockquote,
button,
dl,
form,
h1,
h2,
h3,
h4,
h5,
h6,
ol,
p,
table,
textarea,
ul {
  margin: 7px 0;
}

button,
label,
table {
  width: 100%;
}

input.small {
  padding: 2px 6px;
}

.link-button,
button,
input[type=submit] {
  display: inline;
  padding: 10px 0;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  line-height: 1em;
  color: #464646;
  border-radius: 4px;
  font-size: 0.875em;
  border: 1px solid #919191;
  text-shadow: 0 -1px 0 rgba(255, 255, 255, 0.3);
  background-color: #c2c2c2;
  background-image: linear-gradient(0deg, rgba(194, 194, 194, 1) 0%, rgba(220, 220, 220, 1) 100%);
}

.link-button.action-button {
  display: inline-block;
  padding: 10px 30px;
  background-color: #14a839;
  background-image: none;
  text-shadow: none;
  color: #fff;
  font-size: 1em;
  text-align: center;
  text-decoration: none;
  width: auto;
  border: none;
}

textarea {
  border-radius: 1px;
}

a.link-button,
a.link-text {
  margin: 7px 0;
}

a.link-button {
  display: inline-block;
  text-align: center;
  color: #464646;
  text-decoration: none;
}

input[type=email],
input[type=number],
input[type=password],
input[type=tel],
input[type=text],
select {
  margin: 0 0 7px;
}

label input[type=checkbox],
label input[type=radio] {
  float: left;
  margin: 1px 4px 0 1px;
}

label.checkbox span,
label.radio span {
  margin: 0;
  display: inline;
  vertical-align: baseline;
}

select[multiple] {
  padding: 0;
}

span.glyph,
span.text-element {
  margin: 7px 0;
}

label.label {
  margin: 7px 0 0;
}

table {
  width: 100%;
  max-width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}

.table {
  width: 100%;
}

.table thead.head {
  background: #f5f5f5;
}

.table thead tr,
.table thead tr th {
  border-bottom: 1px solid #ccc;
}

.table tbody tr.even {
  background: #f7f7f7;
}

.table tbody tr.odd {
  background: #fff;
}

.table tbody tr:hover {
  background: #f2f2f2;
}

.table tbody tr td {
  border-bottom: 1px solid #ccc;
}

tbody tr td,
tbody tr th,
tfoot tr td,
tfoot tr th,
thead tr td,
thead tr th {
  padding: 0.625em;
}

body,
html {
  height: 100%;
}

blockquote,
body,
button,
dd,
div,
dl,
dt,
form,
h1,
h2,
h3,
h4,
h5,
h6,
input,
li,
ol,
p,
pre,
select,
td,
textarea,
th,
ul {
  line-height: 1.7;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

body {
  background-color: rgba(255, 255, 255, 0);
  border: 0;
  max-width: none;
  margin: 0 auto;
  position: relative;
}

ul,
ol {
  padding-left: 2em;
  text-indent: -1.5em;
}

ul {
  list-style-type: disc;
}

ol {
  list-style-type: decimal;
}

em {
  font-style: italic;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.2;
  font-weight: 400;
  font-style: normal;
  font-variant: normal;
  text-rendering: optimizeLegibility;
}

h1,
h2,
h3 {
  color: #78828c;
}

h4,
h5,
h6 {
  color: #5a6469;
}

h1 {
  font-size: 2.8125em;
}

h2 {
  font-size: 2.5em;
}

h3 {
  font-size: 2.1875em;
}

h4 {
  font-size: 1.875em;
}

h5 {
  font-size: 1.5625em;
}

h6 {
  font-size: 1.25em;
}

p {
  color: #1e1e1e;
  padding: 0 0 5px;
  font-size: 0.875em;
}

dl dd {
  margin-left: 2em;
}

/* Fix spacing around inline links inside list items */
li a {
  white-space: normal;
}

li a::before,
li a::after {
  content: none;
}
