		.bglight {
			background: #f7fcff;
		}

		.panel-heading a {
			display: block;
			position: relative;
		}

		.panel-heading a:after {
			content: "";
			border: solid #278eca;
			border-width: 0 2px 2px 0;
			display: inline-block;
			padding: 5px;
			position: absolute;
			right: 0;
			top: 0;
			transform: rotate(45deg);
		}

		.panel-heading a[aria-expanded="true"]::after {
			transform: rotate(-135deg);
			top: 5px;
		}

		.panel-group .panel {
			margin-bottom: 15px !important;
		}

		.panel-default>.panel-heading {
			background: #fff;
		}

		.panel-heading {
			padding: 20px 15px !important;
		}

		.panel-title {
			font: 16px;
			font-weight: 600;
		}

		.panel-body p {
			line-height: 30px;
			margin-bottom: 0;
		}