.bubbNS {
	position: absolute;
    z-index: 9;
    text-transform: uppercase;
    pointer-events: none;
    opacity: .95;
    top: -15px;
    left: -20px;
}

.bubbleNS{
position: absolute;
z-index: 8;
text-transform: uppercase;
pointer-events: none;
opacity: 0.95;
top: 0px;
left: 0px;
}

/* --- STANDARD --- */

.roundedNS {
	width: 50px;
    height: 50px;
    border-radius: 999px;
    position: relative;
    display: table;
}

.squareNS {
    width: 50px;
    height: 50px;    
    position: relative;
    display: table;
}

.squareRadiusNS {
    width: 50px;
    height: 50px;    
    border-radius: 7px;
    position: relative;
    display: table;
}

.squareRadiusRectNS {
    width: 80px;
    height: 50px;    
    border-radius: 7px;
    position: relative;
    display: table;
}


/* --- SMALL --- */

.roundedSmallNS {
    width: 30px;
    height: 30px;
    border-radius: 999px;
    position: relative;
    display: table;
}

.squareSmallNS {
    width: 30px;
    height: 30px;    
    position: relative;
    display: table;
}

.squareRadiusSmallNS {
    width: 30px;
    height: 30px;    
    border-radius: 7px;
    position: relative;
    display: table;
}

.squareRadiusRectSmallNS {
    width: 50px;
    height: 35px;    
    border-radius: 7px;
    position: relative;
    display: table;
}

/* --- BIG --- */

.roundedBigNS {
    width: 70px;
    height: 70px;
    border-radius: 999px;
    position: relative;
    display: table;
}

.squareBigNS {
    width: 70px;
    height: 70px;    
    position: relative;
    display: table;
}

.squareRadiusBigNS {
    width: 70px;
    height: 70px;    
    border-radius: 7px;
    position: relative;
    display: table;
}

.squareRadiusRectBigNS {
    width: 100px;
    height: 65px;    
    border-radius: 7px;
    position: relative;
    display: table;
}

.textBubleNS {
	display: table-cell;
    vertical-align: middle;
    text-align: center;
    line-height: 28px;
    color: #fff;
    font-weight: bold;
}