.performancePct {
    background-color: #ebeff2;
    box-shadow: none !important;
    height: 25px;
    margin-bottom: 18px;
    overflow: hidden;
}

.performancePct .barText {
	line-height: 25px;
	font-size: 15px;
	background-color: #2aad76;
	border-radius: 25px;
}

.performanceCard:nth-child(odd) {
	padding: 10px;
    border: 1px solid rgba(54, 64, 74, 0.05);
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    background-clip: padding-box;
    margin-bottom: 20px;
    background-color: #ebebe0;
    box-shadow: -1px 4px 15px 0px;
    position: relative;
}

.performanceCard:nth-child(even) {
	padding: 10px;
    border: 1px solid rgba(54, 64, 74, 0.05);
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    background-clip: padding-box;
    margin-bottom: 20px;
    background-color: #fbf8f1;
    box-shadow: -1px 4px 15px 0px;
    position: relative;
}

.actionBtns {
	position: absolute;
    top: 5px;
    right: 10px;
    z-index: 100;
}

.performanceWrapper {
	position: relative;
    margin: 20px 120px;
    text-align: center;
}

.cardPct {
	position: absolute;
    color: #323333;
    font-weight: 600;
    line-height: 1;
    right: 100px;
    top: 45%;
    font-size: 25px;
}