.section_color1 {text-align:center;
	background-color: cornsilk;
	}
.section_color2 {text-align:center;
	background-color: #B7FFB7;
	}

.section_color3 {text-align:center;
	background-color: #DCDCDC;
	}

.forms {
	font-size: 1.3rem;
	text-align: left;
}

a {
  color: #790B21; }
a:hover {
  color: #DC143C; 
  }

a.a-edit {
  color: #790B21; }
  
a.a-edit:hover {
  color: #DC143C; 
  font-size: 2.6rem;}

.button {
  height: 25px;
  padding: 0 10px;
  line-height: 25px;
 }
 
.button.button-primary.redbut,
button.button-primary,
input[type="submit"].button-primary,
input[type="reset"].button-primary,
input[type="button"].button-primary {
  color: #FFF;
  background-color: IndianRed;
  border-color: IndianRed; }
  
.button.button-primary:hover.redbut,
button.button-primary:hover,
input[type="submit"].button-primary:hover,
input[type="reset"].button-primary:hover,
input[type="button"].button-primary:hover,
.button.button-primary:focus,
button.button-primary:focus,
input[type="submit"].button-primary:focus,
input[type="reset"].button-primary:focus,
input[type="button"].button-primary:focus {
  color: #FFF;
  background-color: LightCoral;
  border-color: LightCoral; }
  
.button.button-primary.greenbut,
button.button-primary,
input[type="submit"].button-primary,
input[type="reset"].button-primary,
input[type="button"].button-primary {
  color: #FFF;
  background-color: green;
  border-color: green; }
  
.button.button-primary:hover.greenbut,
button.button-primary:hover,
input[type="submit"].button-primary:hover,
input[type="reset"].button-primary:hover,
input[type="button"].button-primary:hover,
.button.button-primary:focus,
button.button-primary:focus,
input[type="submit"].button-primary:focus,
input[type="reset"].button-primary:focus,
input[type="button"].button-primary:focus {
  color: #FFF;
  background-color: DarkOliveGreen;
  border-color: DarkOliveGreen; }


hr.sep1 {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border-width: 0;
  border-top: 1px solid #E1E1E1; }
  
  hr.sep2 {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border-width: 0;
  border-top: 1px solid red; }
  
p.mine {
margin-bottom: .5rem;}
	
label {
	display: block;
  margin-bottom: .5rem;
  font-weight: 600;
  float: left;
  margin-right: .5rem;}     

form {
	
	margin-bottom: 0.5rem; }