.row{
    display:block;
    width:100%;
}
label{
    display:inline-block;
    margin-right:5px;
    width:auto;
    min-width:100px;
}
.row input{
    display:inline-block;
    width: 75px;
}
.row p{
    display:inline-block;
}
.ANC-button{
    font-weight:700;
    border: 1px solid #555;
    margin-top:5px;
}

@media screen and (min-width:416px){
    p.tool-explanation{
        text-align:center;
    }
    /*#footer-tall{
        position:fixed;
        bottom:0;
    }*/
}