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;
    color: #4600B6;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

body {
    line-height: 1;
    background-color: #FFFFFF;
}

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;
}

.openSans {
    font-family: "Open Sans", sans-serif;
}

.sunshiney {
    font-family: 'Sunshiney', cursive;
}

input,
textarea {
    width: 100%;
    background-color: transparent;
    border-bottom: 3px dashed #4500b6;
    color: black;
    font-size: 1.5rem;
}

input::placeholder {
    color: grey;
    opacity: 0.7;
}

.leading-custom {
    line-height: 1.3
}

.indexUp {
    position: relative;
    z-index: 1;
}

select {
    background-color: white;
    color: black;
}

.dashed-space {
    background-image: linear-gradient(to right, #4500b6 70%, rgba(255, 255, 255, 0) 0%);
    background-position: bottom;
    background-size: 30px 3px;
    background-repeat: repeat-x;
}


.dashed-space-top {
    background-image: linear-gradient(to right, #4500b6 70%, rgba(255, 255, 255, 0) 0%);
    background-position: top;
    background-size: 30px 3px;
    background-repeat: repeat-x;
}

.dashed-space-1px {
    background-image: linear-gradient(to right, #4500b6 70%, rgba(255, 255, 255, 0) 0%);
    background-position: bottom;
    background-size: 30px 1px;
    background-repeat: repeat-x;
}

.panel {
    z-index: 99999999999999999;
}