a:link {
	color:#444444;
	text-decoration:none;
}
a:visited {
	color:#444444;
	text-decoration:none;
}
#apptile {
	align-items: center;
	border-radius: 10px;
	cursor:pointer;
	width:125px;
	height:125px;
	text-align:center;
	padding-top: 23px;
	vertical-align:initial;
	border-style:solid;
	border-width:0px;
	font-size:12px;
	font-weight:bold;
}
#apptile:hover {
	background-color:#F2F2F2
}
#apptile:hover a {
	color:#BD0000;
}
body {
	font-family:Arial,sans-serif;
}
h1 {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 24px;
	height: 15px;
	cursor:pointer;
	padding-bottom: 7px;
	font-style: inherit;
	color:rgb(0,0,0);
}
.app-palette {
	margin:0 auto;
	background-color: #FFFFFF;
	box-shadow: 0px 0px 1px #333;
	padding: 15px;
	border-radius: 5px;
	max-width: max-content;
	position: relative;
	z-index: 1;
}
.icon-box {
	margin: 0 auto;
	display: flex;
	flex-flow: column nowrap;
	background-color: #EFEFEF;
	border-radius: 20%;
	height: 42px;
	width: 42px;
	<!-- box-shadow: 1px 1px 1px #C8CACB; -->
}
.md-icon {
	border-radius: 20%;
	margin-top: 5px;
	margin-left: 0.5px;
	height: 32px;
	width: 32px;
}
.icon-title {
	margin: 0 auto;
	margin-top:15px;
	height: 42px;
	width: 80%;
}
.copyright {
	margin: 0 auto;
	text-align:center;
	color: #444444;
	padding-top: 30px;
	padding-left: 10px;
	padding-bottom: 30px;
	font-size:12px;
}
.search_box {
	border: none;      /* Good browsers universal rule */
	outline: none;     /* safari and its variants  */
	outline-offset: 0; /* IE and its variants  */
	-webkit-appearance:none; /* Chrome and its variants  */
	width: 240px;
	margin-bottom: 1px;
	padding-left: 12px;
	text-align:center;
	font-size: 12px;
	background: transparent;
	position: relative;
	z-index: 2;
}
.search_result {
	font-size:12px;
	font-weight:bold;
	cursor:pointer;
	width:125px;
	height:125px;
	text-align:center;
	line-height: 40px;
	display: block;
	background-color: #EFEFEF;
	border-radius: 20%;
}
.search_icon {
	width: 32px;
	height: 32px;
	padding-top: 32px;
	padding-left: 44px;
	position: relative;
	z-index: 3;
}
input::-webkit-input-placeholder {  /* Chrome and its variants  */
	color: #CCCCCC;
}
input:-moz-placeholder {  /* Firefox 18- */
	color: #CCCCCC;
}
input::-moz-placeholder {  /* Firefox 19+ */
	color: #CCCCCC;
}
input:-ms-input-placeholder {  /* IE and its variants  */
	color: #CCCCCC;
}