.st-actionContainer {
	z-index: 9999;
	position: fixed;
	display: inline-block;
}

.right-bottom {
	bottom: 4em;
	right: 2em;
	float: right !important;
}

.left-bottom {
	bottom: 2em;
	left: 2em;
	float: left !important;
}

div.st-actionContainer li{
	list-style: none;
}

.st-panel{
	width: 250px;
	margin-bottom: 8%;
	background-color: #fff;
	color: white;
	border: 2px solid #eee;
	/*box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);*/
	border-radius: 5px;
	display: none;
    box-shadow: 0px 2px 6px 1px rgba(0,0,0,0.10);
    font-family: 'Open Sans', sans-serif;
}

div.st-panel{
	font-family: Roboto;
	font-size: 15px;
	
}

.st-panel-header{
	background-color: #fff;
    color: #46494c;
    padding: 10px 15px;
    font-weight: 600;
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
}

.st-panel-contents{
	padding: 15px;
}

.st-button-main{
	font-size:24px;
	color:#ffffff;
	font-size:24px;
	text-align:center;
	cursor:pointer;
	margin-right: 3px;
    line-height: 58px;
}

.st-btn-container{
	background: #F98A17;
    width: 54px;
    height: 54px;
	border-radius:100%;
	box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
}

.rotateForward{
    animation-name:             rotateF; 
    animation-duration:         0.65s; 
    animation-iteration-count:  1;

}

@keyframes rotateF {
  from {
            transform: rotate(0deg);
            -ms-transform: rotate(0deg);
            -webkit-transform: rotate(0deg);
  }
  to { 
            transform: rotate(360deg);
            -ms-transform: rotate(360deg);
            -webkit-transform: rotate(360deg);
  }
}

.rotateBackward{
    animation-name:             rotateB; 
    animation-duration:         0.65s; 
    animation-iteration-count:  1;

}

@keyframes rotateB {
  from {
            transform: rotate(360deg);
            -ms-transform: rotate(360deg);
            -webkit-transform: rotate(360deg);
  }
  to { 
            transform: rotate(0deg);
            -ms-transform: rotate(0deg);
            -webkit-transform: rotate(0deg);
  }
}

.toggleFeed {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
    padding: 20px 0;
    font-family: 'Open Sans', sans-serif;
}

 .toggletarea {
    margin: 0px 0 20px 0;
    border-radius: 6px;
    box-shadow: none;
}