.sc-justified {
    display: block;
    text-align: center;
}

.sc-justified .sc-btn {

}
.sc-has-labels .sc-btn {

}
.sc-btn > .sc-icon {
    display: inline-block;
    font-size: 22px;
    vertical-align: middle;
}

.sc-btn {
    border-radius: 0;
    box-sizing: border-box;
    cursor: pointer;
    display: inline-block;
    font-size: 11px;
    height: 32px;
    line-height: 32px;
    margin-right: 5px;
    padding: 0 10px;
    position: relative;
    text-align: center;
    top: 0;text-decoration: none;
    vertical-align: top;
    white-space: nowrap;
    color:#999;
}
.sc-btn:hover, .sc-btn:active, .sc-btn:focus {text-decoration: none;color:#666;}
.sc-btn:active {text-decoration: none;top:0;}

.sc-justified .sc-btn:last-child {margin-right: 0;}

.sc-btn > .sc-label {
    color: #fff;
    display: inline-block;
    font-weight: 500;
    letter-spacing: 0.5px;
    min-width: 60px;
    opacity: 1;
    padding: 0 6px;
    position: relative;
    vertical-align: top;
}

@media (max-width: 767px) {
	.sc-has-labels .sc-btn {min-width: 0;}
	.sc-btn > .sc-label {
	    display: none;
	}	
}