.page-template-forge-learning-courses-php .wp-editor-tabs{
  display: none;
}

.page-template-forge-learning-courses-php #insert-media-button{
  display: none;
}

.fl-courses-center{
  text-align: center;
}

.fl-courses-fe-text-block{
  padding: 0 30px;
  text-align: justify;
}

.fl-courses-fe-table{
  width: 100%;
  border-collapse: collapse;
  border: 1px solid #999;
  margin-bottom: 20px;
}

.fl-courses-fe-table tr,
.fl-courses-fe-table td,
.fl-courses-fe-table th{
   border: 1px solid #999;
   padding: 4px;
   text-align: center;
}

#fl-courses-fe-course-list{
  margin: 20px auto;
}

#fl-courses-fe-course-list td:nth-child(2){ width: 30px; }
#fl-courses-fe-course-list td:nth-child(3){ width: 50px; }
#fl-courses-fe-course-list td:nth-child(4){ width: 40px; }
#fl-courses-fe-course-list td:nth-child(5){ width: 40px; }
#fl-courses-fe-course-list td:nth-child(6){ width: 130px; }


#fl-courses-fe-main-course-table td:nth-child(2){ text-align: left; }
#fl-courses-fe-main-course-table td:nth-child(3){ text-align: left; }
#fl-courses-fe-main-course-table th:nth-child(4){ width: 100px; }

.fl-courses-fe-main-table-grid{
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 100px;
  row-gap: 10px;
}

.fl-courses-fe-main-table-grid div:nth-child(2n){
  text-align: center;
}

.fl-courses-fe-main-table-grid .dashicons-yes-alt{
  display: inline-block;
  padding-top: 3px;
}

.fl-courses-fe-main-table-grid a{
  text-decoration: none;
}

.fl-course-incomplete{
  color: #c2c2c2;
}

.fl-course-inprogress{
  color: #ff8108;
}

.fl-course-complete,
.fl-course-active{
 color: #507615;
}

.fl-courses-fe-block{
  margin: 0 30px 20px 30px;
  border: 1px solid #507615;
}

.fl-courses-fe-block-header{
  padding: 6px 10px;
  background-color: #507615;
  color: #fff;
}

.fl-courses-fe-block-content{
  padding: 10px;
}

.fl-courses-fe-answer-2-col{
  display: flex;
  margin: 10px;
  justify-content: space-between;
}

.fl-courses-fe-confirmation{
  width: 100%;
  border: 1px solid #507615;
  border-radius: 4px;
  background-color: #a1d07a;
  padding: 6px;
  margin-bottom: 10px;
  color: #507615;
}

.fl-courses-fe-media-block{
  display: flex;
  column-gap: 20px;
  flex-wrap: wrap;
}

.fl-courses-fe-media-block-file{
  max-width: 120px;
  font-size: 13px;
  text-align: center;
}

#fl-courses-nav-links{
  width: 100%;
  max-width: 100%;
  display: flex;
  column-gap: 20px;
  padding: 0 30px 30px 30px;
}

#fl-courses-nav-links div{
  width: 50%;
}

#fl-courses-nav-links a{
  text-decoration: none;
}

#fl-courses-nav-links div:nth-child(2){
  text-align: right;
}

#fl-courses-media-progress{
  display: none;
  padding-top: 10px;
}

#fl-courses-media-progress img{
  margin-right: 10px;
}

.fl-courses-delete-url{
  text-decoration: none;
}

span.dashicons-dismiss{
  color: #db4a49 !important;
}