/* Header */
		/* Table Navigation (blue buttons) */
		.NavigationButton {
			-moz-box-shadow:inset 0px 5px 5px 0px #29bbff;
			-webkit-box-shadow:inset 0px 5px 5px 0px #29bbff;
			box-shadow:inset 0px 5px 5px 0px #29bbff;
			background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #2dabf9), color-stop(1, #0688fa));
			background:-moz-linear-gradient(top, #2dabf9 5%, #0688fa 100%);
			background:-webkit-linear-gradient(top, #2dabf9 5%, #0688fa 100%);
			background:-o-linear-gradient(top, #2dabf9 5%, #0688fa 100%);
			background:-ms-linear-gradient(top, #2dabf9 5%, #0688fa 100%);
			background:linear-gradient(to bottom, #2dabf9 5%, #0688fa 100%);
			filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#2dabf9', endColorstr='#0688fa',GradientType=0);
			background-color:#2dabf9;
			-moz-border-radius:3px;
			-webkit-border-radius:3px;
			border-radius:3px;
			border:1px solid #0b0e07;
			cursor:pointer;
			color:#ffffff;
			font-family:Arial;
			font-size:15px;
			padding:2px 8px;
			text-decoration:none;
			text-shadow:0px 2px 45px #263666;
		}
		.NavigationButton:hover {
			background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #0688fa), color-stop(1, #2dabf9));
			background:-moz-linear-gradient(top, #0688fa 5%, #2dabf9 100%);
			background:-webkit-linear-gradient(top, #0688fa 5%, #2dabf9 100%);
			background:-o-linear-gradient(top, #0688fa 5%, #2dabf9 100%);
			background:-ms-linear-gradient(top, #0688fa 5%, #2dabf9 100%);
			background:linear-gradient(to bottom, #0688fa 5%, #2dabf9 100%);
			filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#0688fa', endColorstr='#2dabf9',GradientType=0);
			background-color:#0688fa;
		}
		.NavigationButton:active {
			position:relative;
			top:1px;
		}

/* Bootstrap override */
/*label {
    margin-bottom: 0 !important;
}

@media (min-width: 1279px) {
    .table {
        table-layout: fixed !important;
    }
}*/

/* ingame rom colors */

span.colored {
  color: inherit !important;
}

.rarity0 span.colored {
  color: #FFFFFF;
}

.rarity0 img {
    border: 2px solid #FFFFFF;
    border-radius: 0.8em;
}

.rarity1 span.colored {
  color: #00FF00;
}

.rarity1 img {
    border: 2px solid #00FF00;
    border-radius: 0.8em;
}

.rarity2 span.colored {
  color: #0072BC;
}

.rarity2 img {
    border: 2px solid #0072BC;
    border-radius: 0.8em;
}

.rarity3 span.colored {
  color: #C805F8;
}

.rarity3 img {
    border: 2px solid #C805F8;
    border-radius: 0.8em;
}

.rarity4 span.colored {
  color: #F68E56;
}

.rarity4 img {
    border: 2px solid #F68E56;
    border-radius: 0.8em;
}

.rarity5 span.colored {
  color: #A37D50;
}

.rarity5 img {
    border: 2px solid #A37D50;
    border-radius: 0.8em;
}

.rarity6 span.colored {
  color: #6DCFF6;
}

.rarity6 img {
    border: 2px solid #6DCFF6;
    border-radius: 0.8em;
}

.rarity7 span.colored {
  color: #ED145B;
}

.rarity7 img {
    border: 2px solid #ED145B;
    border-radius: 0.8em;
}

.rarity8 span.colored {
  color: #A864A8;
}

.rarity8 img {
    border: 2px solid #A864A8;
    border-radius: 0.8em;
}

.rarity9 span.colored {
  color: #F7941D;
}

.rarity9 img {
    border: 2px solid #F7941D;
    border-radius: 0.8em;
}

ul.dropdown-menu > li:hover {
	background-color: black;
}

#LangSel a {
	text-decoration: none;
}