@media only screen and (min-width: 767px) and (max-width: 857px) {
.rewards-container{margin-top:40px !important;}
}

.nav-link.n0 {
color: #000;
}

.nav-link.n0:hover {
color: #000;
text-decoration:none;
}

.nav-link.active.n0 {
    color: #fff;
    background-color: #D1A73A;
}

.nav-link.active {
    color: #333;
}

.jumbotron {
color:#fff;
background-color:#8751C4;
background-position: center center;
background-repeat: no-repeat;
background-size: cover;
}


@media only screen and (min-width: 1200px) {
.jumbotron.j0 {background-image: url('../img/earn-money.png');}
.jumbotron.j1 {background-image: url('../img/earn-reward.png');}
}

.m-tag{font-size:25px; width:auto; display:inline; line-height:50px;}
.e-tag{font-size:20px;}

table{width:100%;font-size:25px;text-align:center;}

.rewards-table{min-width:200px; overflow:auto;}

#program img{min-width:40px; width:70px;}
#program img:last-child{min-width:40px; width:150px;}


.modal-header {
  padding: 0;
}
.modal-header .close {
  padding: 10px 15px;
}
.modal-header ul {
  border: none;
}
.modal-header ul li {
  margin: 0; padding: 5px;
}
.modal-header ul li a {
  border: none;
  border-radius: 0;
}
.modal-header ul li.active a {
  color: #333;
}
.modal-header ul li a:hover {
  border: none;
}
.modal-header ul li a span {
  margin-left: 10px;
}
.modal-body .form-group {
  margin-bottom: 10px;
}

a:hover {
    text-decoration: none;
}

.out{display:none;}

.return, .return:hover {
    color: #666 !important;
}

#modal-login{border-radius:15px;}