:root {
  --VSblue: #205098;       /* RGB: 32,80,152 */
  --VSblue-light: #afcaf6;
  --VSblue-dark: #163860;  /* #001a72;*/
  --VSblue-white: #edf2fd; /* RGB: 237,242,253 */
  
  --VSred: #a61932;
  --VSred-light: #ff8585;
  --VSred-dark: #741123;
  --VSred-white: #ffc2c2;
/*  --VSred-white: #fdedf2; */
  
  --VSgold: #f2c442;
  
  --VSlink: #B11B36; /* #0033eb;*/
  --VSlink-button: #000;
  --VSlink-button-text: #fff;
  --VSlink-yellow: #ffff47;
  --VSlink-blue-on-light: #0023A3; /* was #002ED6; */
  
  --background-gray:#fafafa;
}

.center {
  text-align: center;
}
.no-background-color:hover {
	background-color:unset !important;
}
.no-border-radius {
	border-radius:0 !important;
	filter: none !important;
}
.white {
	background: white; padding: 10px;
}