@media (max-width:650px){
#buttonnextdiv {
    border-radius: 25px;
    -webkit-border-radius:25px;
    width: 98%;
 text-align:center;
  margin:10px 0;
}
.disablebt
{
  margin:10px 0;
border-radius:25px;
-webkit-border-radius:25px;
width: 98%;
padding: 9px 15px 9px 20px;
text-align:center;
  }
.numberinput {
    width: 98%;
    padding: .72rem 1.5rem .6rem 5.2rem;
    margin: 10px 0;
    border-radius: 25px;
    -webkit-border-radius: 25px;

}
.tabledata
{
width:100%  
}
.numcont {
    width: 90%;
}
#formtask
{
margin-top:50px;
}
}
@media (max-width:530px){

.numcont {
    width: 100%;
}

}
@media (max-width:485px){
.tabledata td
{
font-size: 0.8em
}


}
@media (max-width:440px){
.tabledata td
{
float:left;
width:100%
}
.tabledata td {
border-bottom: 1px dotted #FFF;
}
.rigntcelldata
{
border-bottom: 1px dotted #8ad103;
font-style:italic;
}
.tabledata tr {
border-bottom: 1px dotted #8ad103;
}
}
