#output-wrap,
#output-tabs {
    	min-height: 500px;
}

body {
  background: white;
}

h1, h2, h3 {
	font-size: 24px;
  font-weight: bold;
  color: #0088ff;
  font-family: 'Handlee', arial;
  text-align: center;
	margin: 20px;
}

h1 span img {
	float: left;
	margin-right: 5px;
}

h1 span {
	display: inline-block;
	height: 70px;
	line-height: 65px;
}

#buttons .ui-button, #output-wrap .ui-button, .ui-tabs-anchor, .ui-tabs-tab {
	font-size: 18px;
	font-family: 'Handlee', arial;
}

#output-wrap {
  padding: 25px;
}

#article-input, #excluded {
	display: block;
	background: #62778a;
	color: white;
	padding: 10px;
	border-radius: 10px;
	border: 1px solid black;
	margin: auto;
	width: 95%;
	margin-top: 10px;
}

#output-wrap {
	background: #BEBED4;
	line-height: 1.5em;
}

.accept {
	margin: 8px;
	display: block;
	text-align: center;
}

#buttons {
	width: 95%;
	margin: 10px auto;
	text-align: right;
}

.harder, .easier, .neutral, .new0, .new1, .new2, .new3  {
	display: inline-block;
	background: #FEA89E;
	padding: 0 3px;
	margin: 1px;
}

.easier {
	background: #A6FE9E;
}

.neutral {
	background: #8CC5FD;
}

.new0 {
	background: #FBD2C1;
}

.new1 {
	background: #CBA1FB;
}

.new2 {
	background: #fafbb1;
}

.new3 {
	background: #fbcaf3;
}

.active {
	border: 2px solid black;
}

.rejected-list {
	margin: 10px 0;
}

.rejected {
	display: inline-block;
	margin-right: 10px;
}

.o {
	text-decoration: line-through;
}

u {
	text-decoration: none;
}

.u {
	text-decoration: underline;
}

.score {
	display: block;
	text-align: center;
	margin: 10px;
	font-size: 1.2em;
}

.score table {
	width: 450px;
	margin: auto;
}

.score td {
	text-align: left;
	padding-right: 10px;
}

#copytext {
	position: absolute;
	left: -9999px;
	top: 0;
	height: 0;
	width: 0;
	overflow: hidden;
}

.toast {
    width:200px;
    height:20px;
    height:auto;
    position:absolute;
    left:50%;
    margin-left:-100px;
    top:10px;
    background-color: #383838;
    color: #F0F0F0;
    font-family: Calibri;
    font-size: 20px;
    padding:10px;
    text-align:center;
    border-radius: 2px;
    -webkit-box-shadow: 0px 0px 24px -1px rgba(56, 56, 56, 1);
    -moz-box-shadow: 0px 0px 24px -1px rgba(56, 56, 56, 1);
    box-shadow: 0px 0px 24px -1px rgba(56, 56, 56, 1);
}

.excellent {
	color: green;
}

.acceptable {
	color: #dad55e;
}

.poor {
	color: maroon;
}

#error-dialog {
	display: none;
}

#error-dialog b {
	color: darkred;
	font-weight: bold;
}

#error-dialog li ul {
	list-style: disc;
	margin-left: 30px;
}
