/* Add additional stylesheets below
-------------------------------------------------- */

.bg-tw {
	background-color: #e12726 !important;
}
.title-tw{
	line-height:1.1;
	text-align:center;
}
.red {
	color: #e12726;
}
.switch-wide {
  width: 70px !important;        
}

/* Slide the knob the correct distance when ON  
       ( width – knobWidth – original left offset )            */
input.switch-wide:checked + label.switch-wide::after {
  left: calc(70px - 18px - 4px); 
}

/* Let the label text grow if you want it centred */
.switch-wide::before {
  min-width: auto;
}