

	body {
		margin:0;
		padding:0;
		border:0;			/* This removes the border around the viewport in old versions of IE */
		width:100%;
		background:#fff;
		min-width:600px;		/* Minimum width of layout - remove line if not required */
		font-size:110%;
		font-family: Arial, Helvetica, sans-serif; 
		color: black; 
	}

	a {
	//	color:#369;
		color: black; 
	}
	a:hover {
		//color:#fff;
		background:#369;
		text-decoration:none;
		color: black; 
	}
	h1, h2, h3,h4 {
		margin:.6em 0 .2em 0;
		padding:0;
		color: black; 
    }

	h4 {
		margin:.2em 0 .2em 0;
		padding:0;
		color: black; 
    }
    h1{font-size:32px}h2{font-size:26px}h3{font-size:24px}h4{font-size:20px}

    

	h1,h2,h3,h4{
       
		font-family: "Segoe UI",Arial,sans-serif;
		font-weight:normal;
		color: black; 
  }

    hr{border:0;border-top:1px solid #000;margin:20px 0}


	
	p {
		margin:.4em 0 .8em 0;
		padding:0;
		color: black; 
	}



#sentenceTable {
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  border-collapse: collapse;
  width: 100%;
  color: black; 
}

#sentenceTable td, #sentenceTable th {
  border: 1px solid #ddd;
  padding: 4px;
  color: black; 
}

#sentenceTable tr:nth-child(even){background-color: #f2f2f2;}

#sentenceTable th {
  padding-top: 6px;
  padding-bottom: 6px;
  text-align: left;
  background-color: #4CAF50;
  color: white;
}



#sentenceTable2 {
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  border-collapse: collapse;
  width: 50%;
}

#sentenceTable2 td, #sentenceTable2 th {
  border: 1px solid #ddd;
  padding: 4px;
}


#sentenceTable2 th {
  padding-top: 6px;
  padding-bottom: 6px;
  text-align: left;
  background-color: #4CAF50;
  color: white;
}


	
	/* Header styles */
	#header {
		clear:both;
		float:left;
		width:100%;
	}
	#header {
		border-bottom:1px solid #000;
	}
	#header p,
	#header h1,
	#header h2 {
		padding:.4em 15px 0 15px;
		margin:0;
	}
	#header ul {
		clear:left;
		float:left;
		width:100%;
		list-style:none;
		margin:10px 0 0 0;
		padding:0;
	}
	#header ul li {
		display:inline;
		list-style:none;
		margin:0;
		padding:0;
	}
	#header ul li a {
		display:block;
		float:left;
		margin:0 0 0 1px;
		padding:3px 10px;
		text-align:center;
		background:#eee;
		color:#000;
		text-decoration:none;
		position:relative;
		left:15px;
		line-height:1.3em;
	}
	#header ul li a:hover {
		background:#369;
		color:#fff;
	}
	#header ul li a.active,
	#header ul li a.active:hover {
		color:#fff;
		background:#000;
		font-weight:bold;
	}
	#header ul li a span {
		display:block;
	}
	/* 'widths' sub menu */
	#layoutdims {
		clear:both;
		background:#eee;
		border-top:4px solid #000;
		margin:0;
		padding:6px 15px !important;
		text-align:right;
	}
	/* column container */
	.colmask {
		position:relative;	/* This fixes the IE7 overflow hidden bug */
		clear:both;
		float:left;
		width:100%;			/* width of whole page */
		overflow:hidden;		/* This chops off any overhanging divs */
	}
	/* common column settings */
	.colright,
	.colmid,
	.colleft {
		float:left;
		width:100%;
		position:relative;
	}
	.col1,
	.col2,
	.col2block,
    .col2block2,
	.col3 {
		float:left;
		position:relative;
		padding:0 0 1em 0;
		overflow:hidden;
	}
	/* Full page settings */
	.fullpage {
		background:#fff;		/* page background colour */
		border-top:1px solid #aaa;
		
	}
	
	.fullpage .col1 {
		width:96%;			/* page width minus left and right padding */
		left:2%;			/* page left padding */
		
	}
	

	/* 2 Column (double page) settings */
	.doublepage {
		background:#ffff;		/* right column background colour */
		border:0;
		border-top:1px solid #aaa;
color: black; 
	}
	.doublepage .colleft {
		right:50%;			/* right column width */
		background:#fff;		/* left column background colour */
		
	}
	.doublepage .col1 {
		width:46%;			/* left column content width (column width minus left and right padding) */
		left:52%;			/* right column width plus left column left padding */
	}
	
	.doublepage .col2 {
		width:46%;			/* right column content width (column width minus left and right padding) */
		left:56%;			/* (right column width) plus (left column left and right padding) plus (right column left padding) */
	}

	.doublepage .col2block {
		width:42%;			/* right column content width (column width minus left and right padding) */
		left:56%;			/* (right column width) plus (left column left and right padding) plus (right column left padding) */
	    background-color: linen;
		padding:20px; 	
		color: black; 
	}

	.doublepage .col2block2 {
		width:42%;			/* right column content width (column width minus left and right padding) */
		left:56%;			/* (right column width) plus (left column left and right padding) plus (right column left padding) */
	    background-color: AliceBlue;
		padding:20px; 
		color: black; 
	}
	

	/* Footer styles */
	#footer {
		clear:both;
		float:left;
		width:100%;
		border-top:1px solid #aaa;
	}
	#footer p {
		padding:10px;
		margin:0;
	}

	
