@charset "UTF-8";

.cssskin-box {
  border: 1px solid #444;
  margin-top: 40px;
  width: 260px !important;
}

.cssskin-box .c-large_headline {
  background-color: #000000;
  color: #ffffff;
  font-size: 15px;
  padding-top: 10px;
  padding-bottom: 10px;
}

@media only screen and (max-width: 641px) {
.cssskin-box {
  width: 90% !important;
  margin: auto auto;
  margin-top: 20px;
}

}
