/*course learning*/
.my-course-table tr {
    border-bottom: 1px solid #eee;
}
.my-course-table tr:last-child {
    border-bottom: none;
}
.my-course-table td {
    border: none;
}
.my-course-table td img {
    width: 160px;
    height: 85px;
}
.my-course-table tr td h5 {
    margin: 0;
}
.my-course-table tr td ul {
    list-style-type: none;
    margin: 0;
}
.my-course-table tr td ul li {
    display: inline-block;
}
.my-course-table .course-info {
    margin: 9px 0;
}
.my-course-table .course-info li{
    margin-right: 10px;
}
.my-course-table .btn-course {
    color: #005591;
    font-size: 16px;
    border: 1px solid #dddddd;
    margin-right: 15px;
}
.my-course-table .easyPieChart {
    margin-left: 40%;
}