/* Copyright (C) YOOtheme GmbH, YOOtheme Proprietary Use License (http://www.yootheme.com/license) */

/* ========================================================================
   Use this file to add custom CSS easily
 ========================================================================== */

input.invalid {
  border: 1px solid #ff0000;
}

@media (max-width: 330px) {
input,
textarea,
.uneditable-input {
  width: 150px;
}
}