@charset "UTF-8";

.cssskin-point  {
  margin: 12px auto;
  border-radius: 12px;
  background-color: #eee;
  width: 960px !important;
}

.cssskin-point .column:first-child {
  width: 70% !important;
  margin-right: 2% !important;
}

.cssskin-point .column:first-child + * {
  width: 28% !important;
  display: inherit;
}

@media (max-width: 641px) {
.cssskin-point  {
  width: 92% !important;
  margin: 10px auto 30px auto;
}

.cssskin-point .column:first-child {
  width: 100% !important;
}

.cssskin-point .column:first-child + * {
  width: 0% !important;
  display: none;
}

}
