div.tabbed-labels {
    background-color: rgba(244, 239, 239, 0.3);

}

div.tabbed-set {
    border-radius: 5%;

}

div.tabbed-content {
    background-color: rgba(244, 239, 239, 0.2);
    padding: .5em;
    border-radius: .5em;
}