.courselist{
    margin: 10px 0 10px;
    float:left;
    font-size: 14px;
}
.courselist .center{
    text-align: center;
}
.courselist a{
    border-radius: 2px;
    cursor: pointer;
    padding: 5px 15px;
    float: right;
}
.courselist th{
    color: #4f7eb4;
    background: #E8E8E8;
    border: 1px solid #e5e4e3;
}
.courselist_icon{
    float: left;
    width: 200px;
}
.courselist td{
    padding: 5px 10px !important;
}
.courselist th{
    padding: 10px 10px !important;
}