html 
{
  position: relative;
  min-height: 100%;
}

body 
{
  /* Margin bottom by footer height */
  margin-bottom: 60px;
  padding-top: 50px;
}

.container
{
	margin-top:15px;
}

.ta-editor {
    min-height: 300px;
    height: auto;
    overflow: auto;
    font-family: inherit;
    font-size: 100%;
    margin: 20px 0;
}

.footer 
{
  position: absolute;
  bottom: 0;
  width: 100%;
  /* Set the fixed height of the footer here */
  height: 60px;
  padding: 10px;
  color: #fff;
  background-color: #7386D5;
}

.btn-margin-right
{
	margin-right: 10px;
}

#form_size_target
{
	display: none;
}
