.goal-panel .not-done {
    background-color: red;
	border-radius: 20px;
    box-sizing: border-box;
    color: #fff;
    display: block;
    font-weight: bold;
    height: 100%;
    min-width: 45px;
    overflow: hidden;
    padding: 1px 10px 0 0;
}
.goal-panel .not-done  input {
	color: #fff;
}
.goal-panel .done {
    background-color: #63a95f;
    border-radius: 20px;
    box-sizing: border-box;
    color: #fff;
    display: block;
    font-weight: bold;
    height: 100%;
    min-width: 45px;
    overflow: hidden;
    padding: 1px 10px 0 0;
}
.goal-panel .done  input {
	color: #fff;
}