html {
  position: relative;
  min-height: 100%;
}
body {
  margin-bottom: 50px;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 13px;
  line-height: 1.42857143;
}

.form-control{
	margin-bottom:10px;
}
.navbar {
  margin-bottom: 20px;
  border-radius:0;
}
body > .container {
  padding: 0px 15px 0;
}
.container .text-muted {
  margin: 20px 0;
}
.fbcolor{color:#3b5998;}
.container {
	height: auto !important; /* This line and the next line are not necessary unless you need IE6 support */
}

.footer > .container {
  padding-right: 15px;
  padding-left: 15px;
}

code {
  font-size: 80%;
}

.navbar-brand img {

}

.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 50px;
  background-color: #333;
}
#link li:nth-of-type(2n + 2) {background-color: #f5f5f5;}	