/* Enter Your Custom CSS Here */
.site-title {
	display: inline-block;
	line-height: 35px;
	margin-left: 15px;
}
article {
	background: rgb(245, 245, 245);
	color: rgb(82, 82, 82);
	padding: 20px;
}

body {
  background: rgb(245, 245, 245);
}

.byblos-sidebar .widget {
	overflow: hidden;
	background: rgb(245, 245, 245);
	color: rgb(82, 82, 82);
	border: 1px solid rgb(234, 234, 234);
	margin-bottom: 20px;
	padding: 0 15px 15px 15px;
}