	#style-selection {
		background-color: #fff;
		position: fixed;
		opacity: 0;
		z-index: 1000;
		right: -177px;
		top: 185px;
		width: 190px;
		box-shadow: 0px 0px 8px rgba(0,0,0,0.14);
	}
	
	#style-selection .clear {
		padding: 0px;
	}
	
	#style-selection ul li {
		float: left;
		border: 1px solid #fff;
		transition: border-color 0.16s linear;
		-webkit-transition: border-color 0.16s linear;
		margin: 0px 5px 5px 0px;
	}
	
	#style-selection ul li img {
		display: block;
		cursor: pointer;
		width: 25px;
	}
	
	#style-selection .main-title {
		padding: 15px;
		background-color: #f7f7f7;
	}
	
	#style-selection .section-title {
		padding: 15px 15px 0px 15px;
	}

	#style-selection .section-options {
		padding: 15px;
		border-bottom: 1px solid #e8e8e8;
	}
	
	a#toggle-section {
		position: absolute;
		left: -44px;
		top: 50px;
		border: 1px solid #e8e8e8;
		background-color: rgba(255,255,255,0.9);
	}
	
	a#toggle-section i {
		top: 0px;
		position: relative;
		font-size: 21px!important;
		line-height: 43px!important;
		height: 42px!important;
		width: 42px;
		color: #666!important;
		background-color: transparent!important;
		border-radius: 0px!important;
	}
	
	#style-selection li.active-bg {
		border: 1px solid #27CCC0;
	}
	@media only screen and (min-width : 1px) and (max-width : 1000px) {
		#style-selection { display: none!important; }
	}