#indicator{
	margin-top: 200px;
}

#content textarea{
  resize: none;
  min-height: 300px;
  height: 100%;
}

#content .app-container{
	
	
}

.help {
	color: blue;
}


.alert-box.error {
    background-color: #c60f13;
    border-color: #c60f13;
    color: white; }


.alert-box .hide-alert {
    font-size: 1.375em;
    padding: 5px 4px 4px;
    line-height: 0;
    position: absolute;
    top: 0.4375em;
    right: 0.3125em;
    color: #333333;
    opacity: 0.3; }
    
.alert-box .hide-alert:hover, .alert-box .hide-alert:focus {
      opacity: 0.5; }
      
p.radio-label {
	margin-bottom: 1px;
}

input[type="radio"].rb{
	margin-bottom: 5px;
	margin-left: 5px;
}

div.rb-group{
	margin-bottom: 1em;
}
