.gadgets {}
.gadgets .display {}
.gadgetDirContent {
	font-size:0.8em;
	/*transition:transform 0.8s;*/
	transition:font-size 0.8s ease;
	padding:13px 0px;
}
.gadgetDirContent:hover {
	/*transform:scale(1.1);*/
	font-size:1em;
}
.gadgetDirContent > div {
    background: #f1f1f1;
    border-radius: 33px;
    padding: 13px;
	box-shadow: 0px 2px 2px 0px blue;
}
.gadgetDirContent > div > div:nth-child(2) {
	margin:7px 13px;
}
.gadgetDirContent > div > div:nth-child(2) > div {
	background: #e3e7dd;
    border-radius: 13px;
    padding: 7px;
    margin: 7px;
    box-shadow: 0px 2px 2px 0px green;
}
.gadgetDirContent > div > div:nth-child(2) > div > div:nth-child(1) {
	font-size:1.2em;
	font-weight:bolder;
	margin:7px 0px 0px 0px;
}
.gadgetDirContent > div > div:nth-child(2) > div > div:nth-child(2) {}
