/* line 1, staticfiles/create_list.scss */
#phone {
  padding: 0 15px;
  box-sizing: border-box; }
  /* line 5, staticfiles/create_list.scss */
  #phone h3 {
    font-size: 17px; }

/* line 11, staticfiles/create_list.scss */
.btn {
  background: #DDD;
  display: block;
  border: 2px solid #AAA;
  border-radius: 5px;
  font-size: 1.1em;
  font-weight: bold;
  text-align: center;
  cursor: pointer;
  padding: 6px 0;
  color: #111;
  width: 100%; }

/* line 27, staticfiles/create_list.scss */
.game-cell {
  background-color: #dd8231 !important; }
  /* line 31, staticfiles/create_list.scss */
  .game-cell:hover {
    background-color: #af6421 !important; }
