/* Clearing */
.clear {
    clear: both;
    height: 1px;
    font-size: 1px;
    line-height: 0;
}

.floatLeft {
    float: left;
    display: inline;
}

.floatRight {
    float: right;
    display: inline;
}
.indtList {
	padding-left:2em;
	list-style:disc;
	margin:1.5em 0;
	line-height:1.4em;
}
.indtList ul {
	padding-left:2em;
	list-style:circle;
}
.inlineList li {
    display: inline;
    padding-right:0.5em;
    border-right:1px solid;
    margin-right:0.5em;
}
.inlineList li.last,
.inlineList li:last-child{
    padding-right:0;
    border-right:0;
    margin-right:0;
}

/* CSS snippet to prepare the display of the elements
 * for both the screen and the printed page in order to
 * print only the newly created #lda-print
 */
@media print {
    .lda-noprint{display:none !important}
    #lda-print{display:block;text-align:left;}
}
@media screen {
    #lda-print{display:none !important}
}
