#recipe__copy {
  background: #FFF;
}
fieldset legend input#title {
    font-size: 1.3em;
    height: 40px;
    margin-bottom: 10px;
    width: 450px;
  }
  .rinp {
    width: 50px;
    text-align: right;
  }
  .form-horizontal .control-group:not(:nth-child(1)) {
    margin-top: 12px;
  }
  #cmt {
    width: 450px;
  }
  .ftext {
    width:161px;
    margin-top:1px;
    float:left;
  }
  .smlab {
    float:left;
    clear:none;
    display: inline;
    width:auto;
    font-size:10px;
    margin-right: 10px;
  }
  .smlab input {
    margin-right: 5px;
  }
  .rlab {
    width: 155px;
    float: left;
    margin-bottom: 2px;
    margin-right: auto;
  }
  .runit {
    white-space: nowrap;
    width: 40px;
    float: left;
    text-align:right;
  }
  .rdrops, .rgrams, .rfgrams {
    width: 60px;
    float: left;
    text-align:right;
    font-weight: bold;
    white-space: nowrap;
  }
  .rpercent {
    white-space: nowrap;
    float: left;
    width: 50px;
    text-align:right;
  }
  #rechead {
    font-weight: bold;
    padding-left: 10px;
    padding-right: 10px;
  }
  .recline {
    display: flex;
    clear:left;
    overflow:auto;
    padding-left: 10px;
    padding-right: 10px;
  }
  .recline:not(.highlight) {
    background: #FFF;
  }
  .highlight {
    background-color: #eee;
  }
  .rtotals {
    font-style: italic;
  }
  .pgvgo {
    margin-top: -8px;
    clear:both;
  }
  #ermsg {
    text-align: center;
    padding: 10px;
    background-color: #bb0000;
    color: #fff;
    font-weight: bold;
    margin-top: 5px;
  }
  .ui-autocomplete {
    max-height: 190px;
    overflow-y: auto;
    overflow-x: hidden;
  }
  * html .ui-autocomplete {
    height: 100px;
  }
  .indic {
    display: inline-table;
    width: 5px;
    height:5px;
    margin: 4px;
    margin-top: 2px;
  }
  .indic-danger {
    background-color: #C83F39;
  }
  .indic-warning {
    background-color: #F99F1E;
  }
  .indic-success {
    background-color: #59AE59;
  }
  .indic-white {
    background-color: #eee;
    border: 1px solid #000;
    width: 3px;
    height: 3px;
  }
  .add-on {
    font-size: 10px !important;
  }
  .comment {
    margin-bottom: 10px;
  }
  .ric {
    cursor:pointer;
    float:right;
    display: inline-block;
  }
  .tdper {
    text-align: right !important;
  }
  #recipecontent.flavour-stash {
    width: auto;
    max-width: 600px;
  }
  .fdetail {
    margin-top: 10px;
    border-top: 1px solid #ddd;
    padding-top: 8px;
  }
  .reccount {
    color: #59AE59;
  }
  h3 .icon {
    margin-top: 8px;
  }
  .collapsed {
    display: none;
  }
  .switch {
    position: relative;
    display: inline-block;
    width: 21px;
    height: 14px;
    margin-bottom: -2px;
  }
  .switch input {
    display: none;
  }
  .error {
    color: #b94a48;
    background-color: #f2dede;
  }
  #notecon {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 2px;
    margin: 2px;
    z-index: 9999;
  }
  
  .recipe.container::after {
    display: none;
  }
  
  .control-group,
  .control-group .controls {
    display: flex;
    width: 100%;
  }
  .control-group label {
    flex: 0 0 50%;
    margin-right: 10px;
    text-align: left;
    display: flex;
    align-items: center;
  }
  .control-group label.flex100 {
    flex: 0 0 100%;
  }
  .control-group label input {
    margin-right: 10px;
  }
  .control-group input:not(#premixbase) {
    text-align: center;
    width: 100%;
  }
  .input-append {
    display: flex;
    width: 100%;
  }
  .input-append .add-on {
    background:#e1e1e1;
    height: auto;
    width: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
  }
  .recipe__result {
    margin-top: 32px;
  }
  @media (min-width: 480px) {
    .rlab {
      width: 200px;
    }
  }
  @media (min-width: 767px) {
    .rlab {
      width: 290px;
    }
   .recipe {
    flex-direction: row;
    justify-content: space-between;
   } 
  }
  @media (min-width: 1024px) {
    .recipe {
      display: flex;
    }
    .recipe__calculator {
      flex: 0 0 40%;
    }
    .recipe__result {
      flex: 0 0 55%;
      margin-top: 0;
    }
  }
  @media (min-width: 1280px) {
    .recipe__calculator,
    .recipe__result {
      flex: 0 0 48%;
    }
  }

  #flavors {
    margin-top: 12px;
  }
  #flavors .rinp.form_input {
    margin-left: 10px;
    height: 100%;
  }
  #flavors label {
    display: flex;
    align-items: center;
    margin-top: 10px;
  }

  .arrow:after {
    content: "";
    position: absolute;
    left: 20px;
    top: -20px;
    width: 25px;
    height: 25px;
    box-shadow: 6px 5px 9px -9px black;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .arrow {
    width: 70px;
    height: 16px;
    overflow: hidden;
    position: absolute;
    left: 50%;
    margin-left: -35px;
    bottom: -16px;
  }
  .arrow.top {
    top: -16px;
    bottom: auto;
  }
  .arrow.left {
    left: 20%;
  }
  .ui-tooltip, .arrow:after {
    background: black;
    border: 2px solid white;
  }
  .ui-tooltip {
    padding: 10px 12px;
    color: white;
    border-radius: 10px;
    font: 14px "Helvetica Neue", Sans-Serif;
    box-shadow: 0 0 2px black;
  }
  .arrow.top:after {
    bottom: -20px;
    top: auto;
  }
  .progress {
    display: flex;
    width: 100%;
    flex-flow: row nowrap;
  }
  .progress .bar {
    height: 20px;
  }
  .progress #bn {
    background-color: #C83F39;
  }
  .progress #bp {
    background-color: #F99F1E;
  }
  .progress #bv {
    background-color: #59AE59;
  }

  input[disabled="disabled"] {
    color: rgba(0,0,0,0.3);
  }