section.SupportAuthor {margin-top:60px; padding:12px;}
section.SupportAuthor { background-image: repeating-linear-gradient(45deg, rgba(217, 83, 5, 0.54), rgba(217, 83, 5, 0.54) 15px, rgba(217, 135, 5, 0.54) 15px, rgba(217, 135, 5, 0.54) 30px); }

.test {color:rgba(217, 135, 5, 0.54)}


section.SupportAuthor {box-shadow:inset 0px 0px 15px rgba(0,0,0,0.5); border-radius:4px}


section.SupportAuthor .pic {display:flex; align-items:center;}
	section.SupportAuthor .pic > :not(:last-child) {margin-right:20px}

	section.SupportAuthor .pic img { object-fit: contain; width: 80px; height: 80px; border-radius: 50%;
									 box-shadow: 0px 0px 15px rgba(0,0,0,0.5); }
	section.SupportAuthor .pic > span {font-style:italic; font-weight:bold}


	section.SupportAuthor p { margin-top: 20px; margin-bottom: 10px; }

	section.SupportAuthor ol svg {height:30px; width:auto; object-fit:contain}
	section.SupportAuthor ol a {display:inline-flex; vertical-align:middle}

	section.SupportAuthor li {line-height:40px}


	section.SupportAuthor .thanks {text-align:center; font-style:italic;}