:root {
	--asecla-turbo-color: #0061B7;
}
html, body {
	background-color: white !important;
}
.labelled-field {
	padding: 0;
}
.labelled-field label {
	padding-left: 0;
}
.envelope-info-box p {
	margin: 1em 0;
}
#readmsg-title {
	font-size: 150%;
}
button:disabled, button:hover:disabled {
	background-color: grey;
	cursor: default;
}

#openmsg-read-container {
	border: 3px solid #f6f6f6;
	border-top: 2px solid #dddddd;
	padding: 2em;
}
#openmsg-read-content {
	margin: 1em 0;
	line-height: 1.5em;
	font-size: 125%;
}
#openmsg-read-attachments-list {
	font-size: 110%;
}
#openmsg-read-attachments-list .attachment-filename {
	font-family: var(--font-family-monospace);
}
#openmsg-read-attachments-list .attachment-size {
	padding-left: 1em;
}
#openmsg-read-attachments-list .attachment-download {
	padding-left: 0.5em;
}
#openmsg-read-attachments-list a {
	text-decoration: none;
}
#openmsg-read-attachments-list a:hover {
	text-decoration: underline;
}

#msg-id-container {
	text-align: center;
	margin: 2em;
	color: grey;
	font-size: 90%;
}

#openmsg-expiration-timeleft {
	float: right;
}