﻿ .cb-enable, .cb-disable, .cb-enable span, .cb-disable span {
        /*background: url(http://demos.devgrow.com/switch/switch.gif) repeat-x;*/
        display: block;
        float: left;
        background: #EEE;
    }

        .cb-enable span, .cb-disable span {
            line-height: 18px;
            display: block;
            /*background-repeat: no-repeat;*/
            font-weight: bold;
        }

    .cb-enable span {
        background-position: left -90px;
        padding: 0 5px;
    }

    .cb-disable span {
        background-position: right -180px;
        padding: 0 10px;
    }

    .cb-disable.selected {
        background-color: #D51C2A;
    }

        .cb-disable.selected span {
            background-color: #D51C2A;
            color: #fff;
        }

    .cb-enable.selected {
        background-color: #529610;
    }

        .cb-enable.selected span {
            background-color: #529610;
            color: #fff;
        }

    .switch label {
        cursor: pointer;
    }

    .switch input {
        display: none;
    }

   