/* Define default style */

.WebColSpinner button{

    width: 20px;

}

.WebColSpinner .SpinVal{

    padding: 4px;

    font-weight: bold;

    width: 40px;

}

/* Define theme customizations */

.Df_Modern_Sky .WebColSpinner button{

    background-color: #313F54;

    color: #FFFFFF;

}

.Df_Web_Creme .WebColSpinner button{

    background-color: #F2F3F5;

    border: 1px solid #CCCCCC;

    border-radius: 4px;

}