/*
 * Custom width utilities (Bootstrap extension)
 * Define width percentages from 5% to 50%, step = 5,
 *  excluding values already defined by Bootstrap.
 */

.w-5  { width: 5% !important; }
.w-10 { width: 10% !important; }
.w-15 { width: 15% !important; }
.w-20 { width: 20% !important; }
/* w-25 is already defined by Bootstrap */
.w-30 { width: 30% !important; }
.w-35 { width: 35% !important; }
.w-40 { width: 40% !important; }
.w-45 { width: 45% !important; }
/* w-50 is already defined by Bootstrap */