.download ul:last-child
{
padding:0rem 0rem 1.5rem 0rem; /* 24 Pixel */
border-bottom:0.0625rem solid rgba(0,0,0,1); /* 1 Pixel */
}

/* ----------------------------------------------- */

.download li
{
display:-webkit-flex;
display:flex;
-webkit-justify-content:space-between;
justify-content:space-between;
-webkit-align-items:flex-end;
align-items:flex-end;
}

/* ----------------------------------------------- */

.download span
{
-webkit-flex:1 1 auto;
flex:1 1 auto;
border-bottom:0.0625rem dashed rgba(0,0,0,1); /* 1 Pixel */
margin:auto 0.375rem 0.375rem 0.375rem; /* 6 Pixel */
}

.download i:not(.eingebettet)
{
margin:auto 0.375rem auto auto; /* 6 Pixel */
}

.download a
{
text-decoration:none;
}

/* ----------------------------------------------- */

.la-info-circle,.la-lock
{
font-size:125%; /* 20 Pixel */
}

.la-info-circle
{
vertical-align:middle;
}

/* ----------------------------------------------- */

body
{
background-color:rgba(228,239,231,1);
}