.plot_fb {
	border-bottom: 5px solid #430710;
	background-color: #808080;
	width: 500px;
margin: 0px auto;

}

.plot_h {
	height: 250px;
	background-image: url(../../../images/plots/plot_1.gif);
	border-bottom: 5px solid #430710;
}

.plot_ste {
	background-color: #adadad;
	padding: 10px;
	border-bottom: 5px solid #430710;
	margin-bottom: 10px;
}

.plot_para {
-webkit-column-count: 2;
-moz-column-count: 2;
column-count: 2;
-webkit-column-gap: 34px;
-moz-column-gap: 34px;
column-gap: 20px;
-webkit-column-rule: 0px solid rgba(28,110,164,0.5);
-moz-column-rule: 0px solid rgba(28,110,164,0.5);
column-rule: 0px solid rgba(28,110,164,0.5);
	margin: 5px;
	text-align: justify;
	font-family: Calibri;
	font-size: 10px;
	letter-spacing: 1.1px;
	color: #333;
	text-transform: none;
	font-weight: normal;
}
.plot_para b {
	text-transform: uppercase;
	color: #430710;
}
.plot_sf {
	
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
	justify-content: space-between;
	
}

.plot_f {
	padding: 5px;
	text-align: justify;
	font-family: Calibri;
	font-size: 10px;
	letter-spacing: 1.1px;
	color: #333;
	background-color: #a7a7a7;
	align-content: center;
	text-transform: none;
	font-weight: normal;
	width: 47%;
	margin-bottom: 5px;
}

.plot_f2 {
		padding: 5px;
	text-align: justify;
	font-family: Calibri;
	font-size: 10px;
	letter-spacing: 1.1px;
	color: #333;
	align-content: center;
	text-transform: none;
	font-weight: normal;
	margin-bottom: 5px;
}

.plot_sf2 {
	display: flex;
	align-content: center;
	justify-content: flex-start;
	width: 100%;
	margin-top: 10px;
	overflow: hidden;
}

.plot_li {
	width: 395px;
}

.plot_f3 {
		padding: 5px;
	text-align: justify;
	font-family: Calibri;
	font-size: 10px;
	letter-spacing: 1.1px;
	color: #333;
	background-color: #999;
	align-content: center;
	text-transform: uppercase;
	font-weight: normal;
	width: 100%;
	margin-bottom: 7px;
	margin-left: 10px;
	border-bottom: 1px solid #430710;
}

.plot_ht {
	position: relative;
	top: 50px;
	margin: 0 auto;
    padding: 10px;
    width: 20%;
    font-family: Calibri;
    text-transform: uppercase;
    font-weight: 100;
    font-size: 9px;
    color: #808080;
    text-align: justify;
    border: 8px solid #808080;
}

.plot_ti {
	text-align: center;
	font-family: 'Arbutus Slab';
	font-size: 25px;
	padding: 5px;
	padding-bottom: 0px;
	color: #430710;
	border-bottom: 1px solid #430710;
}
