/*! minireset.css v0.0.3 | MIT License | github.com/jgthms/minireset.css */
html,
body,
p,
ol,
ul,
li,
dl,
dt,
dd,
blockquote,
figure,
fieldset,
legend,
textarea,
pre,
iframe,
hr,
h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 100%;
    font-weight: normal;
}

ul {
    list-style: none;
}

button,
input,
select,
textarea {
    margin: 0;
}

html {
    box-sizing: border-box;
}

*, *:before, *:after {
    box-sizing: inherit;
}

img,
embed,
iframe,
object,
audio,
video {
    height: auto;
    max-width: 100%;
}

iframe {
    border: 0;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

td,
th {
    padding: 0;
    text-align: left;
}

html {
    height: 100%;
    background-color: #fff;
    font-size: 16px;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    min-width: 300px;
    overflow-x: hidden;
    overflow-y: scroll;
    text-rendering: optimizeLegibility;
}

article, aside, figure, footer, header, hgroup, section {
    display: block;
}

body, button, input, select, textarea {
    font-family: "Roboto", "Ubuntu", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
}
button {
    border: 0;
    cursor: pointer;
}
body {
    height: 100%;
    color: #333;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
}

/* Inline */
a {
    color: #8064a9;
    cursor: pointer;
    text-decoration: none;
    transition: none 0.4s ease;
}
a:hover {
    color: #9b7fc3;
}
img {
    max-width: 100%;
}
input[type="checkbox"],
input[type="radio"] {
    vertical-align: baseline;
}
small {
    font-size: 0.8em;
}
span {
  font-style: inherit;
  font-weight: inherit;
}
strong {
    color: #333;
    font-weight: 700;
}
table {
    width: 100%;
}
td, th {
    text-align: left;
    vertical-align: top;
}
th {
    color: #333;
    font-weight: 700;
}