option {

	box-sizing: border-box;

    width: auto;
    height: auto;

    margin: 0rem;
    padding: 0rem;

    font-size: 1rem;
    font-family: 'Calibri', 'Gill Sans', 'Gill Sans MT', 'Trebuchet MS', 'sans-serif';

    border-width: 0px;
	border-radius: 0rem;
    border-style: none; 
}