/*
 * Bootleg.css
 * https://github.com/ryanseddon/bootleg
 *
 * WTFPL - http://sam.zoy.org/wtfpl/
 */

/* Toggle buttons */

#buttons input[data-toggle]:checked + label,
#buttons input[data-toggle]:checked + label:active {
	background-color: #0044CC;
    color: #FFFFFF;
	background-image: none;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.15) inset, 0 1px 2px rgba(0, 0, 0, 0.05);
    outline: 0 none;
}

/* Button groups */

.btn-group > .btn:first-of-type {
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px;
    margin-left: 0;
}