@charset "utf-8";

/*BASIC------------------------------------ */
body {
	background-color: #FFF;
	
}
.container{
}

.btn-custom {
  background-color: hsl(207, 100%, 21%) !important;
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#7fc5ff", endColorstr="#003a6b");
  background-image: -khtml-gradient(linear, left top, left bottom, from(#7fc5ff), to(#003a6b));
  background-image: -moz-linear-gradient(top, #7fc5ff, #003a6b);
  background-image: -ms-linear-gradient(top, #7fc5ff, #003a6b);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #7fc5ff), color-stop(100%, #003a6b));
  background-image: -webkit-linear-gradient(top, #7fc5ff, #003a6b);
  background-image: -o-linear-gradient(top, #7fc5ff, #003a6b);
  background-image: linear-gradient(#7fc5ff, #003a6b);
  border-color: #003a6b #003a6b hsl(207, 100%, 7.5%);
  color: #fff !important;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.89);
  -webkit-font-smoothing: antialiased;
}


/* Reddish baackground colour for the menu */
.nav-tabs{
	text-align:center;
	font-family:"Lucida Console", Times, serif;
	h1{color:#00ff00;
}


/* Selects any class with the word "span" that is inside of a no-space container*/
.no-space [class*="span"] {
    margin-left: 0;
}
