1.footer {
2    width: 100%;
3    display: block;
4    clear: both;
5    margin-top: 4em;
6    padding: 1.25em 0 1.25em;
7    border-top: 1px @ini_border_underline solid;
8    -moz-box-shadow: 0 -1px 0 @ini_border;
9    -webkit-box-shadow: 0 -1px 0 @ini_border;
10    box-shadow: 0 -1px 0 @ini_border;
11    background: @ini_footer_background
12}
13.footer-content {
14    font-size: 90%;
15    color: @ini_footer_text;
16    height: 3.7em;
17    line-height: 1.8
18}
19.footer-content p {
20    margin-bottom: 0.3125em
21}
22