﻿.select-list input[type="radio"] {
    margin-right: 6px;
}

.select-list label {
    margin-right: 20px; /* 控制間距，想多寬就改這裡 */
}
a {
    color: blue;
    text-decoration: none;
}