h2 {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #274c90;
	font-size: 18px;
	font-weight: 400;
	margin: 4px 0px 10px 0px;
}
h3 {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: black;
	font-size: 16px;
	font-weight: bold;
}

.clear-fix:after {
	content: ".";
	display: table;
	clear: both;
	visibility: hidden;
}

img {
	margin: 0;
	max-width: 100%;
	height: auto;
}

.flashcard-body {
	max-width:876px;
	margin-left:auto;
	margin-right:auto;
	padding-top:10px;
}

.flashcard-part {
	clear:both;
	padding-top: 10px;
	min-height:40px;
	overflow:visible;
}

#icons {
	float: right;
	padding:0 10px 0 0;
	position:relative;
}

.share {
	width:auto;
	height:16px;
	margin-right:4px;
	vertical-align:middle;
}

#flashcarddoc {
	list-style-type: none;
	margin: 0;
	float: left;
	width:956px;
}
#flashcarddoc>li {
	margin: 0;
	padding:0;
	width:100%;
	background-color:#FFF;
}

#flashcarddoc li>div {
	background-color:#FFF;
	width:100%;
}

.flashcard-icon {
	width:40px;
	float:left;
	margin-right: 8px;
}

.flashcard-subheader {
	width:90%;
	float:left;
	border-top:2px dotted blue;
	border-bottom:2px dotted blue;
	font-weight:bold;
	font-size:18px;
	color:#1A3A65;
	padding:2px 0 0 12px;
	height:40px;
	margin-top:2px;
}

.flashcard-inline-section {
	width:100%;
	clear:both;
}

.flashcard-inline-section ol {
	list-style-type: decimal;
	margin-left:24px;
}

.flashcard-inline-section ul {
	list-style-type: disc;
	margin-left:24px;
}

.flashcard-inline-section p {
	margin:0;
	padding:10px 0 4px 0;
}

.flashcard-intro-title {
	color:#E8222F;
	font-weight:bold;
	padding:20px 0 0px 0;
	margin:0;
}

.flashcard-title {
	background-color:#faa61b;
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
	padding:14px 0px 14px 14px;
}

.flashcard-title-text {
	font-family: 'Helvetica', sans-serif !important;
	font-size:48px;
	font-weight:600;
}

.flashcard-title .flashcard-category {
	background-color:#faa61b;
	font-weight:bold;
	font-size:120%;
	float:left;
	padding-top:3px;
	cursor: pointer;
}

.flashcard-title input {
	background-color:#faa61b;
	border:none;
	font-weight:bold;
	padding-top:3px;
	font-size:120%;
	color:#000;
}

.flashcard-case {
	font-weight: bold;
	padding-top: 3px;
	font-size: 120%;
	color: #fff;
}

.flashcard-date {
	float:right;
	padding:2px 8px 0px 8px;
	font-weight: bold;
}

.flashcard-footer {
	height:100px;
	border-top: 4px solid #faa61b;
	padding-top:20px;
}

.flashcard-footer-image {
	max-width:350px;
}

.flashcard-footer-image > .croppable {
	width:100%;
	height:70px;
}

.flashcard-icon {
	width: 30px;
	float: left;
}

.flashcard-header {
	background-color:#274c90;
	border-bottom-left-radius: 8px;
	border-bottom-right-radius: 8px;
	padding: 8px 8px 10px 8px;
	color:#FFF;
	font-weight:bold;
	font-size:120%;
}


/*part images left and text right */
.flashcard-image-left-text-right {
	width: 100%;
}

.flashcard-image-left-text-right-text {
  		width:68%;
  		float:left;
}

.flashcard-image-left-text-right-image {
		width:30%;
		float:left;
		padding-right:2%;
}
.flashcard-image-left-text-right-image > .croppable {
	width:100%;
}

/*part image right and text left */
.flashcard-image-right-text-left {
	width: 100%;
}

.flashcard-image-right-text-left-text {
		width:60%;
		float:left;
		margin: 0px 0px 10px 0px;
}

