.luckyNum {
  border-radius: 50%;
  width: 55px;
  height: 55px;
  padding:  1px 8px 8px 8px;
  border: 2px solid #666;
  color: #000;
  text-align: center;
  font-size: 32px;
  float: left;
}

.lastNum {
	color: red;
}

body > .container {
  padding: 75px 15px 0;
}


html {
  position: relative;
  min-height: 100%;
}
body {
  /* Margin bottom by footer height */
  margin-bottom: 70px;
}

.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
}

.nav-link, .nav-link:visited {
	color: #fff;
}

.nav-link:hover {
	color: #fff;
}

.nav-item {
	transition: ease-out .4s;
}

.nav-item:hover {
	background-color: #006064;
	transition: ease-in .4s;
}

.navbar-toggler-icon {
   background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255,255,255, 1.0)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
 } 

.navbar-toggler {
  border-color: none;
} 

input[type=number] {
	appearance: none;
}