div.SimpleList                                                     		    { height: 100%; box-sizing: border-box; flex: 1 1 auto; background-color: #fff; border: 1px solid #bbb; padding: 4px; display: flex; overflow-x: scroll; align-items: center; }
div.SimpleList > div.elementContainer                                    	{ flex: 0 0 160px; height: 106px; border: 1px solid #eee; display: flex; flex-direction: column; align-items: center; margin: 0 2px; padding: 1px; }
div.SimpleList > div.elementContainer:hover                              	{ border-color: #444; cursor: pointer; }
div.SimpleList > div.elementContainer[selected]                    	      	{ border-color: #444; border-width: 2px; border-radius: 2px; padding: 0; background-color: rgba(251,163,30,.2); }
div.SimpleList > div.elementContainer > div.image                        	{ flex: 0 0 68px; width: 64px; margin-top: 1px; margin-bottom: 2px; background-size: contain; background-position: 50% 50%; background-repeat: no-repeat; }
div.SimpleList > div.elementContainer > div.text                         	{ flex: 0 0 auto; width: 150px; text-align: center; font-size: 0.75em; overflow: hidden; text-overflow: ellipsis; font-weight: bold; }
