/**
 *	Draw Page Styles
 */
/**
 *	Master Variables File
 *	This file holds all the includes that can be the included into other files.
 *	It is imperative that all files under the variable banner do not contain any
 *	code.
 */
/**
 *	Defaults
 */
/*
 *	These are the variables taken from screen.scss.
 */
/**
 *	Just for the Focus Area. A very simple mixin that's all frivolous.
 *  It's no longer frivolous Liam, it has a purpose now, leave it alone.
 */
/**
 *	Button
 */
/**
 *	Form Button Mixin
 */
/**
 *	Screen Width
 */
/**
 *	Mixin's defined for the whole project.
 */
/* line 8, ../../sass/pages/ResultsPage.scss */
.ResultsPage .lotto-name {
  color: white;
  margin-bottom: 10px;
}
/* line 12, ../../sass/pages/ResultsPage.scss */
.ResultsPage .draw-list-image {
  height: 125px;
}
/* line 15, ../../sass/pages/ResultsPage.scss */
.ResultsPage .panel-body {
  background: #581A95;
  border-radius: 10px;
}
/* line 19, ../../sass/pages/ResultsPage.scss */
.ResultsPage .focus-panel.picker {
  background: #310F4C !important;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
}
@media (max-width: 767px) {
  /* line 23, ../../sass/pages/ResultsPage.scss */
  .ResultsPage .prize .ticket-container {
    text-align: center;
  }
}
