.theme-dropdown .dropdown-menu {
  position: static;
  display: block;
  margin-bottom: 20px;
}

.theme-showcase > p > .btn {
  margin: 5px 0;
}

.theme-showcase .navbar .container {
  width: auto;
}

.draggable_wrapper {
  height:15em;
}

/* draggable targets */
[data-draggable="target"] {
  float:left;
  list-style-type:none;

  width:15em;
  height:15em;
  overflow-y:auto;

  margin:0 0.5em 0.5em 0;
  padding:0.5em;

  border:2px solid #888;
  border-radius:0.2em;

  background:#eee;
  color:#555;
}

/* draggable items */
[data-draggable="item"] {
  display:block;
  list-style-type:none;

  margin:0 0 2px 0;
  padding:0.2em 0.4em;

  border-radius:0.2em;

  line-height:1.3;
}

#players_selected {
  background:#c8c8c8;
}

#player_ids {
  display: none;
}

.navbar-text, .navbar-btn {
  float: right !important;
}

table.dataTable thead .sorting {
  background: url(/DartsCricketX01/img/sort.png) no-repeat center right;
}
table.dataTable thead .sorting_asc {
  background: url(/DartsCricketX01/img/sort_asc.png) no-repeat center right;
}
table.dataTable thead .sorting_desc {
  background: url(/DartsCricketX01/img/sort_desc.png) no-repeat center right;
}

.game_options {
    display: none;
}

#x01_value {
    margin-top: 15px;
}

.logout {
    margin-left: 15px;
}