html {
  height: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
strike,
strong,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  margin: 0;
  padding: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: top;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
blockquote,
q {
  quotes: none;
}
input:focus,
textarea:focus,
a:focus,
button:focus,
select:focus {
  outline: 0;
}
body {
  display: block;
  position: relative;
  overflow: hidden !important;
  height: 100%;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  -ms-scrollbar-base-color: #eaeaea;
  -ms-scrollbar-face-color: #eaeaea;
  -ms-scrollbar-3dlight-color: #eaeaea;
  -ms-scrollbar-highlight-color: #eaeaea;
  -ms-scrollbar-track-color: #eaeaea;
  -ms-scrollbar-arrow-color: #eaeaea;
  -ms-scrollbar-shadow-color: #eaeaea;
  -ms-scrollbar-dark-shadow-color: #eaeaea;
}

span {
  position: relative;
}

a {
  color: #1e90ff;
  outline: none;
}

img {
  border: none;
  vertical-align: top;
  max-width: 100%;
  height: auto;
}
::-webkit-input-placeholder {
  color: #9e9e9e;
}
::-moz-placeholder {
  color: #9e9e9e;
} /* Firefox 19+ */
:-moz-placeholder {
  color: #9e9e9e;
} /* Firefox 18- */
:-ms-input-placeholder {
  color: #9e9e9e;
}

button {
  -webkit-appearance: button;
  cursor: pointer;
}

::-webkit-scrollbar {
  width: 6px;
  background: transparent;
  position: absolute;
  height: 6px;
}
::-webkit-scrollbar-thumb {
  background: #dadada;
  border-width: 6px 0 0 0;
  border-color: transparent;
  border-radius: 2px;
}

* {
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 12px;
}
