#scorecardHolder{
	width: 100%;
	height: 100%;
}

.detailHolder{
	width: 100%;
	display: inline-block;
}

.levelHolder{
    width: 20%;
    float: left;
	font-size: 1.3em;
    padding-top: 2px;
}

.lastAchievement{
	width: 57%;
    float: left;
}

.scoreHolder{
	width: 20%;
    float: right;
	text-align:right;
	padding-top: 5px;
}

.levelHolder, .scoreHolder, .progressBar{
	color:white;
}

.totalHolder{
	width: 100%;
    height: 100%;
    display: inline-block;
}

.totalBar{
    width: 90%;
    height: 22px;
    background-color: white;
    border-radius: 5px;
    margin: 0 5%;
}

.progressBar{
	height: 22px;
    background-color: green;
    border-radius: 5px;
	padding-left: 10px;
}

@media screen and (max-width: 540px) {
	.lastAchievement{
		display:none;
	}
}

@media screen and (max-width: 1200px) {
	.scoreHolder{
		display:none;
	}
	
	.lastAchievement{
		width:80%;
	}
}
