.nav > li > a {
  padding: 10px 22px;
  text-transform: uppercase;
  color: #fff !important;
}

nav.navbar-inverse ul li {
  /*padding: 10px 22px;*/
  text-transform: uppercase;
  color: #fff !important;
}

nav.lobby_nav ul li a {
  position: relative;
  display: block;
  padding: 0px 0px;
}

nav.lobby_nav ul li {
  padding: 10px 22px;
}

nav.navbar-inverse ul li.active {
  background-color: #23679e !important;
  color: #fff !important;
  border-radius: 5px !important;
}

nav.navbar-inverse ul li.active {
  background-color: #23679e !important;
  color: #fff !important;
  border-radius: 5px !important;
}

nav.navbar-inverse a {
  /*padding: 0px;*/
}

nav.navbar-inverse ul li:hover {
  cursor: pointer;
}

nav.navbar-inverse ul li:hover {
  cursor: pointer;
}

.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #fff;
}

.nav li a :hover {
  background-color: #23679e !important;
}

a.btn-real:hover {
  text-decoration: none;
}

.blogSec {
  background-color: #1c1c1c;
  padding: 24px;
  border-top: 5px solid #44ffdd;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.blogSec h2 b {
  color: #44ffdd;
  text-decoration: none;
}

.blogSec .date {
  color: #37677d;
}

.blogSec a {
  color: #fecb08;
  text-decoration: none;
  cursor: pointer;
}

.blogSec a :hover {
  cursor: pointer;
  text-decoration: none;
}

.blogPage .btn {
  width: unset;
  color: #1c1c1c;
}

#more1,
#more2,
#more3,
#more4,
#more5,
#more6,
#more7,
#more8,
#more9,
#more10,
#more11,
#more12,
#more13,
#more14,
#more15,
#more16,
#more17,
#more18,
#more19,
#more20,
#more21,
#more22,
#more23,
#more24,
#more25 {
  display: none;
}

.blogSec p,
.blogSec img {
  margin-bottom: 30px;
}

.bhead {
  font-size: 17px;
  font-style: italic !important;
  padding: 0 !important;
  margin: 0 !important;
}

.blogTxt {
  margin-bottom: 30px;
  font-size: 17px;
  line-height: 24px;
  text-align: justify;
  color: rgba(255, 255, 255, 0.8);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.modal-content {
  height: 900px;
  overflow-y: auto;
  color: black !important;
}

.md-content {
  color: black !important;
}

.md-content p {
  color: black !important;
}

.md-content h3 {
  color: rgb(45, 126, 247) !important;
  font-style: italic;
  font-size: 17px;
}

.md-content table {
  font-family: arial, sans-serif;
  border-collapse: collapse !important;
  width: 80% !important;
}

.md-content th {
  background-color: aqua !important;
}

.md-content td,
th {
  border: 1px solid #dddddd !important;
  text-align: left !important;
  padding: 8px !important;
}

.md-content ul li {
  color: black;
  text-decoration: dotted;
}

.md-content tr:nth-child(even) {
  background-color: #dddddd;
}

.md-content .popular {
  font-weight: bold;
  font-size: 17px;
}
