#home {
    width: 84%;
    margin-top: 20px;
}
#navList a {
    display: block;
    width: 5em;
    height: 22px;
    float: right;
    text-align: center;
    padding-top: 15px;
}
#navList a:hover {
    color: #d02222;
}
#topics .postTitle {
    font-size: 180%;
}
#mainContent {
    float: right;
    width: 99%;
}
#sideBar {
    float: left;
    width: 256px;
}
#back-to-top {
    font-size: 16px;
    background-color: #CAFF70;
    bottom: 20px;
    box-shadow: 0 0 6px #888888;
    padding: 6px 16px;
    position: fixed;
    right: 8px;
    border-radius: 6px;
    opacity: 0.7;
}