.w3-top,.w3-bottom{position:fixed;width:100%;z-index:1}
.w3-top{top:0}
.w3-bottom{bottom:0}
.w3-bar{width:100%;overflow:hidden}
.w3-center .w3-bar{display:inline-block;width:auto}
.w3-bar .w3-bar-item{padding:8px 16px;float:left;width:auto;border:none;display:block;outline:0}
.w3-bar .w3-dropdown-hover,.w3-bar .w3-dropdown-click{position:static;float:left}
.w3-bar .w3-button{white-space:normal}
.w3-bar-block .w3-bar-item
{width:100%;display:block;padding:8px 16px;text-align:left;border:none;white-space:normal;float:none;outline:0}
.w3-bar-block.w3-center .w3-bar-item{text-align:center}.w3-block{display:block;width:100%}
.w3-white,.w3-hover-white:hover{color:#000;background-color:#fff}
.w3-padding-small{padding:4px 8px}
.w3-padding{padding:8px 16px} 
.w3-padding-large{padding:12px 24px}
.w3-card,.w3-card-2{box-shadow:0 2px 5px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12)}
.w3-button
{border:none;display:inline-block;padding:8px 16px;vertical-align:middle; 
overflow:hidden;text-decoration:none;text-align:center;cursor:pointer;white-space:nowrap}
.w3-left{float:left!important}.w3-right{float:right}

.w3-fawn,.w3-hover-fawn:hover{color:#000;background-color:	#FFEBCD}


a:hover {
  background-color: 		#FFFAF0;
  color: black;
}

a:visited,active {
  text-decoration: none;
}

a:link {
  color: black;
  text-decoration: none;
}

/* visited link */
a:visited {
  color: black;
}

a.menu:hover {
  text-decoration: underline;
}

textarea.sessionPage
{
  border:none;
  outline-width: 0;
  resize: none;
  font-size: 0.9em;
  color: black; 
  font-family: Verdana, Arial, Helvetica, sans-serif;
}


		.editable {
		  width: 95%;
		 // height: 400px;
		  border: 1px solid #ccc
		}
		.editable .span-0{ /* Added to reset styles correctly */
		  font-weight: normal;   /* Reset b */
		  text-decoration: none; /* Reset u */
		  font-style: normal;    /* Reset i */
        color: black; 
		}
		.editable .span-b{
		  font-weight: bold;
	color: black; 
		}
		.editable .span-u{
		  text-decoration: underline;
	color: black; 
		}
		.editable .span-i{
		  font-style: italic;
color: black; 
		}


		.select-css {
	display: block;
	font-size: 16px;
	font-family: sans-serif;
	font-weight: 700;
	color: #444;
	line-height: 1.3;
	padding: .6em 1.4em .5em .8em;
	width: 100%;
	max-width: 100%;
	box-sizing: border-box;
	margin: 0;
	border: 1px solid #aaa;
	box-shadow: 0 1px 0 1px rgba(0,0,0,.04);
	border-radius: .5em;
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	background-color: #fff;
	background-image: url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22%23007CB2%22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13-5.4H18.4c-5%200-9.3%201.8-12.9%205.4A17.6%2017.6%200%200%200%200%2082.2c0%205%201.8%209.3%205.4%2012.9l128%20127.9c3.6%203.6%207.8%205.4%2012.8%205.4s9.2-1.8%2012.8-5.4L287%2095c3.5-3.5%205.4-7.8%205.4-12.8%200-5-1.9-9.2-5.5-12.8z%22%2F%3E%3C%2Fsvg%3E'),
	  linear-gradient(to bottom, #ffffff 0%,#e5e5e5 100%);
	background-repeat: no-repeat, repeat;
	background-position: right .7em top 50%, 0 0;
	background-size: .65em auto, 100%;
}
.select-css::-ms-expand {
	display: none;
}
.select-css:hover {
	border-color: #888;
}
.select-css:focus {
	border-color: #aaa;
	box-shadow: 0 0 1px 3px rgba(59, 153, 252, .7);
	box-shadow: 0 0 0 3px -moz-mac-focusring;
	color: #222;
	outline: none;
}
.select-css option {
	font-weight:normal;
}


.inputSentences{
	font-size: 16px;
	font-family: sans-serif;
}


input[type=submit].wide {
  
  padding: 10px 16px;
  margin: 8px 0;
  
}

input[type=text]{
padding: 0px;
margin: 0px;
}

input[type=text].title {
    font-family: "Playfair Display";
	font-weight:lighter;
    font-size: 26px;
}

input[type=text].register{
padding: 3px;
margin: 3px;
font-size: 16px;
}

input[type=password].register{
padding: 3px;
margin: 3px;
font-size: 16px;
}

textarea.enterArticle
{
  outline-width: 1;
  padding: 5px;
  font-size: 0.9em;
  color: black; 
  font-family: Verdana, Arial, Helvetica, sans-serif;
}

