@charset "UTF-8";
/* CSS Document */

select {
    font-size: 13px; /* Adjust the font size */
    padding: 8px; /* Adjust padding */
    width: 100%; /* Adjust width */
}

option {
    font-size: 13px; /* Change the font size of the options */
    padding: 10px; /* Increase spacing */
}

