.page-template-page-program-grid .program_tooltip .program_tooltip_info .program_icon {
    margin-top: 0;
    margin-bottom: 20px;
}
.page-template-page-program-grid .program_wrapper .program_guide .program_row>div.active .program_tooltip{
    z-index: 100;
}
.page-template-page-program-grid .program_wrapper .program_content .program_inner .program_days div{
    border-right: 1px solid #231f20;
}
.border-line {
  width: 1px;
  height: 100%;
  position: absolute;
  right: 0;
  top: 90px;
  background-color: #231f20;
  z-index: 1; 
}
.page-template-page-program-grid .program_grid_legend > div.new_joy > span:first-of-type,
.page-template-page-program-grid .program_grid_legend > div.new_time > span:first-of-type,
.page-template-page-program-grid .program_grid_legend > div.returning > span:first-of-type,
.page-template-page-program-grid .program_grid_legend > div.relaunch > span:first-of-type,
.page-template-page-program-grid .program_grid_legend > div.special > span:first-of-type {
  background: none;
  padding-left: 0;
  width: 0; }

.program_grid_legend .fa-plus-circle:before {
  color: #a4cd39;
  font-size: 30px;
  margin-right: 10px;
  display: inline-block; }

.program_grid_legend .fa-clock-o {
  width: 27px;
  height: 27px;
  background-color: #0ab8e7;
  border-radius: 50%;
  margin-right: 10px;
  position: relative; }
  .program_grid_legend .fa-clock-o:before {
    color: #fff;
    font-size: 18px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50.5%, -46.5%); }

.program_grid_legend .fa-refresh {
  width: 27px;
  height: 27px;
  background-color: #ef6690;
  border-radius: 50%;
  margin-right: 10px;
  position: relative; }
  .program_grid_legend .fa-refresh:before {
    color: #fff;
    font-size: 18px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50.5%, -46.5%); }

.program_grid_legend .fa-rocket {
  width: 27px;
  height: 27px;
  background-color: #f06522;
  border-radius: 50%;
  margin-right: 10px;
  position: relative; }
  .program_grid_legend .fa-rocket:before {
    color: #fff;
    font-size: 18px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-58.5%, -40.5%); }

.program_grid_legend .fa-star {
  width: 27px;
  height: 27px;
  background-color: #eb1c24;
  border-radius: 50%;
  margin-right: 10px;
  position: relative; }
  .program_grid_legend .fa-star:before {
    color: #fff;
    font-size: 18px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -46%); }

