body{
    font-family: 'Source Sans Pro', sans-serif;
    color: #333;
    font-weight: 400;
}

.screen{
  display: block;
}

.print{
  display: none;
}


p {

  margin: 0.4rem 0;

}

.map{
  height: 90vh;
  width: 40%;
  float: left;
}

.calculations{
  width: 59%;
  height: 90vh;
  float: right;
}




input,
select{
width: 100%;
padding: 5px 10px;
border-radius: 5px;
border: solid 3px #eee;
font-size: 15px;
color: #333;
margin: 0 0 .3em 0;
font-family: 'Source Sans Pro', sans-serif;
position: relative;

}

.kundendaten input{
  width: 90%;
}

.roofdata input{
  width: 90%;
}


label{
  font-size: 10px;
color: #8c8c8c;
font-weight: 400;
}

.panels span{
  font-weight: bold;
}

.angleresultsback{
  padding: 30px;
  border-radius: 10px;
  vertical-align: top;
  font-weight: 400;
}

.sendbtn {
    cursor: pointer;
    padding: 12px 18px;
    border-radius: 5px;
    border: solid 3px #8c8c8c;
    font-size: 21px;
    font-weight: 700;
    color: #8c8c8c;
    background-color: transparent;
    transition: 300ms;
    position: relative;
}

.sendbtn:hover{
	color: #fff;
	background-color:  #8c8c8c;
}

th{
  text-align: left;
  vertical-align: top;
}

td{
  width: 30%;
}


table{
  width: 100%;
}

#myCanvas{
  width: 24vw;
}

.panels{
  margin-top:2em;
}
