html {
  background-color: #000;
}

body {
  font-family: Verdana, Geneva, sans-serif;
  background-color: #0f0f0f;
  background: url('https://nagr.org/2018/images/915_background.jpg') top center no-repeat fixed;
  /*background-size:100% 100%;*/
  width: 100%;
  font-size: 14pt;
}

#Button1 {
  margin-top: 14px;
  margin-bottom: 20px;
  width: 100%;
}

.btn-circle-add {
  width: 20px;
  height: 20px;
  text-align: center;
  //background-color: #00c70c;
  background-color: #45c045;
  padding: 6px 0;
  font-size: 15px;
  font-weight: 900;
  line-height: .278;
  border-radius: 15px;
  color: white;
}

.btn-circle-remove {
  width: 20px;
  height: 20px;
  text-align: center;
  background-color: #ff5555;
  padding: 6px 0;
  font-size: 15px;
  font-weight: 900;
  line-height: .278;
  border-radius: 15px;
  color: white;
}

.center{
  align-content: center;
  text-align: center;
}

.contribute{
  border-style: solid;
  border-color: #565656;
  border-radius: 15px;
  background-color: #252525;
  color: white;
  padding-top: 14px;
}

.copy-button {
	display: block;
	margin: 10px auto;
	background-color: #ADADAD;
	border-color: #ADADAD;
	height: 20px;
	width: 80px;
	font-size: 12px;
	text-align: center;
	padding: 0px;
}

.copy{
  color:#000000;
  font-size:20px;
  text-align: left;
}

.donate-field{
  border-style: solid;
  background-color: #333333;
  border-radius: 15px;
}

.dudleySig{
  margin-top: 14px;
  //margin-left:50%;
  text-align: left;
  padding-bottom:30px;
}

.dudleySigImg{
  width: 150px; height: 57px
}

.disclaimer{
  /*border: 2px solid black;*/
  /*background-color: #041131;*/
  color: white;
  padding: 7px 7px;
}

.form-group{
  width: 100%;
  border-color: #b7b7b7;
  color: black;
  border-radius: 1px;
}

.hide{
  height: 0px;
}

.hangingIndent{
  padding-left: 12%;
  text-indent: -15%;
}

.hangingIndentT{
  padding-left: 12%;
  text-indent: -17%;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #f03030;
    margin: 1em 0;
    padding: 0; 
}

.indent {
  text-indent: 2em;
}

input, textarea{
	color: #000000;	
}

label {
	font-size; 20px;
}

#middle {
  background-color: white;
  box-shadow: 0px 0px 24px 5px rgba(0,0,0,0.07);
  border: 1px solid #eee;
  padding-bottom: 14px;
}

#middle_d{
  background-color: white;
  box-shadow: 0px 0px 24px 5px rgba(0,0,0,0.07);
  border: 1px solid #eee;
  padding-top: 14px;
  padding-bottom: 14px;
}

.modalSuccess {
	background-color:	#E9FFE9;
}

.modalSuccessHeader {
	background-color:	#B2EAB2;
}

.modalFailed {
	background-color:	#FFD1D1;
}

.modalFailedHeader {
	background-color:	#CC4D4D;
}

p {
  margin-top: 20px;
}

.petition{
  border: 2px solid black;
  background-color: #E0E0E0;
  /*border-radius: 15px;*/
  padding-top: 14px;
  padding-bottom: 14px;
}

.send-button {
	display: block;
	margin: 10px auto;
	background-color: #00dd45;
	border-color: #217721;
	height: 30px;
	width: 150px;
	font-size: 20px;
	text-align: center;
	padding: 0px;
}

.shadow {
   -moz-box-shadow:    inset 1px 1px 0px 0px rgba(0,0,0,1);
   -webkit-box-shadow: inset 1px 1px 0px 0px rgba(0,0,0,1);
   box-shadow:         inset 1px 1px 0px 0px rgba(0,0,0,1);
}

.signdiv {
  border-style: solid;
  border-color: #565656;
  background-color: #252525;
  padding: 21px 0 21px 0;
  margin-top: 21px;
  margin-bottom: 7px;
}

small{
  font-size: 0.5em;
}

.states{
  width: 252px;
  height: 32x;
  border: 2px solid black;
}

#span_1_a, #span_2_a, #span_3_a, #span_4_a, #span_5_r, #span_2_r, #span_3_r, #span_4_r{
	font-size: 12px;
} 

.textbox {
  color: black;
}

#txt_state{
  /*margin-bottom: 32px;*/
  width: 100%;
  color: #000000;
  BorderColor: #b7b7b7;
}

.modal {
  text-align: center;
}


.modal-dialog {
  display: inline-block;
  text-align: left;
  vertical-align: middle;
}

.modal-body {
  width: 90%;
  margin: 0 auto;
}

