
.dropdown {
    float: left;
    overflow: hidden;
    margin-right: 10px;
}

.dropdown .dropbtn {
    font-size: 17px;    
    border: none;
    outline: none;
    color: white;
    padding: 14px 16px;
    background-color: inherit;
    font-family: inherit;
    margin: 0;
}

.dropdown-content {
    display: none;
    position: fixed;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
}

.dropdown-content a {
    float: none;
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    text-align: left;
}

.topnav a:hover, .dropdown:hover .dropbtn {
    background-color: #555;
    color: white;
  }
  
  .dropdown-content a:hover {
      background-color: #ddd;
      color: black;
  }
  
  .dropdown:hover .dropdown-content {
      display: block;
  }
  
  @media screen and (max-width: 600px) {
    .topnav a:not(:first-child), .dropdown .dropbtn {
      display: none;
    }
    .topnav a.icon {
      float: right;
      display: block;
    }
  }
  
  @media screen and (max-width: 600px) {
    .topnav.responsive {position: relative;}
    .topnav.responsive .icon {
      position: absolute;
      right: 0;
      top: 0;
    }
    .topnav.responsive a {
      float: none;
      display: block;
      text-align: left;
    }
    .topnav.responsive .dropdown {float: none;}
    .topnav.responsive .dropdown-content {position: relative;}
    .topnav.responsive .dropdown .dropbtn {
      display: block;
      width: 100%;
      text-align: left;
    }
  }

  ul, li {
    list-style: none;
}

.navbar-nav li a {
    font-size : 13px;
}


#table-reward {
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  border-collapse: collapse;
  width: 100%;
}

#table-reward td, #table-reward th {
  border: 1px solid #ddd;
  padding: 8px;
}

#table-reward tr:nth-child(even){background-color: #f2f2f2;}

#table-reward tr:hover {background-color: #ddd;}

#table-reward th {
  padding-top: 12px;
  padding-bottom: 12px;
  text-align: center;
  background-color: #1e4590;
  color: white;
}

@media (min-width:1200px){.container-faq{max-width:100%; height: 100%;}}

@media (max-width:992px){.hidden-nav{display: none}}

.sidebar {
  display: inline-block;
  height:100%;
}

.main {
  width: 100%;
  height:100%;
  float: right;
}

.list-group {
    list-style: decimal !important;
}

.list-group-item {
    list-style: decimal !important;
    display: list-item !important;
    border: none !important;
    margin-left: 55px;
}

.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

@media only screen and (min-width: 768px) {
  .offset-md-2 {
    margin-left: 12.5%;
}
}

.top-banner-right .card {
box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.5);
transition: 0.3s;
border-radius: 18px;
overflow: hidden;
margin-top:-30px
}

@media only screen and (max-width: 600px) {
  .top-banner-right .card {
    margin:70px 0 30px !important;
  }
}