h1{
	color:#fff;
	font-size:3em;
	font-style:italic;
}

.sections{
	margin-top:6px;
	padding:15px;
}
.sections a{
	font-size:1.3em;
	font-weight:bold;
	text-transform: uppercase;
	text-align: center;
	background-color:#E4E0D5;
	padding:22px;
	cursor:pointer;
}
.sections a:hover{
	background-color:#C4BEAF;
	color:#5C5031;
}
.sections a.current{
	background-color:#C4BEAF;
}

/* Petition Form */
.btn, input, select{
	border-radius:0!important;
}
h3{
	font-style:italic;
	font-weight:bold;
	font-size:1.4em;
}
.activityWidget h3{
	font-size:2.6em;
	font-weight:normal;
	margin-top:10px;
}
.activityWidget h3 .SignatureCounter{
	font-size:1.4em;
	font-style:normal;
	font-weight:bold;
	color:#657492
}
#contentArea .btn,#contentArea input,#contentArea select {
    border-radius: 0 !important;
    height: 50px;
}
#contentArea input#customAmount {
height: 25px;
}
.actionInfo div{
	font-size:1.1em;
}
.lineBreakContainer{
	margin-top:25px;
}
.btn-facebook,.btn-facebook:hover,.btn-facebook:focus,.btn-facebook:active{
	background-color:#657492;
}