/*

==========================================

SANGRAD v0.2

==========================================

*/

.song-row{

    display:flex;

    align-items:center;

    width:100%;

    padding:8px 0;

    box-sizing:border-box;

}

.song-left{

    display:flex;

    align-items:center;

    flex:0 0 auto;

}

.song-icon{

    width:24px;

    text-align:center;

    margin-right:10px;

    flex:none;

}

.song-link{

    color:#2F503B;

    text-decoration:none;

    font-weight:600;

    white-space:nowrap;

}

.song-link:hover{

    text-decoration:underline;

}

.song-ornament{

    flex:1;

    height:12px;

    margin:0 16px;

    background:#d9d9d9;

    border-radius:6px;

}

.song-right{

    color:#555;

    white-space:nowrap;

}