@import url('https://fonts.googleapis.com/css?family=DM+Sans&display=swap');
html {
	box-sizing: border-box;
}
*,
::before,
::after {
	box-sizing: inherit;
}
body {
	margin: 0;
	padding: 0;
	font-size: 16px;
	min-width: 320px;
}
body,
button,
input,
select,
textarea {
	color: #333;
}
.ui-widget,
body,
button,
input,
select,
textarea {
	font-family: 'DM Sans', arial, helvetica, sans-serif !important;
}
a,
span,
div,
button,
input[type="button"],
input[type="submit"] {
	-webkit-transition: background 0.3s linear;
	-moz-transition: background 0.3s linear;
	-ms-transition: background 0.3s linear;
	-o-transition: background 0.3s linear;
	transition: background 0.3s linear;
}
p,
h1,
h2,
div {
	cursor: default;
}
input[type="checkbox"],
label[for] {
	cursor: pointer;
}
h1 {
	font-size: 1.1rem;
	margin-top: 10px;
}
h2 {
	font-size: 1rem;
	margin-top: 8px;
}
s {
	text-decoration: line-through solid #00000050 3px;
}
a {
	color: #1B4965;
}
a.linkeditem {
	cursor: help;
}
a.linkeditem.never {
	opacity: 0.5;
}
a:hover {
	color: unset;
}
button,
input,
select,
textarea {
	color: #333;
	border: 1px solid #cccccc;
	border-radius: 4px;
}
textarea {
	padding: 3px 10px;
	height: 300px;
	flex: unset !important;
}
input[type="text"],
input[type="password"],
input[type="email"] {
	padding: 6px 8px;
}
input[type="file"] {
	padding: 6px 8px;
	border: 0;
}
select {
	padding: 6px 8px;
}
a,
span,
div,
button,
input[type="button"],
input[type="submit"] {
	-webkit-transition: background 0.3s linear;
	-moz-transition: background 0.3s linear;
	-ms-transition: background 0.3s linear;
	-o-transition: background 0.3s linear;
	transition: background 0.3s linear;
}
p {
	margin: 0px;
}
.no-close .ui-dialog-titlebar-close {
	display: none;
}
.page.preview .leftpane,
.page.preview .rightpane {
	display: none;
}
@media (min-width: 1050px) {
	.page {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		position: fixed;
		left: 0;
		top: 0;
		right: 0;
		bottom: 0;
	}
	.page > * {
		max-height: calc(100% - 75px);
	}
	.page .leftpane {
		width: 200px;
		z-index: 5;
		padding: 20px 5px;
		flex-direction: column;
	}
	.page .leftpane #search {
		margin-bottom: 5px;
	}
	.page .leftpane #search input {
		width: 100%;
	}
	.page .leftpane #search .fa-magnifying-glass {
		margin-left: -25px;
		margin-top: 8px;
		position: absolute;
	}
	.page .content {
		padding: 20px;
		overflow: auto;
	}
	.page .content .panel {
		border: 1px solid #e6e6e6;
		border-radius: 3px;
	}
	.page .content .panel .pager {
		display: inline-block;
	}
	.page .content .panel .pager a,
	.page .content .panel .pager a:link,
	.page .content .panel .pager a:visited,
	.page .content .panel .pager a:active {
		padding-left: 8px;
		padding-right: 8px;
	}
	.page .rightpane {
		width: 310px;
		padding: 4px 10px 0 0;
		flex-direction: column;
		overflow-y: auto;
		overflow-x: hidden;
		padding-bottom: 60px;
	}
	.page .rightpane .details {
		margin-top: 10px;
		border-top: 1px solid #e6e6e6;
	}
	.page.login .content {
		justify-content: space-between;
	}
	.page.login .content .panel {
		margin: 150px auto;
		width: 500px;
	}
	.page.login .leftpane,
	.page.login .rightpane {
		display: none;
	}
	.page.showrp .rightpane {
		display: unset;
	}
	.page.showrp .rightpane .watcher a {
		display: block;
	}
	.page.account .panel {
		max-width: 50%;
		margin: 0 auto;
	}
}
@media (max-width: 1050px) {
	.page .rightpane {
		order: 2;
		display: none;
		flex: 1;
		padding: 0px 10px 10px 0px;
		background-color: #b5cfd6;
		z-index: 5;
	}
	.page .rightpane .informal .field {
		flex-direction: row;
	}
	.page .rightpane .informal .field label {
		flex-basis: 20%;
	}
}
@media (min-width: 500px) and (max-width: 1050px) {
	.page {
		display: flex;
		flex-direction: column;
	}
	.page .header {
		order: 0;
	}
	.page .leftpane {
		order: 1;
		padding: 5px;
	}
	.page .leftpane #search {
		order: 100;
		flex: 1;
		text-align: right;
	}
	.page .leftpane #search input {
		width: 100%;
		max-width: 250px;
	}
	.page .content {
		order: 3;
		padding: 20px 0;
	}
	.page .content .panel {
		border: 1px solid #e6e6e6;
		border-left: 0;
		border-right: 0;
	}
	.page.login .content {
		flex-direction: column;
		justify-content: space-between;
	}
	.page.login .content .panel {
		margin: 100px auto;
		width: 450px;
		border: 1px solid #e6e6e6;
		border-radius: 3px;
	}
	.page.login .leftpane {
		display: none;
	}
	/*    .page.dashboard
    {
        .content .panel
        {
            h1 { font-size: 2rem; }
        }
    }*/
	.page.showrp .rightpane {
		display: unset;
	}
	.page.showrp .rightpane .basics {
		display: flex;
	}
	.page.showrp .rightpane .basics > * {
		flex: 1;
	}
	.page.showrp .rightpane .watcher a {
		margin-right: 10px;
	}
}
@media (max-width: 500px) {
	body .hoverbuttonspane {
		right: 10px;
	}
	.page {
		display: flex;
		flex-direction: column;
	}
	.page .header {
		order: 0;
		padding: 0 10px;
	}
	.page .header .logo {
		min-width: unset;
		width: 55px;
		overflow: hidden;
	}
	.page .leftpane {
		order: 1;
		padding: 5px;
	}
	.page .leftpane a .label {
		display: none;
	}
	.page .leftpane #search {
		order: 100;
		flex: 1;
		text-align: right;
	}
	.page .leftpane #search input {
		max-width: 130px;
	}
	.page .content {
		order: 3;
		padding: 20px 0;
	}
	.page .content .panel {
		border: 1px solid #e6e6e6;
		border-left: 0;
		border-right: 0;
		padding: 0 10px 10px;
	}
	.page .content .panel .table {
		display: flex;
		flex-direction: column;
	}
	.page .content .panel .table .tr {
		display: flex;
		flex-wrap: wrap;
	}
	.page .content .panel .pager {
		display: flex;
		flex-wrap: wrap;
	}
	.page .content .panel .pager a {
		padding-left: 8px;
		padding-right: 8px;
	}
	.page .content .footer {
		padding-top: 200px;
	}
	.page.login .content {
		flex-direction: column;
		justify-content: space-between;
	}
	.page.login .content .panel {
		margin: 50px auto;
	}
	.page.login .leftpane {
		display: none;
	}
	/*    .page.dashboard
    {
        .content .panel
        {
            h1 { font-size: 2rem; }
        }
    }*/
	.page.showrp .rightpane {
		display: unset;
	}
	.page.showrp .rightpane .basics {
		display: flex;
		flex-direction: column;
	}
	.page.showrp .rightpane .basics > * {
		flex: 1;
	}
	.page.showrp .rightpane .watcher a {
		margin-right: 10px;
	}
	.listing.issues .table .project,
	.listing.issues .table .updated,
	.listing.issues .table .status,
	.listing.issues .table .handler {
		display: none;
	}
	.listing.projects .table .td:not(.name) {
		display: none;
	}
}
body .tour-overlay {
	position: fixed;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(0, 0, 0, 0.2);
	z-index: 99998;
}
body .tour-item {
	display: inline-block;
	position: absolute;
	min-width: 350px;
	max-width: 450px;
	padding: 5px;
	z-index: 99999;
}
body .tour-item .arrow {
	position: absolute;
	left: calc(50% - 10px);
	display: none;
	width: 20px;
	height: 20px;
	border: 10px solid transparent;
}
body .tour-item .arrow.left {
	left: calc(20% - 10px);
	display: inline-block;
}
body .tour-item .arrow.center {
	left: calc(50% - 10px);
	display: inline-block;
}
body .tour-item .arrow.right {
	left: calc(80% - 10px);
	display: inline-block;
}
body .tour-item .box {
	background-color: #fff;
	border-radius: 5px;
	box-shadow: 0px 0px 14px 7px rgba(0, 0, 0, 0.5);
}
body .tour-item .box .text {
	padding: 15px;
	border-bottom: 1px solid #e6e6e6;
}
body .tour-item .box .buttons {
	padding: 5px;
	display: flex;
	justify-content: flex-end;
}
body .tour-item .box .buttons a {
	font-size: small;
	margin: 9px 8px 0 0;
	white-space: nowrap;
}
body .tour-item .box .buttons > button {
	padding: 2px 10px;
}
body .tour-item .box .buttons > .spacer {
	flex: 1;
}
body .tour-item.above .arrow {
	bottom: 0;
	border-top-color: #fff;
}
body .tour-item.above .box {
	margin-bottom: 14px;
}
body .tour-item.below .arrow {
	top: 0;
	border-bottom-color: #fff;
}
body .tour-item.below .box {
	margin-top: 14px;
}
body .inline-notification {
	position: fixed;
	right: 20px;
	bottom: 20px;
	background-color: #fff;
	border: 1px solid #74A4B1;
	box-shadow: 3px 3px #74A4B1;
	padding: 10px;
	width: 300px;
	min-height: 100px;
	display: flex;
}
body .inline-notification > img {
	height: 50px;
}
body .inline-notification > div {
	display: flex;
	flex-direction: column;
	flex: 1;
	margin-left: 10px;
}
body .inline-notification > div > .ttl {
	font-size: 1.1rem;
	font-weight: bold;
}
body .inline-notification > div > .tb {
	display: flex;
	justify-content: flex-end;
}
body #loaderoverlay {
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	color: #aaa;
	background-color: rgba(216, 231, 235, 0.2);
	z-index: 1000;
	text-align: center;
	font-size: 80px;
	padding-top: 200px;
	cursor: wait;
	display: none;
}
body .wdf_overlay {
	background-color: rgba(216, 231, 235, 0.2);
}
body .iteminfopopup {
	display: none;
	position: absolute;
	background: white;
	border: 1px solid #e6e6e6;
	padding: 14px;
	z-index: 10000;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	max-width: 50%;
	min-width: 300px;
}
body .iteminfopopup img {
	max-width: 250px;
	display: block;
}
body .iteminfopopup hr.line {
	width: 100%;
	border-top: 1px solid #e6e6e6;
	border-bottom: unset;
}
body .iteminfopopup .user .avatar.user {
	width: 60px;
	height: 60px;
	margin-right: 12px;
}
body .iteminfopopup .user .userinfo {
	vertical-align: top;
	display: inline-block;
}
body .iteminfopopup .user .userinfo > span {
	display: inline-block;
	margin: 0 10px;
}
body .iteminfopopup .user .userinfo .username {
	font-size: 21px;
}
body .iteminfopopup .user td {
	font-size: 13px;
}
body .iteminfopopup .issue .title {
	font-size: 21px;
	margin-bottom: 10px;
	display: inline-block;
}
body .iteminfopopup .issue .title .avatar {
	width: 24px;
	height: 24px;
	margin-right: 12px;
}
body .iteminfopopup .issue td {
	font-size: 13px;
}
body .iteminfopopup .project > .avatar {
	width: 60px;
	height: 60px;
	margin-right: 12px;
}
body .iteminfopopup .project .info {
	vertical-align: top;
	display: inline-block;
}
body .iteminfopopup .project .info > span {
	display: inline-block;
	margin: 0 10px;
}
body .iteminfopopup .project .info .name {
	font-size: 21px;
}
body .iteminfopopup .project td {
	font-size: 13px;
}
body .iteminfopopup .avatar {
	margin-right: 4px;
	width: 16px;
	height: 16px;
	min-width: 20px;
	vertical-align: sub;
}
body .iteminfopopup table {
	border-collapse: collapse;
	margin-top: 10px;
}
body .iteminfopopup table tr td {
	padding-right: 4px;
}
body .hoverbuttonspane {
	position: fixed;
	bottom: 30px;
	right: 30px;
	z-index: 10;
	display: flex;
	flex-direction: column;
	align-items: flex-end;
}
body .hoverbuttonspane .user {
	border-radius: 23px;
	background-color: #74A4B1;
	color: #fff;
	border: 1px solid #388094;
	box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.2), 0 5px 15px 0 rgba(0, 0, 0, 0.19);
	height: 46px;
	display: block;
	margin-bottom: 10px;
	padding: 7px;
	cursor: pointer;
	margin-right: 4px;
}
body .hoverbuttonspane .user:hover {
	border-color: #1B4965;
	background-color: #388094;
}
body .hoverbuttonspane .user:hover .name {
	width: 150px;
	max-width: fit-content;
	-webkit-transition: width 0.2s;
	-moz-transition: width 0.2s;
	-ms-transition: width 0.2s;
	-o-transition: width 0.2s;
	transition: width 0.2s;
}
body .hoverbuttonspane .user .avatar {
	width: 30px;
	height: 30px;
	vertical-align: sub;
}
body .hoverbuttonspane .user .name {
	overflow: hidden;
	display: inline-block;
	width: 0px;
	white-space: nowrap;
}
body .hoverbuttonspane button {
	border-radius: 23px;
	height: 46px;
	background-color: #74A4B1;
	color: #fff;
	border-color: #388094;
	box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.2), 0 5px 15px 0 rgba(0, 0, 0, 0.19);
	margin-top: 10px;
}
body .hoverbuttonspane button:hover {
	border-color: #1B4965;
	background-color: #388094;
}
body .hoverbuttonspane button .label {
	margin-left: 10px;
	overflow: hidden;
	line-height: 12px;
	white-space: nowrap;
}
body .hoverbuttonspane #splitissuebutton {
	display: none;
}
body .frm-avatar .avatar {
	display: inline-block;
	height: 80px;
	width: 80px;
}
body .frm-avatar .backgravatar {
	margin-left: 20px;
}
body .frm-avatar .tw {
	height: 80px;
	color: #fff;
	background-color: rgba(0, 0, 0, 0.15);
	display: block;
	text-align: center;
	opacity: 0;
	padding-top: 17px;
	border-radius: 30%;
	font-size: 30px;
	cursor: pointer;
}
body .frm-avatar .tw:hover {
	opacity: 1;
}
body .cropperjs {
	display: block;
	height: calc(100% - 150px);
	max-width: 100%;
}
.field-row {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.field {
	margin-top: 5px;
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
	justify-content: center;
}
.field.span label {
	color: #666666;
}
.field.oneline {
	flex-direction: row;
	justify-content: left;
	align-items: center;
}
.field:not(.oneline) > *:not(label):not(input[type=color]) {
	flex: 1;
}
.toolbar {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
	align-items: center;
	margin-top: 5px;
	margin-bottom: 5px;
}
.toolbar > * {
	margin-left: 10px;
}
.cols-2 .field-row > * {
	flex-basis: 50%;
}
.cols-3 .field-row > * {
	flex-basis: 33%;
}
.cols-4 .field-row > * {
	flex-basis: 24%;
}
.cols-5 .field-row > * {
	flex-basis: 20%;
}
.cols-2 .field-row > .c2 {
	flex-basis: 100%;
}
.cols-3 .field-row > .c2 {
	flex-basis: 66%;
}
.cols-3 .field-row > .c3 {
	flex-basis: 100%;
}
.cols-4 .field-row > .c2 {
	flex-basis: 50%;
}
.cols-4 .field-row > .c3 {
	flex-basis: 75%;
}
.cols-4 .field-row > .c4 {
	flex-basis: 100%;
}
.cols-5 .field-row > .c2 {
	flex-basis: 40%;
}
.cols-5 .field-row > .c3 {
	flex-basis: 60%;
}
.cols-5 .field-row > .c4 {
	flex-basis: 80%;
}
.cols-5 .field-row > .c5 {
	flex-basis: 100%;
}
.ui-menu-item {
	padding: 3px 10px;
}
.ui-menu-item a {
	display: block;
}
.rightpane .field,
.rightpane [data-model-listing] {
	padding-left: 10px;
}
.rightpane .field button,
.rightpane [data-model-listing] button,
.rightpane .field input,
.rightpane [data-model-listing] input,
.rightpane .field select,
.rightpane [data-model-listing] select,
.rightpane .field textarea,
.rightpane [data-model-listing] textarea {
	border-color: #b5cfd6;
}
.rightpane .field label,
.rightpane [data-model-listing] label {
	font-size: 14px;
	margin-top: 4px;
}
.rightpane .field > div,
.rightpane [data-model-listing] > div {
	padding-left: 5px;
}
.rightpane .field > span.labelled,
.rightpane [data-model-listing] > span.labelled {
	padding-left: 5px;
	font-size: 15px;
}
.rightpane .field select,
.rightpane [data-model-listing] select {
	padding-left: 3px;
}
.ui-message {
	margin-top: 5px;
	margin-bottom: 5px;
}
.ui-message p svg {
	margin-right: 10px;
}
.ui-message p .fa-check-circle {
	color: #4ca51d;
}
.ui-message p .fa-exclamation-triangle {
	color: #f4351f;
}
.avatar {
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	border-radius: 30%;
	display: inline-flex;
	justify-content: flex-end;
	align-items: flex-end;
}
.avatar .onlinestatus {
	width: 9px;
	height: 9px;
	border-radius: 3px;
	min-width: unset;
	margin-right: -1px;
	display: none;
}
.avatar .onlinestatus.online {
	background-color: #60d124;
	border: 1px solid #4ca51d;
	display: flex;
}
h1 svg.issue {
	height: 24px;
	min-width: unset;
	margin: 0px 10px 0 0;
}
svg.issue {
	margin: 0px 4px 0 0;
}
svg.issue.bug {
	--fa-primary-opacity: 0.8;
	--fa-primary-color: red;
}
svg.issue.feature {
	--fa-primary-color: #aaa;
	--fa-secondary-color: #655ffc;
	--fa-secondary-opacity: 0.9;
}
svg.issue.task {
	--fa-primary-color: #aaa;
	--fa-secondary-color: #fd7e14;
	--fa-secondary-opacity: 0.9;
}
svg.issue.idea {
	--fa-primary-color: #aaa;
	--fa-secondary-color: #82c91e;
	--fa-secondary-opacity: 0.9;
}
h1 {
	display: flex;
	align-items: flex-start;
	flex-wrap: wrap;
}
h1 > span {
	flex: 1;
	display: flex;
}
h1 .avatar {
	margin-right: 10px;
	width: 30px;
	height: 30px;
	min-width: 30px;
	vertical-align: middle;
}
h1 a {
	display: flex;
	justify-content: flex-end;
	align-items: center;
	font-size: 1rem;
	font-weight: normal;
}
.panel .listingfilter select,
.panel .listingfilter input {
	padding: 2px 6px;
}
.panel .listingfilter > div.notitle:last-child > * {
	height: 29px;
	width: 29px;
	padding: 5px 0px;
	margin-bottom: 0;
	border-radius: 3px;
}
.panel .listing .avatar,
a > .avatar {
	margin-right: 4px;
	width: 16px;
	height: 16px;
	min-width: 20px;
	vertical-align: sub;
}
.panel .listing {
	overflow-x: auto;
}
.panel .listing .cursort:after {
	background-size: cover;
	margin-bottom: -3px;
}
div.quill {
	height: unset;
}
div.quill .ql-editor {
	min-height: 150px;
	font-family: 'DM Sans', arial, helvetica, sans-serif;
	font-size: 16px;
}
div.quill .ql-editor img {
	max-width: 50%;
	max-height: 150px;
}
div.quill .ql-editor span.mention .ql-mention-denotation-char {
	display: none;
}
.highlighted {
	border-color: #dad55e;
	background-color: #fffa90;
	color: #666666;
}
span[data-model-col="description"].highlighted {
	display: block;
}
/*span[data-model-col="agenda_item"].highlighted
{
    background-color: unset;
}*/
.blurred {
	filter: blur(6px);
	-o-filter: blur(6px);
	-ms-filter: blur(6px);
	-moz-filter: blur(6px);
	-webkit-filter: blur(6px);
	transition: filter 0.1s;
}
.page .input-overlay {
	position: absolute;
	display: flex;
	justify-content: flex-end;
	cursor: wait;
	background-color: rgba(0, 0, 0, 0.2);
	align-items: center;
	color: #333;
}
.page .input-overlay .fa-spinner {
	margin-right: 25px;
}
.page .header {
	padding: 0 15px;
	background-color: #74A4B1;
	height: 75px;
	width: 100%;
	z-index: 100000;
	display: flex;
	justify-content: space-between;
}
.page .header .nav {
	display: none;
}
.page .header .logo {
	height: 55px;
	align-self: center;
	cursor: pointer;
}
.page .header .logo img {
	height: 100%;
}
.page .header .userinfo {
	padding: 5px 0;
	display: flex;
	flex-direction: column;
	flex-wrap: wrap-reverse;
	align-items: baseline;
	justify-content: center;
	min-width: 200px;
}
.page .header .userinfo > * {
	color: #fff;
	order: 2;
}
.page .header .userinfo img {
	order: 1;
	margin-left: 10px;
	border-radius: 30%;
	height: 52px;
	/* 80% wont work with outer flex container and really large images */
	cursor: pointer;
}
.page .header .userinfo .logout {
	font-size: 0.7em;
}
.page .leftpane {
	background-color: #95b9c3;
	display: flex;
}
.page .leftpane a {
	text-decoration: none;
	color: #fff;
	padding: 5px 10px;
	border-radius: 5px;
}
.page .leftpane a span {
	margin-left: 5px;
}
.page .leftpane a.current {
	background-color: #74A4B1;
}
.page .leftpane a:hover {
	background-color: #388094;
	color: #fff;
}
.page .leftpane #search .fa-magnifying-glass {
	margin-left: -25px;
	margin-top: 7px;
	margin-bottom: -2px;
	margin-right: 5px;
	color: #666666;
}
.page .rightpane {
	background-color: #b5cfd6;
	display: flex;
}
.page.dashboard .table .td {
	white-space: nowrap;
}
.page .content {
	background-color: #fafafa;
	flex: 3;
	min-height: calc(100vh - 75px);
	z-index: 5;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.page .content > .ui-message {
	width: 100%;
}
.page .content .panel {
	width: 100%;
	margin-bottom: 20px;
	padding: 0 20px 20px;
	background-color: #fff;
}
.page .content .panel img {
	max-width: 100%;
	max-height: 400px;
	display: block;
}
.page .content .panel .pager {
	margin-top: 10px;
}
.page .content .panel .btnexport {
	float: right;
}
.page .content .panel .ui-message > div {
	padding: 10px;
}
.page .content .panel .ui-message:first-child {
	margin-top: 20px;
}
.page .content .panel .ui-message:first-child p {
	font-size: 1rem;
}
.page .content .panel .ui-message:first-child .ui-icon-close {
	margin-top: 2px;
}
.page .content .footer {
	font-size: small;
	padding-top: 50px;
	color: #666666;
	text-align: center;
	width: 100%;
	height: 30px;
}
.page.issues .content {
	flex-direction: column;
	flex-wrap: unset;
	justify-content: flex-start;
}
.page.issues.massedit .table {
	display: inline-block;
}
.quill .ql-mention-list-container {
	width: unset !important;
}
.quill .avatar {
	margin-right: 4px;
	width: 16px;
	height: 16px;
	min-width: 20px;
	vertical-align: sub;
}
.transcript {
	margin: 10px 0;
}
.transcript:not(.processing) {
	font-style: italic;
}
.transcript:not(.processing):first-of-type:before {
	content: '"';
}
.transcript:not(.processing):last-of-type:after {
	content: '"';
}
.transcript:not(.processing) p:first-of-type,
.transcript:not(.processing) p:last-of-type {
	display: inline;
}
audio {
	display: block;
}
