.switchery.switchery-large
{
    width: 54px !important; 
    height: 30px !important;
}
.switchery.switchery-large > small
{
    width: 30px !important; 
    height: 30px !important;
}

.switchery.switchery-default
{
    width: 40px; 
    height: 1.5rem;
}
.switchery.switchery-default > small
{
    width: 1.5rem; 
    height: 1.5rem;
}

.switchery.switchery-small
{
    width: 30px; 
    height: 18px;
}
.switchery.switchery-small > small
{
    width: 18px; 
    height: 18px;
}

.switchery.switchery-xsmall
{
    width: 24px; 
    height: 14px;
}
.switchery.switchery-xsmall > small
{
    width: 14px; 
    height: 14px;
}
