@CHARSET "UTF-8";

.attribute-status-ok:after {
  content: "✔";
  color: green;
  font-size: x-large; 
}

.attribute-status-fail:after {
  content: "✗";
  color: red;
  font-size: large; 
}

html.js fieldset.collapsed {
	border-top-width: 0;
}

.attribute-status {
  width: 25px;
  display: inline-block !important;
}

.columns-name {
	display: block;
	float: left;
	font-weight: bold;
	margin-right: 15px;
	margin-top: 5px;
  margin-left: 20px;
}

.columns-fieldset .description {
  margin-bottom: 15px;
}

.columns-name + div {
	margin-bottom: 0em;
  margin-top: 0em;
}

.uc-aac-cart .fieldset-wrapper {
  line-height:0px;
  font-size:0px;
}

label.option {
  line-height:32px;
  font-size:16px;  
}

html.js fieldset.collapsed {
  height: inherit;
}

.attribute fieldset {
	border-radius: 10px;
}

.incompatib-product-buttons input:first-child {
    margin: 0;
}
.incompatib-product-buttons input {
    margin: 0 0 0 3px;
}
.image-fieldset {
  display: inline;
  padding-right: 1em;
  padding-left: 1em;
}
#input-attributes {
  align: left;
}



html.js fieldset.collapsible legend * {
	display: inline;
  vertical-align:top;
}

.refresh-page {
  text-align: right;
}

