#select table {
    font-size: 1em;
    margin: auto;
    border-style: none;
    text-align: center;
    }

#select select {
    width:25em;
    height: 35em;
    font-size: 1em;
    }
    
#select th, #select td, #select tr {
    border-style: none;
    background-color: white;
    }
    
#select input {
    font-size: 1em;
}

#add {
display: block;
width:60px;
margin: -30px 0 0 0;
    }
    
#remove {
display: block;
width: 60px;
    }
