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