.button-green {
  background-color: #6b7a45;
  border: 2px solid #6b7a45;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 56px;
  width: 120px;
  font-family: "Poppins", sans-serif;
  font-size: 0.875rem;
  color: #fff;
  font-weight: 400;
  line-height: 2.625rem;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 4.76px;
  transition: all .5s;
  opacity: .9;
}

.button-green-small {
  background-color: #6b7a45;
  border: 2px solid #6b7a45;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 36px;
  width: 100px;
  font-family: "Poppins", sans-serif;
  font-size: 0.875rem;
  color: #fff;
  font-weight: 400;
  line-height: 2.625rem;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 3px;
  transition: all .5s;
  opacity: .9;
}

div.errorMessage {
	font-family: sans-serif;
	font-size: 16px;
	font-style: bold;
	color: #AA0000;
	margin-top: 5px;
    margin-bottom: 10px;
}

div.help {
	font-family: sans-serif;
	font-size: 16px;
	line-height: 24px;
	color: #333333;
	margin-top: 5px;
    margin-bottom: 15px;
}

table.connections {
 	width: 100%;
}

td.connections {
	width: 20%;
  	font-family: "Cormorant Garamond", serif;
  	font-size: 20px;
  	color: #141b2a;
  	font-weight: 500;
  	line-height: 22px;
}

input.cell {
	display:block;
	width:100%;
	height:100%;
	border:none;
	font-size: 18px;
	text-align:right;
}

h3.small-header {
  position: relative;
  padding-top: 20px;
  padding-bottom: 14px;
  margin-bottom: 10px;
  font-family: "Poppins", sans-serif;
  font-size: 1rem;
  color: #141b2a;
  font-weight: 600;
  line-height: 1.625rem;
  text-align: left;
  text-transform: uppercase;
  letter-spacing: 5.44px;
}

a.tweaked {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: left;
  -ms-flex-pack: left;
  justify-content: left;
  -webkit-box-align: left;
  -ms-flex-align: left;
  align-items: left;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  color: #141b2a;
  font-weight: 500;
  line-height: 26px;
  position: relative;
  text-transform: uppercase;
  text-decoration: none;
  letter-spacing: 4.00px;
}

textarea.question{
  padding: 8px;
  font-size: 18px;
  font-family: serif;
  line-height: 22px;
}

textarea.answer{
  padding: 8px;
  font-size: 18px;
  font-family: serif;
  line-height: 24px;
  width:100%;
  resize:none;
}

option.account {
  	font-family: "Cormorant Garamond", serif;
  	font-size: 18px;
}

input.quantity {
	height: 30px;
	width: 50px;
	text-align: right;
	font-size: 16px;
}

.breadcrumbs {
	margin-top:20px;
	margin-bottom:40px;
	font-family: sans-serif;
	font-size: 18px;
	font-weight: 300;
	color: #6b7a45;
}

span.bold-crumb {
	font-weight: 700;
}


div.photo-title {
	font-family: sans-serif;
	font-size: 24px;
	line-height: 24px;
}


div.photo {
  	border-color: #141b2a;
  	border-style: solid;
  	border-width: 1px;
	background-color: #f4f4f1;
    height: 402px;
    width: 402px;
    text-align: center;
}

div.photo-form {
	margin-left: 20px;
	font-family: sans-serif;
	font-size: 16px;
	line-height: 24px;
    height: 402px;
    width: 600px;    
}

textarea.caption{
  padding: 8px;
  font-size: 18px;
  font-family: serif;
  line-height: 24px;
  width:550px;
  resize:none;
}

div.gift-div {
  background-color: #f4f4f1;
  color: #141b2a;
  margin-top:10px;
  margin-bottom:10px;
}

div.gift-title {
  font-family: "Cormorant Garamond", serif;
  font-size: 26px;
  font-weight: bold;
  line-height: 32px;
  padding-top:10px;
  padding-left:20px;
  padding-bottom:10px;
}

div.gift-description {
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  line-height: 24px;
  padding-left:20px;
  padding-bottom:10px;
  
}

table.statement {
 	width: 100%;
/*  	border-color: #141b2a;
  	border-style: solid;
  	border-width: 2px;
  	border-collapse: collapse;*/
	background-color: #f4f4f1;
	color: #141b2a;
  	font-family: sans-serif;
  	font-size: 20px;
  	font-weight: 500;
  	line-height: 36px;
}

td.product {
	width: 40%;
/*  	border-color: #141b2a;
  	border-style: solid;
  	border-width: 1px;*/
  	padding-left: 8px;
}

td.cost {
	width: 20%;
  	text-align: right;
/*  	border-color: #141b2a;
  	border-style: solid;
  	border-width: 1px;*/
  	padding-right: 8px;
}

table.listing {
 	width: 100%;
  	border-color: #141b2a;
  	border-style: solid;
  	border-width: 2px;
  	border-collapse: collapse;
  	font-family: sans-serif;
  	font-size: 20px;
  	font-weight: 500;
  	line-height: 36px;
}

td.twenty {
	width: 20%;
  	border-color: #141b2a;
  	border-style: solid;
  	border-width: 1px;
  	padding-left: 8px;
}

td.ten {
	width: 10%;
  	text-align: right;
  	border-color: #141b2a;
  	border-style: solid;
  	border-width: 1px;
  	padding-right: 8px;
}

td.thrty {
	width: 30%;
  	border-color: #141b2a;
  	border-style: solid;
  	border-width: 1px;
}

td.twntyfv {
	width: 25%;
  	border-color: #141b2a;
  	border-style: solid;
  	border-width: 1px;
}

td.twnty {
	width: 20%;
  	border-color: #141b2a;
  	border-style: solid;
  	border-width: 1px;
}

td.fftn {
	width: 15%;
  	border-color: #141b2a;
  	border-style: solid;
  	border-width: 1px;
}

td.tn {
	width: 10%;
  	border-color: #141b2a;
  	border-style: solid;
  	border-width: 1px;
}

td.lft {
  	text-align: left;
	padding-left: 8px;
}

td.cntr {
  	text-align: center;
}

td.rght {
  	text-align: right;
  	padding-right: 8px;
}

