/* SC.DisclosureView - sc-theme */

.sc-button-view.sc-disclosure-view {
  background: transparent;
  .button {
  	width: 16px;
  	height: 16px;
  	position: absolute;
  	left: 0px;
  	top: 0px;
  }
  .sc-button-label {
  	position: absolute;
  	left: 16px;
  	top: 0;
  	bottom: 0;
  	right: 0;
  	text-align: left;
  }
}
