.voy-license, .voy-restriction, .voy-license-information { 	display: flex; 	align-items: center; 	clear: both; 	width: 100%; 	box-sizing: border-box; 	margin: 0.5em auto; 	border: 2px solid #80F000; 	background-color: #f6f6f6; 	color: #000; } .voy-restriction { 	background-color: #e8f8e8; 	border: 2px solid #80d080; } .voy-license-information { 	border: 2px solid #6cc8f3; 	background-color: #F6F6F6; } @media screen { 	html.skin-theme-clientpref-night .voy-license, 	html.skin-theme-clientpref-night .voy-license-information { 		background-color: #444; 		color: #fff; 	} } @media screen and (prefers-color-scheme: dark) { 	html.skin-theme-clientpref-os .voy-license, 	html.skin-theme-clientpref-os .voy-license-information { 		background-color: #444; 		color: #fff; 	} } .voy-license > div, .voy-restriction > div, .voy-license-information > div { 	padding: 1em; } .voy-license .voy-license-logo, .voy-restriction .voy-license-logo, .voy-license-information .voy-license-logo { 	width: 90px; 	text-align: center; 	flex: none; 	padding-right: 0; } .voy-license .voy-license-extra, .voy-restriction .voy-license-extra .voy-license-information .voy-license-extra { 	padding-left: 0; } .voy-license .licensetpl_short, .voy-license .licensetpl_long, .voy-license .licensetpl_attr_req, .voy-license .licensetpl_link_req, .voy-license .licensetpl_link, .voy-restriction .licensetpl_short, .voy-restriction .licensetpl_long, .voy-restriction .licensetpl_attr_req, .voy-restriction .licensetpl_link_req, .voy-restriction .licensetpl_link { 	display: none; }