body{
	font-family: 'Work Sans', sans-serif;
	color: #27272b;
	font-size: 18px;
	line-height: 20px;
}

p{
	text-align: justify;
	margin: 0;
	text-indent: 20px;
	line-height: 28px;
}

small{
	color: teal;
    font-weight: 600;
	float:right;
}

div.Titles{
	padding:0;
	text-align: center;
	color: #000000;
}

button{
	display: inline;
}

div.StdDiv{
	text-align: left;
}

/* EndCorePageCSS */

.RTLText{
	text-align: right;
	direction: rtl;
}

.CentredRTLText{
	text-align: center;
	direction: rtl;
}

button p.RTLText{
	text-align: center;
	background-color: green;
}

.RTLGapBox{
	text-align: right;
font-size : 18px;
	direction: rtl;
}

.Guess{
	font-weight: bold;
	color : ForestGreen;
}

.CorrectAnswer{
	font-weight: bold;
	color : ForestGreen;
	border-radius: 4px;
}

.FeedbackText, .FeedbackText span.CorrectAnswer, .FeedbackText span.Guess, .FeedbackText span.Answer{
	color: #ff0016;
	font-size:20px;
	padding: 0 0 0 10px;
}

.LeftItem{
	text-align: left;
	border-bottom-color : #CFCFCF;
	border-bottom-style: dotted;
	border-bottom-width: 2px;
	padding:4px;
}

.RightItem{
	font-weight: bold;
	color : forestgreen;
	border-bottom-color : #CFCFCF;;
	border-bottom-style: dotted;
	border-bottom-width: 2px;
	text-align: left;
}

input, textarea, select{
	border-bottom: 2px solid #25d4f9;
	border-top:0;
	border-left: 0;
	border-right: 0;
	margin-bottom: 1px;
	padding:0;
	font-size: 16px;
	line-height: 18px;
}

input:focus, textarea:focus, select:focus {
	outline: none; 	
	border-bottom: 3px solid #df6c0e;
	background-color:#c9e2e8 ;
	border-radius: 4px 4px 0 0;
	padding:3px;
}

div.back{
	position : relative;
	bottom: 0px;
	padding:5px;	
	overflow: auto;
}

/* JMatch flashcard styles */
table.FlashcardTable{
	background-color: transparent;
	margin-left: 5%;
	margin-right: 5%;
	margin-top: 2em;
	margin-bottom: 2em;
	width: 90%;
	position: relative;
	text-align: center;
	padding: 0px;
}

table.FlashcardTable tr{
	border-style: none;
	margin: 0px;
	padding: 0px;
	background-color: #f5f5f5;
}

table.FlashcardTable td.Showing{
	text-align: center;
	width: 50%;
	display: table-cell;
	padding: 2em;
	margin: 0px;
	border-style: solid;
	border-width: 1px;
	background-color: #f5f5f5;
}

table.FlashcardTable td.Hidden{
	display: none;
}

/* JMix styles */
div#SegmentDiv{
	margin-top: 2em;
	margin-bottom: 2em;
	text-align: center;
}

a.ExSegment{
	font-weight: bold;
	text-decoration: none;

}

span.RemainingWordList{
	font-style: italic;
}

div.DropLine {
	position: absolute;
	text-align: center;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #000000;
	width: 80%;
}

/* JCloze styles */

.ClozeWordList{
	text-align: center;
	font-weight: bold;
}

div.ClozeBody{
	text-align: left;
}

span.GapSpan{
	color: blue;
    font-weight: bold;
    line-height: 24px;
    text-decoration: underline;
    text-decoration-style: wavy;
    text-decoration-color: forestgreen;
    cursor: not-allowed;
}

/*span.GapSpan::after{
	content:" \002714";}
*/


/* JCross styles */

table.CrosswordGrid{
	border-collapse: collapse;
	padding: 0px;
	background-color: #000000;
}

table.CrosswordGrid tbody tr td{
	width: 1.5em;
	height: 1.5em;
	text-align: center;
	vertical-align: middle;
	padding: 1px;
	margin: 0;
	border-style:solid;
	border-width: 1px;
	border-color: #000000;
	color: #000000;
}

table.CrosswordGrid span{
	color: #000000;
}

table.CrosswordGrid td.BlankCell{
	background-color: #000000;
	color: #000000;
}

table.CrosswordGrid td.LetterOnlyCell{
	text-align: center;
	vertical-align: middle;
	background-color: #ffffff;
	color: #000000;
	font-weight: bold;
}

table.CrosswordGrid td.NumLetterCell{
	text-align: left;
	vertical-align: top;
	background-color: #ffffff;
	color: #000000;
	padding: 1px;
	font-weight: bold;
}

.NumLetterCellText{
	cursor: pointer;
	color: #000000;
}

.GridNum{
	vertical-align: super;
	font-size: 66%;
	font-weight: bold;
	text-decoration: none;
	color: #000000;
}

.GridNum:hover, .GridNum:visited{
	color: #000000;
}

table#Clues{
	margin: auto;
	vertical-align: top;
}

table#Clues td{
	vertical-align: top;
}

table.ClueList{
  margin: auto;
}

td.ClueNum{
	text-align: right;
	font-weight: bold;
	vertical-align: top;
}

td.Clue{
	text-align: left;
}

div#ClueEntry{
	text-align: left;
	margin-bottom: 1em;
}

/* JQuiz styles */

div.QuestionNavigation{
	text-align: center;
}

.QNum{
	margin: 0 1em 0.5em 1em;
	font-weight: bold;
	vertical-align: middle;
}

.QuestionText{
	text-align: left;
	margin: 0;
}

.Answer{

	letter-spacing: 0.1em;
}

.PartialAnswer{

	letter-spacing: 0.1em;
	color: #000000;
}

.Highlight{
	color: #000000;
	background-color: #ffff00;
	font-weight: bold;
	
}

ol.QuizQuestions{
	text-align: left;
	list-style-type: none;
}

ol.MCAnswers{
	text-align: left;
	list-style-type: upper-alpha;
	padding: 1em;
}

ol.MCAnswers li{
	margin-bottom: 1em;
}

ol.MSelAnswers{
	text-align: left;
	list-style-type: lower-alpha;
	padding: 1em;
}

div.ShortAnswer{
	padding: 1em;
}

.FuncButton {
	background: #f47906;
    font-size: 1em;
    box-shadow: 4px 2px 3px #666;
    white-space: nowrap;                      
    padding:10px;              
    text-decoration:none;
    cursor:pointer;
    transition:all .5s ease;
   border:0;
	outline:none;	
	border-radius: 2em;
    color: #ffffff;
    text-align: center;
	margin:0 10px 10px 0;
}

	.FuncButton:hover,C_FuncButton:active,C_FuncButton:focus {
		background-color: #4b97ef;	
	}
    text-decoration:none;
    transform:scale(1.1);
    color:darkblue;
    outline:none;	
	background-color: #4ef925;	
}

a{
	color: #ff0000;
}

a:visited{
	color: #caffca;
}

a:hover{
	color: #ff0000;
}

div.CardStyle {
	position: absolute;
	padding: 5px;
	border-style: solid;
	border-width: 1px;
	border-bottom-right-radius:10px;
	box-shadow: 3px 3px 6px #543814;
	background-color: #BCF3E9;

	left: -50px;
	overflow: visible;
}

.rtl{
	text-align: right;
	
}

table.MyTable td{
	 border-bottom: 1px solid #ddd;
}

#CheckButton2::before{
	content:'\2714 ';
}