#submit {font-size:1.3rem; font-weight: 450; color: white; border: 2px solid #ED5565; border-radius: 30px; background: #ED5565; margin-top:5px; margin-bottom:5px}
#download {font-size:1.3rem; font-weight: 450; color: white; border: 2px solid #F8AC59; border-radius: 30px; background: #F8AC59; margin-top:5px; margin-bottom:5px}
#homepage {font-size:1.3rem; font-weight: 450; color: white; border: 2px solid #1AB394; border-radius: 30px; background: #1AB394; margin-top:5px; margin-bottom:5px}

body{  font-family: 'Roboto', sans-serif; color: #1B2A4B; font-weight: 300; font-size:1.5rem;}

label {font-weight:450}

label span {font-weight:300}

input[type=number] {
              -moz-appearance:textfield;
        }
        input[type=number]::{
              -moz-appearance:textfield;
        }
        input[type=number]::-webkit-outer-spin-button,
        input[type=number]::-webkit-inner-spin-button {
              -webkit-appearance: none;
              margin: 0;
        }



#distPlot1 {overflow: hidden;}
#distPlot2 {overflow: hidden;}

#distPlot1 img {margin-top: calc(5vh - 86px);}
#distPlot2 img {margin-top: calc(5vh - 86px);}

@media (max-width: 767px) {

	#distPlot1 img {margin-top: 0px;}
	#distPlot2 img {margin-top: 0px;}

}
