@import url(https://fonts.googleapis.com/css?family=Montserrat:300,400,500,700);
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

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,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

body {
    line-height: 1 !important;
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

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

a {
    text-decoration: none !important;
}
html {
    height: 100%;
}

body,
html,
#app-container {
    font-family: 'Montserrat', sans-serif;
    min-height: 100%;
    font-weight: 300 !important;
    line-height: normal;
}

/* #app-container {
    height: 100%
  } */

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 300 !important;
}

h1 {
    margin-bottom: 2rem;
    font-family: Montserrat;
    font-size: 1.47em;
    line-height: 2.5rem;
    font-weight: 500;
    font-style: normal;
    letter-spacing: 0em;
}

h2 {
    margin-bottom: 2rem;
    font-family: Montserrat;
    font-size: 1.40em;
    line-height: 2rem;
    font-style: normal;
    letter-spacing: 0em;
}

h3 {
    margin-bottom: 2rem;
    font-family: Montserrat;
    font-size: 1.33em;
    line-height: 2rem;
    font-style: normal;
    letter-spacing: 0em;
}

h4 {
    margin-bottom: 2rem;
    font-family: Montserrat;
    font-size: 1.27em;
    line-height: 2rem;
    font-style: normal;
    letter-spacing: 0em;
}

h5 {
    margin-bottom: 2rem;
    font-family: Montserrat;
    font-size: 1.21em;
    line-height: 2rem;
    font-style: normal;
    letter-spacing: 0em;
}

h6 {
    margin-bottom: 2rem;
    font-family: Montserrat;
    font-size: 1.15em;
    line-height: 2rem;
    font-style: normal;
    letter-spacing: 0em;
}

.ant-table-column-sorter-down.on,
.ant-table-column-sorter-up.on {
    color: black !important;
}

/*# sourceMappingURL=main.bc4845a28cb5f533c10b.css.map*/