/* 
  Unique Styles for velocity
  All styles must be scoped inside .velocity-theme to prevent global CSS bleeding!
*/

.velocity-theme {
  /* Add your unique design patterns here */
}

/* Example:
.velocity-theme .score-board {
  background: red;
}
*/

