@charset "UTF-8";

.cssskin-_block_header .column:first-child {
  width: 36% !important;
}

.cssskin-_block_header .column:first-child + * {
  width: 60% !important;
}

@media (max-width: 641px) {
.cssskin-_block_header .column:first-child {
  width: 100% !important;
}

}
