
/* Container
-------------*/

	.contextmind-ui-action {
		position: fixed;
		right: 15px;
		bottom: 15px;
		display: block;
		z-index: 999;
	}

/* Button
----------*/

	.contextmind-ui-action a {
		display: block;
		background-color: #454545;
		border-radius: 50%;
		height: 50px;
		width: 50px;
		text-align: center;
		cursor: pointer;
	}

	.contextmind-ui-action .mdi {
		font-size: 25px;
		color: #FFFFFF;
		line-height: 50px;
	}

	.contextmind-ui-action:hover {
		opacity: 0.8;
	}
