﻿.mhs-expander {
	width: 100%;
	position: absolute;
	bottom: 0;
	right: 0;
	padding: 5px 15px;
	text-decoration: none;
	color: #000;
}

.mhs-expander:hover {
	text-decoration: none;
}

.mhs-expander .icon {
	float:right;
}

.mhs-expander .icon-open {
	display:none;
}

.mhs-expander.expanded .icon-open {
	display: block;
}

.mhs-expander.expanded .icon-closed {
	display: none;
}