/*
   WyDo
   Software design: Janko Buszynski-Stawrew, 2020
   Copyright/Contact: Software: Janko Buszynski-Stawrew, jan@w.fo
   All rights reserved.
   
   Elements in the CSS scripts use snipplets code from the website/design1/ project
   All rights reserved.
*/



div.wydo-panel{
	border:solid 1px #f0f0f0;
}


div.wydo-question{
	margin:0px 0px 0.4cm 0px;
	padding:0.6cm 1cm 1cm 1cm;
}


div.wydo-answers{
	margin:0.4cm 0px;
}
a.wydo-answer{
	display:inline-block;
	border:solid 2px #fff;
	padding:0.2cm 0.32cm;
	text-decoration:none;
	font-weight:bold;
	border-radius:0.15cm;
	
}
a.wydo-answer:hover{
	filter:brightness(1.5);
}
a.wydo-answer-standard{
}
a.wydo-answer-0{
	color:#ffc0c0;
	background-color:#d00000;
}
a.wydo-answer-1{
	color:#c0ffc0;
	background-color:#009000;
}
a.wydo-answer-2{
	color:#c0d0ff;
	background-color:#0090d0;
}
a.wydo-answer-3{
	color:#ffffc0;
	background-color:#c09000;
}
