}
/* PIXEL8 */
.navbar-fixed-top ul li {
	line-height:25px;
}

.jumbotron {
  position: relative;
  padding: 0px;
}
.footer {
	padding:0px;
}
.mobile-tilt {
	visibility:hidden;
	display:none;
}
.jumbotron {
  position: relative;
  padding: 0px;
  color: #fff;
  text-shadow: 0 1px 3px rgba(0,0,0,.4), 0 0 30px rgba(0,0,0,.075);
  background: #020031; /* Old browsers */
  background: -moz-linear-gradient(45deg,  #020031 0%, #6d3353 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left bottom, right top, color-stop(0%,#020031), color-stop(100%,#6d3353)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(45deg,  #017DDF 0%,#6D3353 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(45deg,  #020031 0%,#6d3353 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(45deg,  #020031 0%,#6d3353 100%); /* IE10+ */
  background: linear-gradient(45deg,  #020031 0%,#6d3353 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#020031', endColorstr='#6d3353',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
  -webkit-box-shadow: inset 0 3px 7px rgba(0,0,0,.2), inset 0 -3px 7px rgba(0,0,0,.2);
     -moz-box-shadow: inset 0 3px 7px rgba(0,0,0,.2), inset 0 -3px 7px rgba(0,0,0,.2);
          box-shadow: inset 0 3px 7px rgba(0,0,0,.2), inset 0 -3px 7px rgba(0,0,0,.2);
}
.jumbotron:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: url(../packages/bootstrap/css/img/bs-docs-masthead-pattern1.png) repeat top center;
  opacity: .4;
}

.navbar-fixed-top ul li {
	line-height:25px;
}

.navbar-inner {
	border:0px;
}

.thumbnail {
	padding:10px;
	margin-right:10px;
}

.modal-footer-mobile {
  position:fixed; 
  bottom:0px;
  width:100%;
  height:30px;
  padding: 14px 15px 15px;
  margin-bottom: 0;
  text-align: right;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  -webkit-border-radius: 0 0 6px 6px;
  -moz-border-radius: 0 0 6px 6px;
  border-radius: 0 0 6px 6px;
  *zoom: 1;
  -webkit-box-shadow: inset 0 1px 0 #ffffff;
  -moz-box-shadow: inset 0 1px 0 #ffffff;
  box-shadow: inset 0 1px 0 #ffffff;
}

.modal-footer-mobile:before,
.modal-footer-mobile:after {
  display: table;
  line-height: 0;
  content: "";
}

.modal-footer-mobile:after {
  clear: both;
}

.modal-footer-mobile .btn {
  margin-bottom: 0;
  margin-left: 15px;
  position:fixed;
  right:10px;
}

.modal-footer-mobile .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal-header-mobile {
  position:fixed;
  top:0px;
  width:100%;
  height:30px;
  padding: 9px 15px;
  border-bottom: 1px solid #eee;
  background-color: #f5f5f5;
  *zoom: 1;
  -webkit-box-shadow: inset 0 -1px 0 #ffffff;
  -moz-box-shadow: inset 0 -1px 0 #ffffff;
  box-shadow: inset 0 -1px 0 #ffffff;
}

.modal-header-mobile .close {
  margin-top: 2px;
}

.modal-header-mobile h3 {
  margin: 0;
  line-height: 30px;
}

.modal-body-mobile {
  margin-top: 45px;
  margin-bottom:50px;
  max-height: 400px;
  padding: 15px;
  overflow-y: auto;
}

.divBox {
	padding:10px;
	background:#eee;
	webkit-border-radius: 4px;
	border-radius: 4px;
	-moz-border-radius: 4px;
	margin-bottom:20px;
}

.tc {
	background:url(http://ibadminton.dk/game/files/cache/092cb8291f10d80f0c3554d626f1a32b.png) no-repeat;
	line-height:45px;
	height:45px;
	width:30px;	
	float:left;
}

.fInline {
	display:inline !important; 
	float:left !important;
	margin:0px 5px 5px 0px !important;
}
/* PIXEL8 */

@media (max-width:320px) {
	.mobile-tilt {
		visibility:visible;
		display:block;
	}
}
