/* Content pane contents: */
#trackNotes,
#trackNotes p,
.wikiExtract,
.releaseComponent
{
    font-size: 10pt;
    font-family: helvetica,arial;
    background-color: #eeeeee;
	line-height: 16px;  /* FBI override */
}

#editView .releaseComponent
{
	/* I've adjusted this by eye asdf. I think the icons affect the line height */
	padding-bottom: 0.8ex;
}

#listenerView .releaseComponent
{
	/* I've adjusted this by eye. I think the icons affect the line height */
	padding-bottom: 1.8ex;
}

#trackNotes
{
	padding-bottom: 1.3ex;
}

#editView .showTrackImage #trackNotes 
{
	margin-left: 160px;
}

.trackHeaderOuter
{
	display: flex;
	justify-content: space-between;
}

.trackHeader
{
	margin-top: 0px;
	clear: none;  /* FBI override */
	line-height: normal;
	margin-bottom: 10px;
}

.imageBlock
{
	float:left;
	position:inline;
	width:160px;
}

.wikiDialog *
{
    font-family: Trebuchet MS,Tahoma,Verdana,Arial,sans-serif;
	font-size: 12px;
	color: black;
	line-height: 16px;  /* FBI override */
}

#artistbar p{
	margin:0px 0px 10px 0px;
	line-height:5ex;
	text-align:right;
	font-size:12px;
}

#artistbar img{
	border: 0px;
	vertical-align:middle;
}

@media (max-width: 767px)
{
    .phone
    {
        display: initial;
    }

    .desktop
    {
        display: none;
    }

    #listenerView .trackBlock .shareLink img 
    {
        width: 30px;
        height: 30px;
    }
}
