﻿/* Augments and overrides rules used on certain pages as necessary - not via templates  */
/* The first use is in vertically compressing the Lovely Lane left column text when adding tracks to the page. */

.compress p { /* new selector */
	margin: .3em 0 .3em 0;
}

.tight { /* overrides same selector */
	margin-top:-2px;
	margin-bottom:-2px;
}
