.rich-panel {
	box-shadow:0px 1px 2px 0px rgba(45, 53, 57, 0.14);
	-webkit-border-radius:6px;
    -moz-border-radius:6px;
    border-radius:6px 6px 0 0;
    font-size: 12px;
    tr {
    	border-bottom:1px solid red;
    }
    td {
    	border-bottom:none;
    }
}
.rich-panel-header {
	padding:12px;
	background-color:white;
	background-image:none;
	border:none;
	border-bottom:1px solid #DCDDDF;
	
	font-size: 1.8em;
	line-height: 1.4;
	font-weight: 400;
	font-family: "Lato", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #67737b;
}
.rich-panel-body {
	font-size: 1.4em;
}
.rich-tabpanel {
	margin-top:12px;
}
.dr-pnl-b {
	line-height:1.4;
	font-weight:400;
	font-family:"Lato", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
	color:#67737b;
}
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;
}