
#segment_footer {
    width: 100%;
    height: 40px;
    text-align: center;
    color: #ccc;
    margin: 1.5rem auto 0;
}

#segment_footer hr {
    margin-bottom: 5px;
    display: block;
    border: 0;
    color: white;
    height: 1px;
    background: #ccc;
    background: -webkit-gradient(radial,50% 50%,0,50% 50%,350,from(#CCCCCCFF),to(#FFFFFF00));
}

#segment_footer a {
    text-decoration: none;
    color: #CCF;
}

#segment_footer a:hover {
    color: #00F;
    text-decoration: underline;
}

#segment_footer span {
    display: inline-block;
    margin-left: 1rem;
    margin-right: 1rem;
}