.flashcard-image-right-text-left-image {
		float: left;
		width: 38%;
		margin-left: 2%
}

.flashcard-image-right-text-left-image > .croppable {
	width:100%;
}

/*part text only */
.flashcard-text {
	width: 100%;
	min-height: 200px;
}

.flashcard-text-text {
	width:836px;
	float:left;
	margin:10px 0px 0px 0px;
}

/* flashcard-block-text */
.flashcard-block-text {
	width: 100%;
	min-height: 20px;
}

/* images one */
.flashcard-images_one {
	width:100%;
}

.flashcard-images_one.flashcard-captions {
	min-height:326px;
}

.flashcard-images_one>.flashcard-image-one-column {
	width: 100%;
	float:left;
}

.flashcard-image-one-column>.flashcard-image-one {
	width:100%;
	min-height:290px;
}

/* captions */
.flashcard-image-caption {
	width:100%;
	background-color:#888;
	min-height:36px;
	color:#FFF;
	border-bottom-left-radius:8px;
	padding:6px 4px 0 10px;
	position:relative;
}

.flashcard-image-caption p{
	font-size:85%;
	margin: 0px 0 14px 0;
	padding: 0px 0 4px 0;
	line-height: 160%;
}

.croppable {
	position:relative;
}

/* images half half */
.flashcard-images_half_half {
	width:100%;
}

.flashcard-images_half_half > .flashcard-image-half-column-left {
	float: left;
	width:49%;
	margin-right:2%;
}

.flashcard-images_half_half > .flashcard-image-half-column-right {
	float: left;
	width:49%;
}

/* images three */
.flashcard-images_three {
	width:100%;
}

.flashcard-images_three>.flashcard-image-three {
	width:32%;
	height:auto;
	float:left;
}

.flashcard-images_three>.flashcard-image-three:nth-child(1),
.flashcard-images_three>.flashcard-image-three:nth-child(2) {
	margin-right:2%;
}

/* -------responsive layout -------- */

@media only screen and (max-width: 639px) {

	h2 {
		font-size:18px !important;
		margin: 8px 0px 8px 0px;
	}

	.clearfix {
		line-height: 0;
		height: 0;
	}

	.flashcard-page {
		background-color:#FFF;
		width:100%;
		margin:0;
		padding:0px;
	}
	.flashcard-part {
		clear:both;
		min-height:20px;
		height:auto;
	}
	.flashcard-header {
	    margin: 0px 0px 6px 0px;
	}

	.flashcard-title {
		padding:4px 0px 4px 14px;
		font-weight:bold;
		font-size:100%;
	}
	.flashcard-title-text {
		font-size:28px;
	}
	.flashcard-case {
		font-size: 110%;
	}
	.flashcard-title .flashcard-category {
		font-size:100%;
	}

	.flashcard-icon {
		width:30px;
		float:left;
		margin: 0px 8px 0px 4px;
	}

	.flashcard-subheader {
		width:90%;
		float:none;
		font-size:14px;
		padding:5px 0 0 12px;
		min-height:38px;
		margin-top:2px;
	}
	/* captions */
	.flashcard-image-caption {
		border-bottom-left-radius:4px;
		padding:6px 4px 0 8px;
		font-size:95%;
	}
	.flashcard-inline-section ol {
	margin-left:2px;
	}

	.flashcard-inline-section ul {
		margin-left:2px;
	}
	.flashcard-footer-image {
		max-width: 300px;
	}

	/*part images left and text right responsive*/

	.flashcard-image-left-text-right-text {
	  		width:100% !important;
	  		float:left;
	}

	.flashcard-image-left-text-right-image {
			width:100%;
			padding-right:0;
	}

	/*part image right and text left responsive*/

	.flashcard-image-right-text-left-text {
			width:100%;
			margin: 0px 0px 0px 0px;
	}

	.flashcard-image-right-text-left-image {
			width: 100%;
			margin-left: 0%
	}

	/*end responsive*/
}
