/**
 * @file
 * Main CSS Styles for Georgia Tech's gt_subtheme
 * Please overwrite this with your gt_subtheme styles at the bottom.
 */

/************************************/
/*   General Layout styles        */
/************************************/



/************************************/
/*    User Editing improvements     */
/************************************/
body.page-node-add .form-item .description {
	font-size:1.25em;
}

body.section-forms #block-system-main .field-item, body.section-forms #block-system-main .field-label {
	font-size:1.25em;
}

div.form-item-log,
.preview h3,
.preview .node-teaser,
body.page-admin-structure-block-add .form-item-regions-seven,
body.page-admin-structure-block-manage-block .form-item-regions-seven,
fieldset#edit-body-und-0-format,
fieldset#edit-field-body-1-und-0-format,
fieldset#edit-field-body-2-und-0-format,
fieldset#edit-field-body-3-und-0-format
{
}

details {
  clear: left;
  margin-bottom: 2rem;
  padding-left: 2rem;
}
details h4 {
  font-size: 1.2rem;
}
summary {
  outline: none;
  font-size: 1.35em;
  font-weight: 500;
  margin-left: -2rem;
}

summary::-webkit-details-marker {
  display: none
}

summary:after {
	background: #857437;
	border-color: #857437;
	border-radius: 15px;
	content: "+";
	color: #fff;
	float: left;
	font-size: 1em;
	font-weight: bold;
	margin: -2px 10px 0 0;
	padding: 1px 0 3px 0;
	text-align: center;
	width: 30px;
}

details[open] > summary:after {
  content: "-";
}