
/* CSS3 Animation example
--- */
label{font-weight:bold!important;font-size: 13px!important;}
.ty-account .ty-control-group .ty-input-text, select{width:100%!important;height: 44px;}
.day, .mon, .year{width:15%!important;margin-right:20px;}
#account_register h3 img{width: 17px;vertical-align: bottom;margin-right: 5px;}
.reg-content h1{font-size: 21px;line-height: 1.2;font-weight: bold;}
.reg-content ul li{background-image: none;list-style-type: disc;padding-left: 0px;list-style-position: inside;    font-size: 15px;}
#account_register h3 {
	padding: 1.2rem 1.7rem;
    background-color: #f3f3f3;
    border: .1rem solid #ddd;
    margin-top: -.1rem;
    margin-bottom: 0;
}
#account_register h3 + div {
  height: 0px;
  padding: 0px;
  overflow: hidden;
  background: #000;
  display: block!important;
  -webkit-transform: translateZ(0);
  -webkit-transition: all 0.3s ease;
  moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition:all 0.3s ease;
  transition: all 0.3s ease;
}
#account_register .content {
  padding: 10px;
}

#account_register h3.open + div {
  height: auto;
	background: transparent;
	border: 1px solid #DDDDDD;
	border-top: 0;
}
.ty-control-group #bd_sign_aggry {
  opacity: 1;
  position: static;
  cursor: pointer;
  pointer-events: auto;
}
/* Event example
--- */
pre#event-log {
  background: #fafacc;
  padding: 10px;
  display: block;
}

/* Responsive design
--- */
@media screen and (max-width: 1056px) {
  .c2 {
    margin-right: 0;
    margin-bottom: 0;
  }
}

.test { background: #ccc; padding: 10px; border-bottom: 1px solid #aaa;}
.test + div { background: #fff; padding: 10px; }

@media
only screen and (max-width: 704px),
only screen and (-webkit-min-device-pixel-ratio : 1.5),
only screen and (min-device-pixel-ratio : 1.5) {
  .c1 {
    margin-right: 0;
    margin-bottom: 0;
  }
  h1 {
    font-size: 28px;
    text-shadow: 0px 0px 1px rgba(0,0,0,0.7);
  }
}

