@charset "UTF-8";

.cssskin-headder .column:first-child {
  width: 20% !important;
}

.cssskin-headder .column:first-child + * {
  width: 75% !important;
  text-align: right;
}

@media only screen and (max-width: 641px) {
.cssskin-headder .column:first-child {
  width: 250px !important;
}

}
