/*
 * This is a manifest file that'll be compiled into application.css, which will include all the files
 * listed below.
 *
 * Any CSS and SCSS file within this directory, lib/assets/stylesheets, vendor/assets/stylesheets,
 * or any plugin's vendor/assets/stylesheets directory can be referenced here using a relative path.
 *
 * You're free to add application-wide styles to this file and they'll appear at the bottom of the
 * compiled file so the styles you add here take precedence over styles defined in any styles
 * defined in the other CSS/SCSS files in this directory. It is generally better to create a new
 * file per style scope.
 *
 * ---
 * NOTE: The AbsoluteAdmin theme CSS files that are referenced below are located in the folder
 * vendor/assets/theme located in the root (and can be referenced using a relative path).
 * ---
 *
















 */


 .form-center{
   width: 100%;
   margin: 0 auto;
 }

.form-center.small{
  max-width: 500px;
}

.form-center.medium{
  max-width: 750px;
}

.form-center.large{
  max-width: 900px;
}

.button-add-center{
  text-align: center !important;
  width: 100%;
  display: block;
}

.btn-change-view{
  float: right;
  margin-top: 11px;
}

.btn-remove{
  border-radius: 10px !important;
}

.form-center textarea{
  width: 100%;
}

.user-name{
  font-size: 25px;
}

.user-proficiency{
  font-size: 16px;
}

.recipe-table{
  margin: auto auto;
  padding: 15px;
}

.equipment-ingredient-btn {
  width: 100%;
  text-align: center;
}
