The Perspective Toggle Switch component has a 10px padding applied to it by default with no effective means to override it. Please remove the 10px padding or make it so it can be overridden.
Applying alternative padding settings to the component style does not work.
Applying alternative padding to the settings to the .ia_toggleSwitchComponent class in component in the advanced stylesheet does not work.
Update: I was able to override using the addition to the advanced style sheet
.ia_toggleSwitchComponent {
padding: 0 !important;
}