.pres_rows_wrap{
	background-color:white;
	border-radius:8px;
	margin-top:8px;
}

.pres_row{
	display:flex;
	flex-direction:row;
	justify-content: space-between;
	border-bottom:1px solid #3f3f3f;
}

.pres_row:last-child{ border-bottom:0px; }

.pres_row_left{
	padding:8px 16px 8px 16px;
	margin:0px !important;
}

.pres_row_right{
	padding:8px 16px 8px 16px;
	margin:0px !important;
}

.pres_row_center_text{
	text-align: center;color:#07073d;
}

.pres_btn{ text-decoration:none !important; }
.pres_btn i{ margin-bottom:0px !important; }