@charset "UTF-8";

.cssskin-top_titlebar  {
  background-image: url(../_userdata/bg_titlebar_blue_tropical_nline.png);
  background-repeat: no-repeat;
  background-size: cover;
  color: #ffffff;
  font-size: 20px;
  padding-left: 20px;
  box-shadow: rgba(51, 51, 51, 0.6) 0px 0px 20px 3px;
  margin-left: 10px;
  margin-right: 10px;
  margin-top: 20px;
  font-weight: bold;
  line-height: 1.3;
}

.cssskin-top_titlebar .c-enclosure {
  background-color: #fff;
  border-radius: 10px;
  padding: 5px;
  color: #415cdc;
  width: 80%;
  font-weight: bold;
}

@media only screen and (max-width: 641px) {
.cssskin-top_titlebar  {
  font-size: 13px;
  padding-left: 10px;
  margin-right: 0px;
  margin-top: 10px;
}

}
