svg{
position: absolute;
top: 20px;
left: 16%;
border: 5px;
border-style: inset;
border-style: outset;
}

.button{
margin: 5px 5px 5px 5px;
height: 50px;
width: 3.75%;
background-color:  rgba(0, 162, 255, 0.568);
font-size: 20px;}

.stop{
    width: 5.3%; 
}

.reset{
    width: 50%;
}

input{
    width: 100%;
    margin-top: 5px;
text-align: right;
margin-left: 5px;}

p{
width: 14%;
text-align: left;
}

.preset{
    text-align: center;
}

span{
text-align: right;
width: 50%;
}

.spanren{

    font-size: 20px;
    margin: 0 0 0 0;
}

.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
    border-top-left-radius: 10px;
}
.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
	border-top-right-radius: 10px;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
	border-bottom-left-radius: 10px;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
	border-bottom-right-radius: 10px;
}