        #colorPicker {
            text-align: center;
            padding: 0px;
            position: relative; /*  */
            top: 45px; /*  */
        }
        .color-option {
            display: inline-block;
            width: 50px;
            height: 25px; /* 55px */
            margin: 0px;
            cursor: pointer;
            border-radius: 5px;
        }
        