﻿/* 
    Min/max widths (that aren't already included in BS5 (25%, 50%, 75%, 100% - use BS5 for these (w-25, mw-25, etc)
*/
.min-w-95 { min-width: 95% !important;}
.min-w-95 { min-width: 95% !important;}
.max-w-95 { max-width: 95% !important; }

.min-w-90 { min-width: 90% !important; }
.max-w-90 { max-width: 90% !important; }

.min-w-85 { min-width: 85% !important;}
.max-w-85 { max-width: 85% !important; }

.min-w-80 { min-width: 80% !important; }
.max-w-80 { max-width: 80% !important;}

.min-w-70 { min-width: 70% !important; }
.max-w-70 { max-width: 70% !important; }

.min-w-65 { min-width: 65% !important;}
.max-w-65 { max-width: 65% !important; }

.min-w-60 { min-width: 60% !important; }
.max-w-60 { max-width: 60% !important; }

.min-w-55 { min-width: 55% !important; }
.max-w-55 { max-width: 55% !important; }

.min-w-45 { min-width: 45% !important; }
.max-w-45 { max-width: 45% !important; }

.min-w-40 { min-width: 40% !important; }
.max-w-40 { max-width: 40% !important; }

.min-w-35 { min-width: 35% !important; }
.max-w-35 { max-width: 35% !important; }

.min-w-30 { min-width: 30% !important; }
.max-w-30 { max-width: 30% !important; }

.min-w-20 { min-width: 20% !important; }
.max-w-20 { max-width: 20% !important; }

.min-w-15 { min-width: 15% !important; }
.max-w-15 { max-width: 15% !important; }

.min-w-10 { min-width: 10% !important; }
.max-w-10 { max-width: 10% !important; }

.min-w-5 { min-width: 5% !important; }
.max-w-5 { max-width: 5% !important; }