/** sprite: buckle; sprite-image: url('../../images/bucklesprite.png'); sprite-layout: vertical */
/** sprite: buckleMed; sprite-image: url('../images/bucklespriteMed.png'); sprite-layout: vertical */
/* CUSTOM WIDTHS */
.width100px {
    width: 62px;
}

.width150px {
    width: 112px;
}

.width42px {
    width: 27px;
}

.width200px {
    width: 162px;
}

.width175px {
    width: 145px;
}

.width250px {
    width: 212px;
}

.width300px {
    width: 277px;
}

select.width100px {
    width: 100px;
}

select.width150px {
    width: 150px;
}

select.width42px {
    width: 47px;
}

select.width200px {
    width: 200px;
}

select.width175px {
    width: 175px;
}

select.width250px {
    width: 250px;
}

select.width300px {
    width: 305px;
}