
.storeFrontImg {
	width: 25%;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.toolbarIconImg {
	max-width: 100%;
	max-height: 100%;
	
	height: 64px;
	width: 64px;
}

.div-centered {
	margin: auto;
	width: 60%;
	border: none;
	padding: 5px;
}

.screen {
	float: inline-end;
}

#main-msg {
	font-size: 2em;
}

ol > li {
	margin-left: 10px;
}

/* Stuff borrowed from security website */

.func-result {
	border: 2px solid black; 
	background-color: #408ec6;  /* blue */
	margin: 2px 20px 5px;
	color: black; /* maroon 7a2048 */
}

.main-body {
	background-color: #d5d7dd;
}

.positive-value {
	color: green;
}

.negative-value {
	color: red;
}


a:hover {
	background-color: orange;
}

.roboto-thin {
  font-family: "Roboto", sans-serif;
  font-weight: 100;
  font-style: normal;
}

.roboto-light {
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-style: normal;
}

.roboto-regular {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.roboto-medium {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-style: normal;
}

.roboto-bold {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.roboto-black {
  font-family: "Roboto", sans-serif;
  font-weight: 900;
  font-style: normal;
}

.roboto-thin-italic {
  font-family: "Roboto", sans-serif;
  font-weight: 100;
  font-style: italic;
}

.roboto-light-italic {
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-style: italic;
}

.roboto-regular-italic {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-style: italic;
}

.roboto-medium-italic {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-style: italic;
}

.roboto-bold-italic {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-style: italic;
}

.roboto-black-italic {
  font-family: "Roboto", sans-serif;
  font-weight: 900;
  font-style: italic;
}

