* {
	box-sizing: border-box;
}

html {
	font-size: 10px;
}

body {
	font-size: 1em;
	background: rgb(242,242,242);
	background: radial-gradient(circle, rgba(242,242,242,1) 0%, rgba(245,242,242,1) 56%, rgba(183,183,183,1) 100%);
	font-family: "Rubik Light";
}

#left {
	position: fixed;
	left: 0;
	top: 0;
	bottom: 0;
	width: 35rem;
	padding-top: 20rem;
	background: #004680;
}

#right {
	margin-left: 37rem;
	margin-top: 12rem;
}

#right button {
	color: #004680;
	text-decoration: none;
	border: 0;
	background: transparent;
	font-size: 2rem;
	cursor: pointer;
}

#right button.hidden,
#right select.hidden {
	display: none;
}

#right select {
	margin-left: 2rem;
	padding: 0.4rem;
}

h1 {
	color: #00a7a7;
	font-size: 3rem;
	margin:	0 0 4rem 1.4rem;
}

h2 {
	color: #00a7a7;
	font-size: 2rem;
	margin:	1rem 0 1rem 1.4rem;
}

table {
	margin:	1.5rem 0 0 1.2rem;
	font-size: 2rem;
	font-weight: 500;
}

table tr td {
	padding-bottom: 1rem;
}

table tr td.label {
	padding-right: 4rem;
}

table tr.utilityRow td button i {
	width: 4rem;
	display: inline-block;
}

#utilitiesSection {
	margin-top: 3rem;
}

#sapiensLogo {
    display: block;
    background-image: url('./sapiens.svg');
    background-repeat: no-repeat;
    background-size: contain;
    height: 15rem;
    margin: 0 5rem;
}

#projectLogo {
    display: block;
    background-repeat: no-repeat;
    background-size: contain;
    background-position-x: center;
    height: 15rem;
    margin: 0 5rem;
}