.upb-tab-items {
    margin     : 0;
    padding    : 0;
    list-style : none;
    }

.upb-tab-items .upb-tab-item {
    background : none;
    color      : #222222;
    display    : inline-block;
    padding    : 10px 15px;
    cursor     : pointer;
    clear      : both;
    }

.upb-tab-items .upb-tab-item.active {
    background : #EDEDED;
    color      : #222222;
    }

.upb-tab-content {
    display    : none;
    background : #EDEDED;
    padding    : 15px;
    }

.upb-tab-content.active {
    display : inherit;
    }