.ui_header {
	height: 90px;
}

.app-name {
	margin-top: -10px;
	width: 600px;
}

.app-name img {
	margin-right: 10px;
    float: left;
    width: 52px;
    margin-top: 2.5px;
}

textarea {
	height: auto;
}

.div_read_only {
	background-color:#FFFFFF;
}

#patient_list_table {
	color: #466287;
}

.logo {
	position: relative;
	top: 9px;
}

fieldset .heading {
	background-color: #f2f0e3;
	font-size: 20px;
	margin: 7px 0px 7px 0px;
	padding:0px;
}

fieldset .subheading {
	background-color: #f2f0e3;
	font-size: 14px;
	margin: 7px 0px 7px 15px;
	padding:0px;
	line-height:120%;
}

fieldset .shortnote {
	background-color: white;
	font-size: 15px;
	border: 1px #87B1D7 solid;
	padding: 10px;
	margin: 0px 0px 15px 15px;
	color: #87B1D7;
	max-width:400px;
	line-height:120%;
}

fieldset .subheading2 {
	background-color: #f2f0e3;
	font-size: 14px;
	margin: 7px 0px 7px 15px;
	line-height:120%;
	max-width:700px;
	padding:0px;
	text-decoration: underline;
}

fieldset .longnote {
	background-color: white;
	font-size: 15px;
	border: 1px #87B1D7 solid;
	padding: 10px;
	margin: 0px 0px 15px 15px;
	color: #87B1D7;
	max-width:700px;
	line-height:120%;
}

fieldset .link {
	background-color: white;
	font-size: 16px;
	padding:0px;
	line-height:150%;
	border:0px;
	text-align:center;
}

fieldset .heading1 {
	color: white;
	background-color: #87B1D7;
	text-align: center;
	max-width:auto;
	margin: 0px 20px 15px 20px;
}

fieldset .heading2 {
	color: #87B1D7;
	background-color: white;
	font-weight: bold;
	max-width:400px;
	margin: 0px 0px 15px 20px;
}

.Interviewer {
	font-weight: bold;
	color: hsl(1, 99%, 25%);
}

.Participant {
	font-weight: bold;
	color: hsl(225, 99%, 25%);
}

.transcription_word {
	font-weight: bold;
	float: left;  // enables word wrapping of span tags
}

#uq_transcription_text_read_only {
	background-color: white;
	display: table;
}

#uq_transcription_text_read_only table {
	table-layout: fixed;
}

#uq_transcription_text_read_only table tbody tr td.Interviewer {
	width: 15%;
}

#uq_transcription_text_read_only table tbody tr td.Participant {
	width: 15%;
}

.jqte_editor, .jqte_source{
  min-height : 400px;
}

@media print {
        #logo { position: relative; top: 15px; }
	.app-name { position: relative; top: 25px; }
}
