/*.calcfield{*/
/*    width: 30%;*/
/*}*/
@media screen and (min-width:550px){
    .calcfield{
        flex:none;
        width:31.7%;
        min-width:auto;
    }
    div .fieldwrp{
        min-width:auto;
    }
    #input .calcfield:nth-of-type(1){
        min-width:inherit;
        order:1;
    }
    #input .calcfield:nth-of-type(2), #results .calcfield:nth-of-type(9){
        order:2;
    }
    #input .calcfield:nth-of-type(3), #results .calcfield:nth-of-type(10){
        order:5;
    }
    #input .calcfield:nth-of-type(4), #results .calcfield:nth-of-type(17){
        order:3;
    }
    #input .calcfield:nth-of-type(5), #results .calcfield:nth-of-type(18){
        order:6;
    }
    #input .calcfield:nth-of-type(6), #results .calcfield:nth-of-type(2){
        order:4;
    }
    #input .calcfield:nth-of-type(7),  #results .calcfield:nth-of-type(3){
        order:7;
    }
    #results .calcfield:nth-of-type(1){
        order:1;
    }
    #results .calcfield:nth-of-type(4){
        order:10;
    }
    #results .calcfield:nth-of-type(5){
        order:13;
    }
    #results .calcfield:nth-of-type(6){
       order:16;
    }
    #results .calcfield:nth-of-type(7){
       order:19;
    }
    #results .calcfield:nth-of-type(8){
        order:22;
    }
    #results .calcfield:nth-of-type(11){
       order:8;
    }
    #results .calcfield:nth-of-type(12){
        order:11;
    }
    #results .calcfield:nth-of-type(13){
        order:14;
    }
    #results .calcfield:nth-of-type(14){
        order:17;
    }
    #results .calcfield:nth-of-type(15){
       order:20;
    }
    #results .calcfield:nth-of-type(16){
       order:23;
    }
    #results .calcfield:nth-of-type(19){
        order:9;
    }
    #results .calcfield:nth-of-type(20){
        order:12;
    }
    #results .calcfield:nth-of-type(21){
       order:15;
    }
    #results .calcfield:nth-of-type(22){
       order:18;
    }
    #results .calcfield:nth-of-type(23){
       order:21;
    }
    #results .calcfield:nth-of-type(24){
       order:24;
    }
    #results .calcfield:nth-of-type(25){
       display:none;
    }
}


