.goal-card {
    width:220px;
    height:220px;
    border-radius : 50%;
    box-shadow: 5px 5px 10px rgba(0,0,0,0.5);
    margin-bottom: 1rem;
}

.bp-tabblock {
    display: inline-block;
    width : 20hw;
    text-align: center;
    padding: 1rem;
    border-top-left-radius: 1rem;
    border-top-right-radius: 1rem;
    border : solid 1px #aaaaaa;
    font-size: 1.2rem;
    font-weight: bolder;
    margin: 0;
    background-color: #ddd;
}

.bp-tabblock-selected {
    background-color: #fff;
    border-bottom : solid 1px transparent;
}