﻿div.education-homepage-top-banner {
    position: relative;
}

a.education-homepage-gonglue {
    display: inline-block;
    position: absolute;
    top: 54px;
    right: 320px;
    font-size: 16px;
    text-decoration: none;
}

    a.education-homepage-gonglue:hover {
        color: #fff;
    }

div.edu-row {
    /*background-color: #fff;*/
    margin-left: -30px;
    margin-right: -30px;
    margin-bottom: 30px;
}

    div.edu-row .panel {
        margin-bottom: 0;
    }

    div.edu-row i.fa {
        font-size: 14px;
    }

.f18 {
    font-size: 18px !important;
}

div.edu-row [class*="col-md-"] {
}

@media only screen and (max-width: 768px) {
    div.edu-row {
        margin-left: 0;
        margin-right: 0;
        margin-bottom: 30px;
    }
}

/* Topic Section */
.topic {
}

    .topic > ul {
        padding-left: 0;
    }

    .topic .t1,
    .topic .t2,
    .topic .t4,
    .topic .t5 {
        padding-right: 8px;
    }

    .topic .t2,
    .topic .t3,
    .topic .t5,
    .topic .t6 {
        padding-left: 8px;
    }

.topic-item {
}

    .topic-item .header {
        font-size: 18px;
        padding: 5px;
        padding-left: 15px;
        background-color: rgb(255,227,214);
    }

        .topic-item .header img.more {
            /*margin-top:5px;*/
        }

.breadcrumb {
    font-size: 14px;
}
/* Middle */
.middle-edu-forum {
}

    .middle-edu-forum .nav-pills {
        margin-bottom: 5px;
    }

    .middle-edu-forum .nav > li > a {
        padding: 6px 16px;
        margin-right: 1px;
    }
/* Bottom */
/*排行榜*/
.panel bottom-edu-ranking {
}
/*相關教育網站網址*/
.bottom-edu-urls {
}
/*學校招生*/
.bottom-edu-schools {
    margin-bottom: 8px !important;
}
/*優質教育機構推薦*/
.bottom-right-edu-groups {
}

    .bottom-right-edu-groups img {
        margin-bottom: 8px;
    }

/* Reminder Conatiner */
#edu_reminder_container {
    position: fixed;
    right: 10px;
    bottom: 10px;
    border: 1px solid #ccc;
    border-radius: 4px;
    background-color: #fff;
    -webkit-box-shadow: 0 1px 4px rgba(0,0,0,0.3);
    box-shadow: 0 1px 4px rgba(0,0,0,0.3);
    /*padding: 15px;*/
    min-width: 400px;
}

    #edu_reminder_container > h5 {
        border-bottom: 1px solid rgb(221, 221, 221);
        padding: 15px;
        background-color: #36a206;
        margin-top: 0;
        border-top-left-radius: 4px;
        border-top-right-radius: 4px;
        color: #fff;
        font-size: 16px;
    }

        #edu_reminder_container > h5 i.fa {
            font-size: 16px;
        }

    #edu_reminder_container div.items {
        padding: 15px;
    }

        #edu_reminder_container div.items a {
            display: block;
            line-height: 2.0;
        }


.note-toolbar div.note-btn-group button {
    font-size: 16px;
}

@media (max-width: 575.98px) {
    .note-toolbar div.note-btn-group button {
        font-size: unset;
    }
}

.note-toolbar div.note-btn-group button[data-original-title=Picture] {
    background-color: #36a206;
    color: #fff;
}
