::-webkit-scrollbar {
	width: 1em;
}
::-webkit-scrollbar-track {
	background: hsl(24 100% 50% / 1);
	border-radius: 100vw;
	margin-block: 0.5em;
}
::-webkit-scrollbar-thumb {
	background:	hsl(24 100% 35% / 1);
	border: 0.15em solid hsl(24 100% 50% / 1);
	border-radius: 100vw;
}

#tribute {
	float:left;
	background-color:#FFFFFF;
}
#tribute .prayer {
	margin-top:3px;
	font-family:Muli;
	font-size:12px;
	text-align:center;
	color:#000000;
}
#tribute .name {
	font-family:Muli;
	font-size:10px;
	text-align:center;
	color:#000000;
}
#tribute .gus {
   position: relative;
   width: 900px;
   margin: 0 auto;
   margin-bottom: 5px;
}
#tribute .leftcol {
   position: relative;
   float: left;
   left: 0px;
   padding-left:5px;
   padding-right:5px;
   width: 100px;
   height: 110px;
}
#tribute .midcol {
   position: relative;
   float: left;
   left: 1px;
   padding-left:5px;
   padding-right:5px;
   width: 150px;
   height: 110px;
}
#tribute .rightcol {
   position: relative;
   float: left;
   left: 2px;
   padding-left:5px;
   padding-right:5px;
   width: 620px;
   height: 110px;
}