/*	==================================
	TEMPLATES CHOOSER
	----------------------------------	*/

.customize-section-description-container {

  .cs-tmc-description {
    width: 100%;
    position: relative;
    text-align: left;
    cursor: default;
    border: 1px dashed #b4b9be;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 10px;
    line-height: 20px;
  }

}