
 section.litemaster{
 	width: 100%;
 	bottom: 0px;
 	left: 0px;
 	background-color: rgb(255,255,255,0.2);
	transition: all .70s;
	color: #000;
	font-size: 12px;
 }

 section.litemaster:hover{
 	background-color: rgb(255,255,255,0.9);
	color: #000;
 }
 section.litemaster img{
 	width: 70px;
    opacity: 0.7;
    margin: 0px 10px 0px 5px;
 }

 section.litemaster span:hover{
 	text-decoration: underline;
 	cursor: pointer;
 }