body {
    max-width: 700px;
    margin: 0px auto;
    font-family: 'Open Sans', sans-serif;
}

#dropdown {
    position: relative;
    height: 42px;
    max-width: 700px;
    width: 100%;
}

@media (min-width: 500px) {
    #info {
        height: 47px;
        width: 100%;
        font-size: 14px;
        margin: 16px 0px 40px 0px;
    }
}

@media (max-width: 499px) {
    #info {
        height: 66px;
        width: 100%;
        font-size: 14px;
        margin: 16px 0px 40px 0px;
    }
}

/* #info {
	height:25px;
	width:100%;
	font-size:16px;
  margin:16px 0px;
} */

#label {
    font-weight: bold;
}

.axis path,
.axis line {
    fill: none;
    stroke: rgb(102, 102, 102);
    shape-rendering: crispEdges;
}

.domain {
    display: none;
}

.axis text,
#xaxislabel {
    font-family: 'Open Sans', sans-serif;
    fill: rgb(102, 102, 102);
    font-size: 14px;
}

.cells path {
    fill: none;
    pointer-events: all;
}

.notselected {
    opacity: 0.1;
}

.cellsselected {
    opacity: 1;
    stroke-width: 2px;
    r: 4;
    stroke: #000;
    fill: orange;
}

#source {
    font-weight: 400;
    color: #707071;
}

.key

/* required */
    {
    display: inline-block;
    margin: 0 0 1em 0;
    padding: 0;
    line-height: 15px;
}

.label {
    white-space: nowrap;
    font-size: 14px;
    fill: #414042;
    font-weight: normal;
    font-family: "Open Sans", Helvetica, sans-serif;
}

.key li

/* required */
    {
    display: inline-block;
    margin: 0 18px 0 0;
    padding: 0;
    line-height: 15px;
}

.key b

/* required */
    {
    display: inline-block;
    width: 35px;
    height: 15px;
    margin-right: 6px;
    float: left;
    background-color: transparent;
    margin-top: 8px;
    border-radius: 15px;
}

.key label

/* required */
    {
    white-space: nowrap;
    font-size: 16px;
    color: #333;
    font-weight: normal;
}

.btn-group {
    padding: 10px;
}

.btn-group,
.btn-group-vertical {
    position: relative;
    display: inline-block;
    vertical-align: middle;
}

.btn {
    position: relative;
    padding: 10px 15px;
    margin: 0 0 20px;
    line-height: normal;
    color: #fff;
    /* font-size: 1.3em !important; */
    border-radius: 0px;
    display: inline-block;
    text-rendering: optimizeLegibility;
    transition: background-color .2s ease-in, color .2s ease-in;
}

.btn:focus {
    outline: none;
    box-shadow: 0 0 0pt 3pt orange;
}

.btn--select {
    margin-left: 0px !important;
}

.btn--select {
    color: #206095 !important;
    border: 2px solid #206095 !important;
    margin-right: 15px !important;
    margin-bottom: 15px !important;
    transition: all ease .2s;
    border-radius: 30px !important;
}

.btn:active,
.btn.active {
    background-color: #206095;
    color: white !important;
    -webkit-box-shadow: none;
    box-shadow: 0 0 0pt 3pt orange;
}

.btn-group>.btn:focus {
    outline: none;
    box-shadow: 0 0 0pt 3pt orange;
}

[data-toggle=buttons]>.btn input[type=radio],
[data-toggle=buttons]>.btn-group>.btn input[type=radio] {
    position: absolute;
    clip: rect(0, 0, 0, 0);
    pointer-events: none;
}

input[type=checkbox],
input[type=radio] {
    -webkit-appearance: none;
}

.btn-group input {
    height: 0px;
    width: 0px;
    position: absolute;
    left: -100px;
}

input[type=checkbox],
input[type=radio] {
    margin: 4px 0 0;
    margin-top: 1px\9;
    line-height: normal;
}

input[type=checkbox],
input[type=radio] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
}

input {
    border: none;
    border-radius: 0;
    border-bottom: solid 1px #ddd;
    font-size: 18px;
    line-height: 32px;
    margin: 16px 0;
    padding: 6px 0 0 0;
}

input,
select {
    font-family: "Open Sans", Helvetica, Arial, sans-serif;
    font-size: 14px;
}

h6 {
    font-size: 16px;
    margin: 16px 0 8px 0;
    font-weight: 700;
    color: #323132;
}

.btn--primary {
    background-color: #0F8243;
    color: #fff;
}

.btn {
    font-family: "Open Sans", Helvetica, Arial, sans-serif;
    font-weight: 400;
    font-size: 14px;
    display: inline-block;
    width: auto;
    cursor: pointer;
    padding: 6px 16px 10px 16px;
    border: 0 none;
    text-align: center;
    -webkit-appearance: none;
    transition: background-color 0.25s ease-out;
    line-height: 24px;
}

.btn--primary:hover,
.btn--primary:focus {
    background-color: #0b5d30;
}

a {
    text-decoration: underline;
    font-size: 18px;
    font-weight: 400;
    line-height: 32px;
}

.visuallyhidden {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}