.fugu-timepanel{
    display: inline-block;
    border-radius: 3px;
    color: #666;
    cursor: default;
    border: 1px solid #ddd;
    background-color: #fff;
    white-space: normal;
    -webkit-appearance: none;
    padding: 5px 8px;
    box-sizing: content-box;
    min-width: 150px;
    .fugu-timepanel-col {
        width: 50px;
        float: left;
        text-align: center;
        font-size: 16px;
        line-height: 1.5;
        padding: 0 4px;
        box-sizing: border-box;
    }
    .fugu-timepanel-top,
    .fugu-timepanel-middle,
    .fugu-timepanel-bottom{
        padding: 5px 10px;
        cursor: pointer;
        position: relative;
    }
    .fugu-timepanel-input{
        width: 100%;
        border:none;
        outline: none;
        float: left;
        position: relative;
        text-align: center;
    }
    .fugu-timepanel-top,
    .fugu-timepanel-bottom{
        color: #bbb;
        -moz-user-select: none;
        -webkit-user-select: none;
        -ms-user-select: none;
        user-select: none;
    }
    .fugu-timepanel-top{
        border-bottom: 2px solid #1cafdb;
    }
    .fugu-timepanel-bottom{
        border-top: 2px solid #1cafdb;
    }
    .fugu-timepanel-label{
        position: absolute;
        right: 0;
        top: 0;
        font-size: 10px;
    }
}