.cleaner{
	clear:both;
}

.generate_button{
    background: white;
    color: #080808;
    margin-top: 25px;
    margin-bottom: 25px;
    border: solid 1px silver;
}
.generate_button:hover{
    background: #298cad !important;
    color:white !important;
}
.rad{
    border-radius: 0 !important;
}
hr.line {
    width: 80%;
    border: 0;
    height: 1px;
    background: #298cad;
    background-image: linear-gradient(to right, #ccc, #298cad, #ccc);
}

textarea.form-control{
	max-height:150px;
	width: 90%;
}

div.updated.red{
	border-left-color:red!important;
}