#header {
    background: -moz-linear-gradient(31deg, #247BFF 0, #01BAFA 100%);/* FF3.6+ */
    background: -webkit-gradient(linear, 31deg, color-stop(0, 247BFF), color-stop(100%, 01BAFA));/* Chrome,Safari4+ */
    background: -webkit-linear-gradient(31deg, #247BFF 0, #01BAFA 100%);/* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(31deg, #247BFF 0, #01BAFA 100%);/* Opera 11.10+ */
    background: -ms-linear-gradient(31deg, #247BFF 0, #01BAFA 100%);/* IE10+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1301FE', endColorstr='#F4F60C', GradientType='1'); /* for IE */
    background: linear-gradient(31deg, #247BFF 0, #01BAFA 100%);/* W3C */

    font-size: 1.2rem;
}

#header i {
    font-size: 1.5rem;
}

#main-content {
    height: 100%;
    width: 100%;
    padding-top: 70px;
    padding-bottom: 80px;
}

#main-content hr {
    background: #696d70;
}
#main-content strong {
    font-weight: normal;
}

.account-item {
    height: 50px;
    line-height: 50px;
}


#main-content .content,
#main-content .username span {
    font-size: 0.8rem;
}

#footer ul li a {
    color: #212529;
}

#footer ul li.active {
    color: #1697fd;
}
