/**
 * This code has been provided by https://portal.readaloudwidget.com/dashboard.html
 */
.ra-button {
 	padding: .3em .9em; 
 	border-radius: .25em; 
 	background: linear-gradient(#fff, #efefef); 
 	box-shadow: 0 2px .2em gray; 
 	display: inline-flex; 
 	align-items: center; 
 	cursor: pointer;
} 
.ra-button img {
 	height: 1em; 
 	margin: 0 .5em 0 0;
}
