.mycourses-table + .go {
  border: 0;
}
.mycourses-table .course {
  padding: 20px 0;
      margin: 0 3%;
    display: inline-block;
    width: 94%;
  border-bottom: 1px solid #d3d8da;
}
.mycourses-table .course:last-child{
	margin-bottom:0;
}
.mycourses-table .course .table-course-img {
  max-width: 55px;
  max-height: 55px;
  overflow: hidden;
  display: block;
}
.mycourses-table .course .table-course-img img{
	width:100%;
}
.mycourses-table .course .table-course-img .course-no-image {
  font: 16px "source_semibold", sans-serif;
  position: relative;
  background: transparent url(../images/course.png) no-repeat center;
  background-size:100%;
  display: block;
  width: 100%;
  min-width: 55px;
  min-height: 55px;
}
.mycourses-table .course .table-course-title {
  position: relative;
  margin-left:30px;
  min-height: 25px;
  width: 40%;
  margin-bottom: 10px;
}
.mycourses-table .course .table-course-title .box-role {
  position: absolute;
  top: -23px;
}
.mycourses-table .course .table-course-title .box-role .course-role {
    padding: 1px 10px;
    background: purple;
    color: white;
    margin-right: 15px;
    text-transform: uppercase;
    position: relative;
}
.mycourses-table .course .table-course-title .box-role .course-role:before {
  content: "";
  width: 0;
  height: 0;
  border-top: 10px solid purple;
  border-right: 10px solid transparent;
  position: absolute;
  bottom: -4px;
  left: 0;
}
.mycourses-table .course .table-progress,
.mycourses-table .course .table-status{
	margin-left:30px;
}

.mycourses-table .course .table-progress {
    width: 100%;
}

.mycourses-table .course .table-course-categories {
    display: inline-block;
    vertical-align: top;
    text-align: center;
    width: 15%;
    margin-bottom: 10px;
}

.mycourses-table .course .table-course-categories .course-category{
	padding: 1px 10px;
    background: #616161;
    color: white;
    position: relative;
    display: inline-block;
    border-radius: 4px;
}

.mycourses-table .course .table-course-expandos {
    display: inline-block;
    vertical-align: top;
    text-align: left;
    width: 15%;
    margin-bottom: 10px;
}

.mycourses-table .course .table-course-expandos .course-expando {
    margin: 0 30px 5px;
    display: inline-block;
}

.mycourses-table .course .table-generic-status {
    display: inline-block;
    vertical-align: top;
    width: 15%;
}

@media (max-width: 700px) {
    .mycourses-table .course .table-course-title {
        width: 70%;
    }
    .mycourses-table .course .table-course-expandos {
        width: 50%;
    }
    .mycourses-table .course .table-course-categories {
        width: 24%;
    }
    .mycourses-table .course .table-course-expandos,
    .mycourses-table .course .table-generic-status {
        width: 100%;
    }
}

.portal-popup .options-show-expandos-and-categories {
    padding-left: 10px;
}

.portal-popup .options-show-expandos-and-categories .aui-field-content label {
    border-bottom: 1px solid #ccc;
}

#_86_showCategoriesOfVocabularyDivId .aui-field-content label,
#_86_showExpandosCourseDivId .aui-field-content label {
    border: none;
}

.portal-popup .options-show-expandos-and-categories div {
    padding-left: 30px;
}