.alert-apna {
  background-color: #dcf8db;
  color: #333;
  font-size: 14px;
  border: 1px solid #dcf8db;
}

.navbar-default {
  background-color: #722e00;
  min-width: 1050px;
}

.navbar-header {
  font-size: 1.2em;
}
.navbar-collapse.collapse {
  display: block!important;
}

.navbar-nav>li, .navbar-nav {
  margin-left: 5px;
  float: left !important;
}

.navbar-nav.navbar-right:last-child {
  margin-right: -15px !important;
}

.navbar-right {
  float: right!important;
}

.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:hover, .navbar-default .navbar-nav>.active>a:focus {
  background-color: transparent;
  font-weight: bold;
}

.navbar-default .navbar-nav>li>a:hover, .navbar-default .navbar-nav>li>a:focus {
  background-color: transparent;
  text-decoration: underline;
}

#logo {
  display: block;
  margin: 10px 0 0 0;
  padding: 0;
  min-width: 1050px;
  border: 3px solid #eeeeee;
}

#logo img { width: 100%; }

#content {
  min-width: 1050px;
}

h1 {
  margin: 0 0 10px 0;
  padding: 0 0 0 5px;
  font-weight: bold;
  font-size: 24px;
  border-bottom: 1px solid #ddd;
}

h1 small {
  font-weight: bold;
  color: #4b3344;
}

.nav.nav-pills li {
  font-weight: bold;
}

.nav.nav-pills li a {
  padding: 10px;
}

#ticker {
  width: 100%;
  min-width: 1050px;
  display: block;
  padding: 3px 5px;
  background-color: #cbcbcb;
  border: 1px solid #cdcdcd;
  margin-bottom: 20px;
}

#tickerInner {
  float: right;
  width: 810px;
  padding-right: 10px;
  direction: rtl;
  white-space: nowrap;
  display: block;
  overflow: hidden;
}

#tickerInner img {
  height: 38px;
}

#ticker strong {
  text-align: right;
  white-space: nowrap;
  line-height: 38px;
  margin: 10px;
  color: rgb(170, 0, 116);
}

#ticker a {
  display: block;
  width: 125px;
  text-align: right;
  margin-top: 3px;
}

table.tournaments {
  margin-top: 10px;
  font-family: "Times New Roman", Times, serif;
  font-size: 14px;
}

table.tournaments ul.list-group li {
  font-size: 14px;
  padding: 5px;
}

table.tournaments ul.list-group li:nth-of-type(odd) {
  background-color: #f8ecf3;
}

table.tournaments img { width: 200px; height: 250px; }

.table-striped>tbody>tr:nth-of-type(odd) {
  background-color: #f8ecf3;
}

.table-hover>tbody>tr:hover {
  background-color: #d2f4d1;
}

.well blockquote {
  margin: 10px 0;
  color: #555;
  font-size: 16px;
}
.red .active a,
.red .active a:hover {
    background-color: red;
}