#footer,
#footer * {
 padding: 0;
 margin: 0;
 line-height: 1.2;
 letter-spacing: 0;
 color: var(--admin-font-color);
 text-align: left;
 text-indent: 0;
 text-transform: initial;
 text-decoration: none;
 text-shadow: none;
 border: none;
 border-radius: 0;
 outline: none;
 background: transparent;
 box-shadow: none;
 opacity: 1;
 overflow: visible;
 visibility: visible;
 vertical-align: middle;
 box-sizing: border-box;
 -moz-box-sizing: border-box;
 -webkit-box-sizing: border-box;
 -webkit-transition: none;
 -moz-transition: none;
 -o-transition: none;
 transition: none;
/* -webkit-transition: 0.2s ease-in-out;
 -moz-transition: 0.2s ease-in-out;
 -o-transition: 0.2s ease-in-out;
 transition: 0.2s ease-in-out;*/
}

#footer * {
 font-family: inherit;
 font-weight: inherit;
 font-size: inherit;
 line-height: inherit;
 letter-spacing: inherit;
 color: inherit;
 text-align: inherit;
 text-indent: inherit;
 text-transform: inherit;
 text-decoration: inherit;
 border-radius: inherit;
 outline: inherit;
 opacity: inherit;
 visibility: inherit;
 vertical-align: inherit;
 -webkit-transition: inherit;
 -moz-transition: inherit;
 -o-transition: inherit;
 transition: inherit;
}

#footer {
 float: left;
 width: 100%;
 padding: 8px 0;
 font-size: 11px;
 line-height: 1;
 color: var(--admin-font-color-secondary);
 text-align: center;
 border-top: 1px solid var(--admin-border-color);
}

#footer ul li {
 list-style-type: none;
 text-decoration: none;
 background-image: none;
}

#footer a,
#footer a:link,
#footer a:hover,
#footer a:visited {
 font-weight: bold;
 color: var(--admin-font-color-accent);
}

#footer a:hover {
 color: var(--admin-font-color-accent);
}

#footer p:nth-child(1) {
 margin: 0 0 5px 0;
}
