/**
 * 
 * Custom CSS for HTML Uploads for British Journal of Diabetes
 * October 2021, Red Hot Irons Ltd
 *
 */

.small
{
	line-height: 105%;
	font-size: 0.7em;
}

.uppercase {
	text-transform: uppercase;
}


p, h1, h2, h3, h4, ol, ul, li {
    font-family: GillSans,Arial,Verdana,Helvetica,sans-serif;
    line-height: 140%;
}

h4 {
	font-size: 1.2em;
}

h3 {
	font-size: 1.5em;
}

.border {
	border-bottom-width: medium;
	border-bottom-style: solid;
}
     
.blue-container {
	background-color: #E7EDF8;
	display: table; /* Make the container element behave like a table */
	width: 100%; /* Set full-width to expand the whole page */
}

.left {
	float: left;
	width: 50%;
	background-color: #E7EDF8;
	display: table-cell; 
}

.right {
	float: right;
	width: 50%;
	background-color: #E7EDF8;
	display: table-cell; 
}