@charset "UTF-8";

.cssskin-header-1  {
  border-bottom: 1px solid #cccccc;
  border-top: 1px solid #cccccc;
  height: 67px;
  width: 100% !important;
}

.cssskin-header-1 .column:first-child {
  width: 30% !important;
}

.cssskin-header-1 .column:first-child + * {
  width: 70% !important;
  padding-top: 18px;
}

@media only screen and (max-width: 641px) {
.cssskin-header-1  {
  border: 0px solid #444;
  padding: 0px;
}

.cssskin-header-1 .column:first-child {
  width: 70% !important;
}

.cssskin-header-1 .column:first-child + * {
  width: 30% !important;
}

}
