.t-redactor__quote {
  font-family: "Caveat", cursive;
  font-weight: 600;
  font-style: normal;
  font-size: 1.4em;
  background-color:#FAF0BE;
}
.table_1 {
	border: 1px solid #000;
	table-layout: fixed;
	width: 100%;
	margin-bottom: 20px;
	border-spacing: 0px;
	line-height: 1;
}
.table_1 th {
	font-weight: bold;
	padding: 5px;
	background: #efefef;
	border: 1px solid #dddddd;
}
.table_1 td {
	padding: 5px 10px;
	border: 1px solid #eee;
	text-align: left;
}
.table_1 tbody tr:nth-child(odd){
	background: #fff;
}
.table_1 tbody tr:nth-child(even){
	background: #F7F7F7;
}