
#backToQuarterView {
    cursor: pointer;
    text-decoration: underline;
    font-size: 1em;
    text-transform: capitalize;
}

.songAccordionHeaderContainer {
    margin-left: 10px;
    display:inline-block;
}

#songsAccordionParent .ui-accordion-header-icon {
    float: left;
    top: 10px;
}

.songAccordionHeaderEntry {
    font-size: 0.8em;
}

.ui-state-active > .songAccordionHeaderContainer > .songAccordionHeaderEntry, .ui-state-active > .songAccordionHeaderTotal  {
    font-weight: bold;
}

.songAccordionHeaderTotal {
    display: inline-block;
    float: right;
    margin-right: 2%;
    font-size: 0.8em;
}

.song-table {
    display: table;
    width: 100%;
    border-collapse: separate;
    border-spacing: 0 0.5em;
}
    
    .song-table-row {
        display: table-row;
        width: 100%;
    }
    
    .song-table-row:first-child {
        text-transform: capitalize;
        text-decoration: underline;
    }
    
    .song-table-row:last-child {
        padding-top: 10%;
    }
        
        .song-table-cell {
            text-transform: capitalize;
            display: table-cell;
            font-size: 0.8em;
            color: black;
        }

        .song-table-cell:first-child {
            width: 20%;
        }
        
        .song-table-cell:nth-child(2) {
            width: 25%;
        }

        .song-table-cell:nth-child(3) {
            width: 15%;
        }

        .song-table-cell:nth-child(4) {
            width: 26%;
            text-align: right;
        }

        .song-table-cell:nth-child(5) {
            width: 7%;
            text-align: center;
            vertical-align: middle;
        }

            .detailedTransactionCalculatorSvg {
                fill: none;
                stroke-width: 1px;
                stroke: #111;
                opacity: 0.8;
                cursor: pointer;
            }
        
        .song-table-cell:last-child {
            width: 5%;
            text-align: center;
        }

            .settledCircle {
                vertical-align: middle;
            }

            .songSettledTooltip {
                box-shadow: none;
                font-size: 0.8em;
                -moz-border-radius: 0;
                -webkit-border-radius: 0;
                border-radius: 0;
            }



.detailedSongDownloadContainer {
    padding-top: 25px;
    width: 100%;
    text-align: center;
}

    .detailedSongDownloadLink {
        font-size: 0.8em;
        color: black;
        text-transform: capitalize;
        text-decoration: underline;
        margin:auto;
        cursor: pointer;
    }

.dialogParent {
    margin-top: 10px;
}

.ui-corner-all {
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
}

.ui-widget-header {
    background: #111;
}

.ui-dialog {
    padding: 0;
}

    .dialogText {
        font-size: 0.8em;
    }

    .dialogDescriptionTable {
        display: table;
        width: 100%;
        margin-top: 15px;
        margin-bottom: 10px;
    }

        .dialogDescriptionTableCell {
            display: table-cell;
            width: 33%;
        }

    .dialogDetailsTable {
        display: table;
        width: 100%;
        border-spacing: 5px;
    }

        .dialogDetailsTableRow {
            display: table-row;
        }

        .dialogDetailsTableRow:nth-child(2) > .dialogDetailsTableCell {
            padding-bottom: 10px;
        }

        .dialogDetailsTableRow:nth-child(5) > .dialogDetailsTableCell {
            padding-bottom: 10px;
        }

        .dialogDetailsTableRow:nth-child(6) > .dialogDetailsTableCell {
            padding-bottom: 15px;
        }

            .dialogDetailsTableCell{
                display: table-cell;
            }

            .dialogDetailsTableCell:first-child {
                width: 80%;
            }

            .dialogDetailsTableCell:last-child {
                width: 20%;
                text-align: right;
            }

            .dialogDetailsTableRow:nth-child(6) > .dialogDetailsTableCell:last-child {
                text-decoration: underline;
            }

            .dialogDetailsTableRow:nth-child(7) > .dialogDetailsTableCell:last-child > span {
                text-decoration:underline;
                border-bottom: 1px solid #000;
            }