.top_menu li {
    border-left: 2px dotted #97acc9;
    line-height: 12px;
    margin: 7px 0 6px;
}

#content_area, #home_icon, .know_page_wrapper, .std_forum_wrapper {
    margin-top: 0px !important;
}

.header_title {
    padding: 8px 0px 1px 0px;
    font-size: 16px;
    margin-top: 10px;
    color: #123F7A;
    background-color: #f9f9f9;
    border-top: 1px solid #f5f5f5;
    border-bottom: 2px solid #e8e8e8;
    margin-bottom: -5px;
    position: initial;
}

.top_menu {
    /* background: #0198CD none repeat scroll 0 0;*/
    background: #fff none repeat scroll 0 0;
    border-radius: 3px;
    float: right;
    margin: 0 0 5px;
    padding: 0;
    top: 27px;
    position: absolute;
    right: 39px;
    border: 1px solid #0088cc;
}

.top_menu li a {
    color: #0088cc;
}

.openion_reply_content {
    overflow: hidden;
    padding: 0 0px 10px 0px;
}

.home_icon_href{
    font-size: 19px !important;
    margin-top: 4px;
}

.login_req_alert, .notice_alert {
    width: 87.5%;
    margin: 0 auto;
    padding-top: 20px;
    margin-bottom: -20px;
}

@media only screen and (max-width: 768px) {
    .top_menu {
        /* background: #0198CD none repeat scroll 0 0; */
        background: #fff none repeat scroll 0 0;
        border-radius: 4px;
        float: none;
        padding: 3px 0px 1px 0px;
        top: auto;
        position: absolute;
        right: 0;
        border: 1px solid #e8e8e8;
        width: 100%;
    }

    .top_menu li {
        float: left;
        display: block;
        width: 32%;
    }

    #home_icon {
        margin-top: -3px !important;
        padding-top: 0px;
    }
    .home_icon_href{
        font-size: 19px !important;margin-top: 0px;
    }
    .digital_book_area_list {
        margin: 0% 3%;
    }
    .openion_reply_content {
        overflow: hidden;
        padding: 30px 0px 10px 0px;
    }
    .know_page_wrapper,.login_last_panel_area,.main_structure{
        margin-top: 40px;
    }

    .std_forum_wrapper {
        float: none;
    }
    .notice_alert {
        text-align: justify;
        padding-top: 45px;
        margin-bottom: -80px;
    }
    .login_req_alert {
        padding-top: 80px;
        margin-bottom: -80px;
    }
    .student_reg_form_main {
        margin-top: 45px;
        width:99%;
    }
    .thumbnails > li {
        margin-bottom: 0px;
    }
}