html,body {
		margin:0;
		padding:0;
		height:100%;
	}

#header{
 	padding:10px;
}

#input-container {
  padding:10px;
  padding-bottom:49px;	/* Height of the footer */
	}
  footer {
		position:absolute;
		bottom:0;
		width:100%;
		height:49px;			/* Height of the footer */

	}

#header, footer{
    background-color: #00132c;
}

footer{
  /*position: fixed;
  bottom: 0;*/
  color: white;

}

.container{
  padding: 15px;
}

#container{
  min-height:100%;
  position:relative;
}

footer{
  font-size: .8em !important;
  text-align: center;
}

.tab button{
  padding: 2px 16px;
  margin-bottom: 0;
}
