.rich-panel, .rf-p {
	box-shadow:0px 1px 2px 0px rgba(45, 53, 57, 0.14) !important;
	-webkit-border-radius:6px !important;
    -moz-border-radius:6px !important;
    border-radius:6px 6px 0 0 !important;
    font-size:12px !important;
    tr {
    	border-bottom:1px solid red !important;
    }
    td {
    	border-bottom:none !important;
    }
}
.rich-panel-header, .rf-p-hdr {
	padding:12px !important;
	background-color:white !important;
	background-image:none !important;
	border:none !important;
	border-bottom:1px solid #DCDDDF !important;
	
	font-size: 1.8em !important;
	line-height: 1.4 !important;
	font-weight: 400 !important;
	font-family: "Lato", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
	color: #67737b !important;
}
.rich-panel-body, .rf-p-b {
	font-size: 1.4em !important;
}
.rich-tabpanel {
	margin-top:12px;
}
.dr-pnl-b, .rf-p-b {
	line-height:1.4 !important;
	font-weight:400 !important;
	font-family:"Lato", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
	color:#67737b !important;
}
input[type="email"], input[type="search"], input[type="text"], input[type="tel"], input[type="url"], input[type="password"], textarea, select
{
	padding: 6px 10px;
	font-size:1.0em;
}
.dr-tbpnl-tb img {
	display:none;
}