.quarterlyAccordionHeader {
    margin-left: 10px;
    display:inline-block;
    font-size: 0.8em;

}

.ui-state-active > .quarterlyAccordionHeader {
    font-weight: bold;
}

.quarterly-table {
    display: table;
    width: 100%;
    border-collapse: separate;
    border-spacing: 0 0.5em;
}

    .quarterly-table-row {
        display: table-row;
        width: 100%;
    }

    .quarterly-table-row:first-child {
        text-transform: capitalize;
        text-decoration: underline;
    }

    .quarterly-table-row:last-child {
        padding-top: 10%;
    }

    .quarterly-table-row:last-child .quarterly-table-cell {
        border-top: 1px solid black;
    }

        .quarterly-table-cell {
            text-transform: capitalize;
            display: table-cell;
            font-size: 0.8em;
            color: black;
            width: 20%;
        }

        .quarterly-table-cell:nth-child(2) {
            width: 60%;
        }

        .quarterly-table-cell:last-child {
            width: 10%;
            text-align: right;
        }

.linkToSongViewContainer {
    padding-top: 25px;
    width: 100%;
    text-align: center;
}

    .linkToSongView {
        font-size: 0.8em;
        color: black;
        text-transform: capitalize;
        text-decoration: underline;
        margin:auto;
        cursor: pointer;
    }
