body {
    background-color: #f7f7f7;
}

h1 {
    font-family: 'Roboto', sans-serif;
    fonz-size: 1.5em;

}

.scrolly {
    overflow-x: auto;
}

#toptext {
    margin-left: 5px;
    margin-top: 15px;
    border: 1px solid darkgrey;
    border-radius: 5px;
    padding: 10px;
    background-color: #fbfeff;
}
#bottomtext {
    margin-left: 5px;
    margin-top: 25px;
    border: 1px solid darkgrey;
    border-radius: 5px;
    padding: 10px;
    background-color: #fbfeff;
}

#headblock {
    padding-top: 1em;
    padding-bottom:0.5em;
    margin-bottom: 1.2em;
}

.main {
    width: 800px;
    max-width: 880px;
    overflow-y: hidden;
}

#container {
    width: 2500px;
    height: 500px;
    display: flex;
    /*background: linear-gradient(to right top, red, green);*/
}

#svgcontain {
    width: 2500px;
    height: 500px;
    position: relative;
}

svg line, path, circle, rect { 
    stroke: white !important;
}

svg rect {
    fill: white !important;
}

svg .st0, .st6, .st10, .st9 {
    fill: white !important;
}

.btn-color {
    display: inline-block;
    height: 20px;
    width: 29px;
    background-color: #fff;
    border: 1px solid #d5d5d5;
    border-radius: 3px;
}
.color-row {
    display: flex;
    align-items: center;
    padding-bottom: 10px;
}
.color-row input[type=checkbox] {
    /*flex: 1;*/
    margin-right: 10px;
}
.color-row label {
    margin-bottom: 0;
    margin-right: 10px;
}
.color-row .btn-color {
    /*flex: 1;*/
}
.icon {
  display: inline-block;
  width: 1em;
  height: 1em;
  stroke-width: 0;
  stroke: currentColor;
  fill: currentColor;
}
.link-wrapper {
    position: relative;
}
.copy-to-clipboard {
    position: absolute;
    top: 10px;
    right: 8px;
    cursor: pointer;
}

/*dragscroll*/
.dragscroll {
    cursor : -webkit-grab;
    cursor : -moz-grab;
    cursor : -o-grab;
    cursor : grab;
}
.dragscroll:active {
    cursor : -webkit-grabbing;
    cursor : -moz-grabbing;
    cursor : -o-grabbing;
    cursor : grabbing;
}
/*dragscroll end*/
