
button.delete{
    color:red;
    font-size:1.0vw;
}

div.editroster button.update{
    color:green;
    font-size:1.0vw;
}

div.editroster{
    height:96%;
    width:100%;
    background:silver;
    overflow: auto;
}


table.editroster{
    width:100%;
    line-height: 1.5;
}

table.editroster td{
    padding:0;
    margin:0;
    border:1px solid navy;
   /* display:flex;
    flex-direction: row;
    justify-content: center;*/
    text-align: center;

}


div.editroster input:focus{
    outline:none;
}

div.editroster input[type=text]{
    font-size:1.3vh;
    padding-left:.2vw;
    margin:0;
}

div.editroster td.input{
    padding:1vh;
    text-align: center;
}



table.editroster td.uniq{
    display:none;
}



input.lname{
    width:10vw;
}

input.fname{
    width:7vw;
}

input.vid{
    width:6vw;
}

input.password{
    width:8vw;
}

input.hphone, input.cphone{
    width:8vw;
}

input.email{
    width:20vw;
   }

input.admin{
    width:2vh;
    text-align:center;
}

tr{
    /*background:silver;*/
}



