.shr-recsbar__title {font-family:arial !important;}

.circular--landscape {
  position: relative;
  width: 300px;
  height: 300px;
  overflow: hidden;
  border-radius: 50%;
  object-fit:cover;
  object-position:;
  border:10px solid #eee;
}

h1 {
font-family: 'Sintony', arial;
font-size:24pt !important;
color:#818181 !important;
font-weight:500;
line-height: 40px !important;}

h2 {
font-size:17px !important;
color:#818181 !important;
font-weight:500;
font-family:roboto;
margin:0px;}

h3 {
font-family: 'Sintony', arial;
font-size:12pt !important;
color:#818181 !important;
font-weight:500;
line-height: 27px !important;}

#minino{font-size: 6pt; color: #818181; line-height: 14px;}#mininon{font-size: 8pt; color: #818181; line-height: 14px;}#mini{font-size: 6pt; color: #818181; line-height: 14px;}#mini a:link{font-size: 8pt; color: #B9775F; line-height: 14px;}#mini a:visited{font-size: 8pt; color: #B9775F; line-height: 14px;}#mini a:hover{font-size: 8pt; color: #D3A67C; line-height: 14px;}

.recipe {
width:100%;
height:auto;
margin: -2px 0 0px 0px;
}

.step1 {background:#fafafa;padding:15px;border-left:2px solid #B9775F;border-radius:6px}

.recipe-upload {font-size:10pt;padding:10px;display:inline-block;border-bottom:1px dotted #ccc}

.recipe-relate {width:100%; height:auto; background:#fff;}

.recipe-space {width:330px; height:50px; background:#eee; margin: 0 0 0 -6px}

.pin {width:82px;float:left;display:block;margin: -5px 15px 0 0;border-right:2px solid #eee}

.column {
  box-sizing: border-box;
}

/* Create two equal columns that floats next to each other */
.column {
  float: left;
  width: 50%;
  border-top:1px solid #eee;
  border-bottom:1px solid #eee;
  padding: 5px;
  height: auto;
  font-family: arial;
  font-size: 9pt;
  text-align: center;
  background:#f7f7f7;
}

/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
}

.checkbox-wrapper-18 .round {
    position: relative;
  }

  .checkbox-wrapper-18 .round label {
    background-color: transparent;
    border: 1px solid #ccc;
    border-radius: 50%;
    height: 18px;
    width: 18px;
    display: block;
  }

  .checkbox-wrapper-18 .round label:after {
    border: 2px solid #fff;
    border-top: none;
    border-right: none;
    content: "";
    height: 4px;
    left: 4px;
    opacity: 0;
    position: absolute;
    top: 6px;
    transform: rotate(-45deg);
    width: 9px;
  }

  .checkbox-wrapper-18 .round input[type="checkbox"] {
    visibility: hidden;
    display: none;
    opacity: 0;
  }

  .checkbox-wrapper-18 .round input[type="checkbox"]:checked + label {
    background-color: #AD8771;
    border-color: #AD8771;
  }

  .checkbox-wrapper-18 .round input[type="checkbox"]:checked + label:after {
    opacity: 1;
}