@charset "utf-8";

/* ****************************************************************************
 * OVERRIDES over Webform Module
 *
 * This CSS should be loaded last, after the general overrides.css
 * ****************************************************************************
 */


/*
 * Webform components
 * ****************************************************************************
 */
.webform-component {
  position              : relative;
}



/*
 * Webform components - Preu
 * ****************************************************************************
 */
.webform-component--preu input {
  text-align            : right;
  padding-right         : 18px;
}

.webform-component--preu .field-suffix {
  color                 : #555555;
  font-size             : 14px;
  position              : absolute;
  top                   : 21px;
  right                 : 8px;
}



/*
 * Webform confirmation
 * ****************************************************************************
 */
.webform-confirmation table {
  margin                : 0;
  width                 : auto;
}

.webform-confirmation th {
  max-width             : 100%;
  text-align            : left;
  padding               : 3px;
}

.webform-confirmation td {
  max-width             : 100%;
  padding               : 3px;
}


.webform-confirmation + .links {
  display               : none;
}


/*
 * SCREEN 'regular' - between 1024px and 1279px
 * ****************************************************************************
 */
@media only screen and (min-width:1024px) and (max-width:1279px) {
}


/*
 * SCREEN 'medium' - between 768px and 1023px
 * ****************************************************************************
 */
@media only screen and (min-width:768px) and (max-width:1023px) {
}


/*
 * SCREEN 'small' - between 480px and 768px
 * ****************************************************************************
 */
@media only screen and (min-width:480px) and (max-width:767px) {
}


/*
 * SCREEN 'lite' - smaller than 480px
 * ****************************************************************************
 */
@media only screen and (min-width:0px) and (max-width:479px) {
}
