/* Classes to help visualize the boxes */

body {
	background: #fff;
}

* {
	font-family: Arial, Helvetica, sans-serif;
}

* {
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: -moz-none;
	-o-user-select: none;
	user-select: none;
}

html, body {
    max-width: 100%;
    overflow-x: hidden;
}

.p-1{
  padding: 10px;
}

.p-2{
  padding: 20px;
}
.p-3{
  padding: 30px;
}
.p-4{
  padding: 40px;
}
.p-5{
  padding: 50px;
}

.pt-1{
  padding-top: 10px;
}

.pt-2{
  padding-top: 20px;
}
.pt-3{
  padding-top: 30px;
}
.pt-4{
  padding-top: 40px;
}
.pt-5{
  padding-top: 50px;
}
.pl-1{
  padding-left: 10px;
}
.pl-2{
  padding-left: 20px;
}
.pl-3{
  padding-left: 30px;
}
.pl-4{
  padding-left: 40px;
}
.pl-5{
  padding-left: 50px;
}

.pr-1{
  padding-right: 10px;
}
.pr-2{
  padding-right: 20px;
}
.pr-3{
  padding-right: 30px;
}
.pr-4{
  padding-right: 40px;
}
.pr-5{
  padding-right: 50px;
}

.pb-1{
  padding-bottom: 10px;
}

.pb-2{
  padding-bottom: 20px;
}
.pb-3{
  padding-bottom: 30px;
}
.pb-4{
  padding-bottom: 40px;
}
.pb-5{
  padding-bottom: 50px;
}

.m-1{
  margin: 10px;
}

.m-2{
  margin: 20px;
}
.m-3{
  margin: 30px;
}
.m-4{
  margin: 40px;
}
.m-5{
  margin: 50px;
}

.mt-1{
  margin-top: 10px;
}

.mt-2{
  margin-top: 20px;
}
.mt-3{
  margin-top: 30px;
}
.mt-4{
  margin-top: 40px;
}
.mt-5{
  margin-top: 50px;
}

.mb-1{
  margin-bottom: 10px;
}

.mb-2{
  margin-bottom: 20px;
}
.mb-3{
  margin-bottom: 30px;
}
.mb-4{
  margin-bottom: 40px;
}
.mb-5{
  margin-bottom: 50px;
}

.no-height{
  line-height: 0px
}

.mp-0{
  margin: 0px;
  padding: 0px
}

.text-white{
  color: #fff
}

.text-red{
  color: red
}

.nav-teal{
  background: #0E9FE5;
  color: #fff
}

.text-teal{
  color: #62bce9
}

.nav-link{
  color: #fff !important
}

.nav-link:hover{
  color: #BD0000 !important
}

.text-jackpot{
    text-align: left;float: left;color: #fff;font-weight: bold;font-style: italic;text-shadow: 2px 2px 2px gray;font-size: 1.7em;line-height: 25px
}
@media (min-width: 768px) {
	.mob-height{
		line-height: 8px
	}
    .navbar {
        height:50px;
        margin-top:3em
    }
    .m-mob{
    	margin-top: 50px
    }
    .my-period{
	  float: left;text-align: left;padding-top: 2%;font-weight: bold
	}
    .jackpot{
        float: left;color: #fff;font-size: 3em;line-height: 50px;font-weight: bold
    }
    .mobx{
    	display: none;
    }
    .navx{
    	display: none;
    }
}

@media (max-width: 766px) {
    .text-jackpot{
        text-align: center;
        float: center;
        color: #fff;
        font-weight: bold;
        font-style: italic;
        text-shadow: 2px 2px 2px gray;
        font-size: 1.7em;
        line-height: 25px;
        width:100%;
    }
	.m-mob{
    	margin-top: 10px
    }
	.mx-auto{
		display: none;
	}
	.mob-height{
		line-height: 8px
	}
	.nav-teal{
		padding: 0px
	}
	.navbar-toggler{
		float: right;
		right: 10px;
		margin-left: auto;
		margin-right: 10px
	}
	.nav-link{
		text-align: left;
		margin-left: 10px
	}
	.my-period{
	  padding-top: 4%;font-weight: bold
	}
	.mobx{
		background: transparent;border: solid #3D5E53;padding: 6px;margin-bottom: 10px;border-radius: 10px
	}
	.mob{
		display: none;
	}
    .jackpot{
        float: center;color: #fff;font-size: 2em;font-weight: bold;
        text-align: center;
      }
}

.countdown{
  background: #0E9FE5;border: solid #BD0000 2px;border-radius: 5px;color: #fff;padding:0px 5px;font-size: 2em;
  float: right;right: 0px;font-weight: bold
}
.marquee{
  background: #0E9FE5;color: #fff
}

.welcome tr {
  background: #0E9FE5;color: #fff 
}

.text-dropdown {
    background: 0 0;
    color: #fff;
    border: none;
    text-align: center;
    font-weight: bold;
    width: 100%;
  }
.text-dropdown option{
  color: #000
}
.border-dotted{
  border-bottom: dotted 2px;
}
.text-gray{
  color: gray
}
.more{
  background: #0E9FE5;border-radius: 10px;padding: 8px;color: #fff 
}

.kontent-jackpot{
  background: #0E9FE5;border: solid #BD0000;padding: 10px;border-radius: 5px
}

.table-day{
	font-size: 0.8em
}

.table-last tbody tr {
  font-weight: bold;
}

.footer{
  background: #0E9FE5
}

.bottom{
  position:fixed;
    bottom:0;
    width: 100%
}

.copyright{
	background: #fff
}

.text-black{
  color: #000
}
.rx{
  line-height: 17px
}