.sedan-regular {
  font-family: "Sedan", serif;
  font-weight: 400;
  font-style: normal;
}

.sedan-regular-italic {
  font-family: "Sedan", serif;
  font-weight: 400;
  font-style: italic;
}

body {
	background-color: #fff;
	margin: 0px;
	font-family: Roboto,arial,helvetica;
	x-font-family: Georgia, Times, Times New Roman, serif;
	box-sizing: border-box;
}

header {
	width: 100%;
	height; 200px;
	background-color: #ccc;
}

h2,h1 {
	color: #6667AB;
	font-family: Sedan;
}

#banner img {
	width: 100%;
}

div#content {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	box-sizing: border-box;
	margin-left: auto;
	margin-right: auto;
	x-max-width: 1140px;

}

div#recipe {
	/* max-width: 880px; */
	max-width: 10240px;
	flex: 0 0 80%;
	position: relative;
	width: 100%;
	padding-left: 15px;
	padding-right: 15px;
	box-sizing: border-box;
	min-height: 1px;
}

div#rside {
	max-width: 20%;
	flex: 0 0 20%;
	position: relative;
	width: 20%;
	padding-left: 15px;
	padding-right: 15px;
	box-sizing: border-box;
	min-height: 1px;
}

/* recipe */
.ingredients-list {
	list-style-type: none;
}
.ingredients-list li {
}

#images-making ul {
    list-style-type: none;
    display: flex;
    flex-wrap: wrap;
    margin: 0px;
    padding: 0px;
}

#images-making img {
	width: 256px;
	height: 256px;
	padding: 5px;
}

.user-photo {
	text-align: center;
}
.user-photo img {
	width: 128px;
	height: 128px;
	border-radius: 64px;
}
