.fb-column-one {
	width:1in;
}

.fb-column-parent {
	width:2.25in;
}


.fb-column-purdy {
	width:3.25in;
}

.fb-column-genes {
	width:2in;
}

.fb-column-pred {
	width:1in;
}

.fieldbook .title-page {
	height: 17.5in;
}


.fieldbook .outer-container{
      display: flex;
      flex-direction: row;
      margin-bottom: 5px;
      /* this is just to keep everything together */
      width: 11px;
 }

.fieldbook .outer-container-title {
            display: flex;
            flex-direction: row;
}
.fieldbook .title-column {
            flex: 1;
            padding: 10px;
            box-sizing: border-box;
}

/* borders for notes on dif. dates */
.fieldbook .table td + td.notes-text-column {
	border-left: 3px solid #b5b29f;
}

.fieldbook .table tr td {
	max-width: 2.5vw;
}

/* over-rides to default style sheet */


.fieldbook main {
	-webkit-print-color-adjust: exact;
	background-color: #FFFFFF;
	padding-top: 40px;
	padding-left: 20px;
	padding-right: 0px;
}

.fieldbook .row{
	justify-content: space-evenly;
}
.fieldbook .detail-box {
	background-color: #f5eddf;
	padding: 0.1px 8px;
	margin-bottom: 5px;
	padding-top: 0.1px;
	margin-right: 10px;
	border: none;
	border-radius: 6px;
	position:relative;
	z-index: 1;
}

.fieldbook .scale-box {
	padding: 0.1px 8px;
	margin-top: -20px;
	margin-bottom: 5px;
	padding-top: 0.1px;
	padding-bottom:20px;
	margin-right: 10px;
	border: none;
	border-radius: 6px;
	position:relative;
	z-index: 0;
}

.fieldbook .detail-box-family {
	background-color: #C2B0D4;
	padding: .1px 8px;
	margin-bottom: 5px;
	padding-top: 0.1px;
	margin-right: 10px;
	border: none;
	border-radius: 6px;
	font-weight: bold;
}

.fieldbook .detail_info {
  width: 100%;
  font-size: 12px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.fieldbook p.detail_info {
	min-height: 0px;
}

.fieldbook .entry-title {
	width: 10%;
	text-align: center;
	margin-top: 0px;
}

.fieldbook .entry-title h3 span {
 	background-color: #C2B0D4;
	padding: 2px 20px;
	margin-right: 15px;
	border: none;
	border-radius: 6px;
}

.fieldbook .table {
	width: 10in;
	margin-left: 1in;
	margin-bottom: 10px;
	font-size: 12px;
  border: 2px solid #b5b29f;
	box-shadow: 0px 0px 0px rgba(88, 77, 94, 0.1);
}

.fieldbook .table tr {
	height: 10px;
	border: 2px solid #b5b29f;
}

.fieldbook .main_image {
	text-align: center;
	margin-bottom: 1.5in;
	margin-top: 1in;

}

