.tab-toggle.active {
    background-color: #0879b8;
    color: #fff;
    pointer-events: none;
}
.tab-toggle:first-child {
    right: 122px;
    border-right: 0px solid #eee;
}
.tab-toggle {
    position: absolute;
    top: 0;
    right: 0;
    font-weight: 600;
    width: 100px;
    display: inline-block;
    border: 1px solid #0879b8;
    color: #0879b8;
    padding: 10px;
    text-align: center;
    margin: 20px;
    text-decoration: none !important;
    cursor: pointer;
}
.tab-toggle {
    position: absolute;
    top: 0;
    right: 0;
    font-weight: 600;
    width: 100px;
    display: inline-block;
    border: 1px solid #0879b8;
    color: #0879b8;
    padding: 10px;
    text-align: center;
    margin: 20px;
    text-decoration: none !important;
    cursor: pointer;
}

table.editionTable td{
    text-align:left;
    padding:8px 14px;
}
table.editionTable td p {
    margin: 0;
}
table.editionTable td ul{
    padding:15px;
    padding-left:30px;
}
table.editionTable td ul li {
    font-size: 12px;
    text-align: left;
    line-height: normal;
}
