.guide {
    padding: 0px;
    list-style: none;
}
.guide>li {
    display: inline-block;
    font-style: italic;
}
.guide>li:last-child {
    font-weight: bold;
}
.guide>li+li:before {
    padding: 0px 5px;
    color: #ccc;
    content: "›"
}
.guide>.active {
    color: #777
}
.cke_chrome {
    display: block;
    border: none;
    padding: 0;
}
.show{
}
.hide {
    display: none;
}
.mode_edit {

}
.mode_view {

}
.mode_category_edit {

}
.hr-line-dashed {
    border-bottom: 1px dashed #eee;
    margin-top: 11px;
    margin-bottom: 11px;
}
.list-group-item {
    cursor: pointer;
}
.chapter_name {
    font-weight: bold;
    font-size: 24px;
}
.list-group {
    list-style: none;
}
.col1 {
    width: 164px;
    padding: 0px!important;
    color: #fff;
}
.col2 {
    width: auto;
    padding: 0px!important;
}
.Corner {
    position: absolute;
    left: 10px;
    bottom: 10px;
}
kbd {
    background: none repeat scroll 0 0 #EEEEEE;
    border-color: #CCC #AAA #888 #BBB;
    border-style: solid;
    border-width: 1px 3px 3px 1px;
    color: black;
    padding: 2px 4px;
    white-space: nowrap;
}
.bg-light2 {
    background: #eee !important;
}
.left {
    width: auto;
}
.right {
    width: 320px;
}
#enroll_information {
}
#enroll_information .col1 {
    width: 34px;
    min-width: 34px;
    text-align: center;
    padding-top: 11px!important;
}
#enroll_information .col2 {
    width: auto;
    padding-top: 8px!important;
}
.progress {
    height: 22px;
}
#teacher_container .teacher {
    border-bottom: 1px solid #eee;
}
#teacher_container .teacher:last-child {
    border-bottom: 0px;
}
body {font-family: Arial, Helvetica, sans-serif;}
* {box-sizing: border-box;}