* {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;                
}

body {
    background-color: #fff;
}

#container {
    width: 100%;
    z-index: 9;
}

#header {
    background-image: url('logo.png');
    background-repeat: no-repeat;
    background-size: 20%;
    text-align: right;
    color: #D8FF48;
    width: 100%;
    height: 50px;
    z-index: -1;
}

div .well {
    margin-top: 20px;
    background: #D8FF48;
    padding: 60px;
    border-radius: 6px;
    color: #131a26;
}

h1 {
    text-align: right;
    margin-bottom: 0px;
}
h2 {
    margin-top: 30px;
    margin-bottom: 5px;
    color: black;
    text-align: left;
    font-weight: 400;
}

.dot {
    height: 25px;
    width: 25px;
    background-color: #bbb;
    border-radius: 50%;
    display: inline-block;
}

hr {
    margin: 30px;
    border: 1px solid black;
}

label:not(.def) {
    border: 2px solid #D8FF48;;
    background: #D8FF48;
    border-radius: 20px;
    text-align: center;
    height: 100px;
    width: 100%;
    float: left;
}
label:disabled {
    border: 2px solid #555555;
    background: #555555;
}
label span {
    display: block;
    vertical-align: middle;
    text-align: center;
    height: 35px;
    font-size: 12pt;
    padding-top: 15px;
}
label span.two {
    height: 44px;
    padding-top: 6px;
}

label span:last-child {
    display: block;
    text-align: center;
    height: 35px;
    background-color: rgb(51, 51, 51);
    padding-top: 15px;
    padding-bottom: -15px;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
}

label div {
    display: block;
    text-align: center;
    height: 35px;
    background-color: rgb(51, 51, 51);
    padding-top: 15px;
    padding-bottom: -15px;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
}
input {
    accent-color: #D8FF48;
}

.pull-right {
    float: right;
    z-index: -10;
}
.dot-green {
    background-color: rgba(50, 172, 45, 0.97);
}
.dot-white {
    background-color: #fefefe;
}
.dot-grey {
    background-color: #bbb;
}
.dot-yellow {
    background-color: rgb(242, 204, 12);
}
.dot-red {
    background-color: rgba(245, 54, 54, 0.9)
}

#copy {
    font-size: 10pt;
    margin-top: 30px;
    color: black;
    text-align: center;
}

button, input[type=submit] {
    padding: 5px;
}

.invalid, .invalid:active, .invalid:focus {
    border: 2px solid red;
}