*{padding:0;margin:0;}

body{
	font-family:Verdana, Geneva, sans-serif;
	font-size:18px;
	background-color:#CCC;
}

.float{
	position:fixed;
    padding:5px;

    width:60px;
	height:60px;
	bottom:10px;
	right:40px;
	background-color:#DF3550;
	color:#FFF;
	border-radius:60px;
	text-align:center;
	box-shadow: 2px 2px 3px #999;    
    text-decoration: none;
}

#read_unread a:visited, a:active, a:hover {
    color: #FFF !important;
    text-decoration: none !important;
}

.float svg {
	width: 36px;
	margin-top:17%;
	font-size: 30px;
}
.float svg[data-icon="book"]
{
	width: 26px;
}

.float svg[data-icon="check-circle"]
{
	width: 32px;
}

#click
{
	font-size: 12px;
	margin: 0 !important;
	padding:0 !important;
}