#wpsstm-promo-notice{
    padding: .75em;
    border-bottom:1px solid #DDD;
}

.wp-list-table{
    .mbz-id{
        color:silver;
        font-size:0.8em;
    }
    .mbz-disambiguation{
        font-style: italic;
        font-size:0.9em;
    }
}

#mbid-value,#mbid-do-lookup{
    text-align:center;
}

.postbox{

    .wpsstm-fullwidth{
        padding: 3px 8px;
        font-size: 1.7em;
        line-height: 100%;
        height: 1.7em;
        width: 100%;
        outline: 0;
        margin: 0 0 3px;
        background-color: #fff;
    }

    //track links metabox
    &#wpsstm-metabox-track-links{
        .wpsstm-submit-wrapper{
            text-align:center;
        }
    }

    &#wpsstm_mb_entries{

        //summary

        > label {

        }
        > span{
            font-weight: bold;
        }

        #wpsstm-mb-section-data{
            display:none;
        }



        //entries
        table.wp-list-table{
            border:none;
            .column-score{
                width:10%;
            }
            #the-list{

            }


        }

        &.table-mbz-summary{
            table.wp-list-table{
                tfoot{
                    display:none;
                }
            }
        }

    }

    .wpsstm-data-metabox{
        //header
        //TOUFIX this should not be done through CSS but through PHP
        .wpsstm-tracks-list{
            font-size:1em;
            margin:1em 0;
            .wpsstm-track-row{
                .wpsstm-track-position{
                    display:none;
                }
                .wpsstm-track-actions{
                    display:none;
                }
                .wpsstm-track-action-play{
                    display:none;
                }
            }
        }

    }

}
